/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body b,
body strong,
body ul li,
body a,
.banner h2,
.banner h3,
.banner h1,
body label,
body input,
body textarea,
body .nav li a {
    font-family: 'Lato', sans-serif !important;
    opacity: 1;
}


html #main-header {
	box-shadow: none;
}

#main-header #top-menu a::after {
	display: none;
}
#main-header #top-menu a {
	font-size: 16px;
	color: #444;
	opacity: 1 !important;
	font-weight: 600;
	padding-right: 0;
	padding-top: 1px;
}
html #main-header #top-menu a:hover {
	color: #ff7a59 !important;
}
#main-header #top-menu ul.sub-menu li a:hover {
	color: #ff7a59 !important;
}

body.single .coral_coralpostauthor { margin-top: 25px; }

#main-header #top-menu ul.sub-menu::after {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: 13px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
#main-header #top-menu ul.sub-menu::before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: 12px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ddd;
	border-bottom-color: rgba(0,0,0,0.15);
}
#main-header #top-menu ul.sub-menu {
	background: #fff;
	border: 1px solid #eee;
}
#main-header #top-menu ul.sub-menu li.menu-item a {
	display: block;
	float: none;
	padding: 8px 12px;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1.4em;
	color: #666;
	font-size: 0.923em;
	border-bottom: 1px solid #eee;
}
#main-header #top-menu li {
	margin: 0px 34.8px 0 0;
	padding: 0;
}
#main-header #top-menu ul.sub-menu {
	background: #fff;
	border: 1px solid #eee;
	padding: 0;
	width: auto;
	min-width: 140px !important;
	box-shadow: none;
	top: 31px;
	left: -14px;
	/*transition: all ease 0.8s;
	opacity: 0.9 !important;*/
}
#main-header #top-menu li.et-hover ul.sub-menu {
	/*transition: all ease 0.8s;
	opacity: 0.9 !important;*/
}

/*#main-header #top-menu .et-hover ul.sub-menu {
	opacity: 1 !important;
}*/
#main-header #top-menu ul.sub-menu li {
	margin: 0;
	width: 100%;
}
#main-header #top-menu ul.sub-menu li a {
	font-size: 15px !important;
	padding: 8px 12px !important;
	width: 100%;
	white-space: nowrap;
	color: #666 !important;
}
#main-header #top-menu .current-menu-parent a {
	color: #ff7a59 !important;
}

#main-header #et_search_icon {
	width: 20px !important;
	height: 20px;
	display: block;
	background-image: url("./srch.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 16px;
	margin-top: -1px;
	right: -2px;
	position: relative;
}
#main-header #et_search_icon:hover {
	background-image: url("./srch-hover.jpg");
}
#main-header #et_search_icon::before {
	display: none;
}
#main-header #et_top_search {
	margin-left: 0;
}
#main-header .et_pb_menu_hidden #et_search_icon {
	display: none;
	opacity: 0;
	transition: all ease 2s;
}
#main-header #logo {
	width: 100%;
	height: 100%;
	max-height: 100%;
	transition: all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
#main-header .logo_container a {
	display: block;
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
}
#main-header.et-fixed-header #logo {
	-webkit-transition:all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 0;
	max-height: 100%;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	width: 105px;
	height: 40px !important;
}
html #page-container {
	padding-top: 77px !important;
}
header #et-top-navigation {
	padding-top: 30px !important;
}
header.et-fixed-header #et-top-navigation {
	padding-top: 22px !important;
	padding-bottom: 3px;
}






footer#main-footer {
	background-color: #444 !important;
}
footer#main-footer .menu li::before {
	display: none;
}
footer#main-footer .menu li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px 0;
}
footer#main-footer .menu li a {
	font-size: 16px;
	color: #ff7a59 !important;
	font-weight: normal;
}
footer#main-footer .widget_nav_menu {
	width: 100%;
}
footer#main-footer #footer-widgets .footer-widget {
    width: 22.6%;
    margin-right: 3%;
    margin-bottom: 4.3%;
}
footer#main-footer #footer-widgets .footer-widget:last-child {
	margin-right: 0;
}
footer#main-footer #footer-widgets h4 {
	color: #fff;
	font-size: 14px;
	border-bottom: 2px solid #eee;
	margin: 0 0 7px 0;
	font-weight: 600;
	padding: 0 0px 1px 0;
	line-height: 30px;
	text-transform: uppercase;
}
footer#main-footer #footer-widgets {
	padding-top: 33px;
}
footer#main-footer #footer-info {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 40px;
}
footer #footer-bottom {
	background-color: transparent;
	margin-bottom: -23px;
	padding-bottom: 0;
	padding-top: 0;
}
footer#main-footer #footer-info a {
	color: #fff !important;
	font-weight: normal;
	opacity: 1 !important;
	cursor: auto;
}
footer#main-footer #et-footer-nav {
	display: none;
}
footer#main-footer .menu li a:hover {
	text-decoration: underline;
}
.more-link:hover {
	background-color: #444 !important;
}
.custom_section_main_blogs article .entry-title:hover {
	color: #ff7a59;
}


.custom_homebanner .home_title {
	border-bottom: 2px solid #ff7a59;
	font-weight: 600;
	font-size: 22px;
	width: auto;
	display: inline-block;
	margin: 0 0 21px 0;
	color: #333333;
	text-transform: capitalize;
}
.custom_homebanner p {
	font-size: 16px !important;
	line-height: 25px;
}
html[lang="en-US"] .custom_homebanner p {
	font-size: 18px !important;
	line-height: 30px;
}
.custom_homebanner .et_pb_button::after {
	display: none;
}
.custom_homebanner .et_pb_button {
	font-size: 15px;
	padding: 9px 19px !important;
	border: 3px solid #ff7a59 !important;
	font-family: "Lato",sans-serif;
	color: #ff7a59;
}



.custom_homebanner .et_pb_button_0_wrapper .et_pb_button {
	background-color: #ff7a59;
	color: #fff;
}
.custom_homebanner .et_pb_button_0_wrapper .et_pb_button:hover {
	background-color: #444;
	border-color: #444 !important;
	color: #fff !important;
	text-decoration: none;
}
.custom_homebanner .et_pb_button_1_wrapper .et_pb_button_1:hover {
	background-color: #ff7a59;
	color: #fff !important;
	text-decoration: none !important;
}
.custom_homebanner .et_pb_button_0_wrapper {
	float: left;
	margin: 0 13px 0 0;
}
.custom_homebanner .et_pb_button_0_wrapper {
	float: left;
	margin: 0 13px 0 0;
}
.custom_homebanner .et_pb_button_1_wrapper {
	float: left;
}

/*-------------------------------------------------------------*/
/*-----Author Avatar on Fullwidth Blog Module by Divi Soup-----*/
/*-------------------------------------------------------------*/

/*Set the image postion and width*/

.ds-avatar-fullwidth .ds-avatar {
    width: 64px;
    float: left;
    margin: 30px 15px 0 0;
}

/*Make the image round - remove this declaration if you want a square image*/

.ds-avatar-fullwidth .ds-avatar img {
    border-radius: 50%;
}

/*Clear the float so the excerpt sits below the avatar*/

.ds-avatar-fullwidth .post-content {
    clear: left;
}

/*-------------------------------------------------------------*/
/*---End Author Avatar on Fullwidth Blog Module by Divi Soup---*/
/*-------------------------------------------------------------*/

p.coral_blog_categories {
    width: 67%;
    float: left;
    padding-left: 30px;
}
p.coral_blog_categories a {
  color : #ff7a59;
}

/*--------------Dobule Border Style------------------------*/
h4.custom_title {
	font-size: 20px;
	text-transform: uppercase;
	color: #555;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #eee;
	font-weight: 700;
	position: relative;
	padding: 0;
	line-height: 40px;
}
span.custom_title_inner {
	border-color: #ff7a59;
	border-bottom-width: 2px;
	border-style: solid;
	bottom: -2px;
	position: relative;
	padding-bottom: 18px;
	line-height: 0px;
	display: inline-block;
}

/*---07-02-2021-----*/
.home #post-grid-19467 .item {
    margin: 0px;
}
.home #post-grid-19467 .element_0 {
    font-size: 10px;
}
#post-grid-19467 a.element.element_2.read_more {
    display: none;
}
#post-grid-19467 .element.element_1.excerpt {
    display: none;
    font-size: 10px;
    color: #555;
}
#post-grid-19467 .element_0 {
	font-size: 10px;
}

.misha_loadmore_par {
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.misha_loadmore {
    background-color: #ff7a59;
    color: #fff;
    width: fit-content;
    display: inline-block;
    padding: .538em 1.077em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    margin: 0;
    border: 0;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    max-width: 100%;
    transition: 0.15s all ease;
    border-radius: 3px;
}
.misha_loadmore:hover{
  background-color: #444;
}
.wpex-post-cards-entry.type-post {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px !important;
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10px;
    display: block;
    max-width: none;
    flex: initial;
    -mx-flex: initial;
    clear: both;
}
.wpex-card-media.wpex-mb-25.wpex-rounded {
    margin-right: 30px;
    width: 33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    float:left;
}
.wpex-card-thumbnail.wpex-relative.wpex-image-hover.grayscale {
    position: relative;
}
img.wpex-align-middle.wpex-rounded {
  transition: all 250ms;
  border-radius: 10px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.wpex-card-terms-list.wpex-mb-10.wpex-text-sm.wpex-font-semibold {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: .923em;
}
a.coral_blog_cate {
    color: #ff7a59;
}
a.coral_blog_cate:hover {
    text-decoration: underline;
}
.wpex-heading.wpex-text-xl.wpex-mb-15 {
    font-size: 1.385em;
    display: block;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    margin: 0;
    padding: 0;
    font-family: inherit;
    letter-spacing: inherit;
    font-style: inherit;
    text-transform: none;
}
img.avatar.avatar-64.photo {
    vertical-align: middle;
    border-radius: 50px;
    width:40px;
    margin-bottom: 0.5em;
}
.wpex-card-avatar.wpex-flex-shrink-0.wpex-mr-15 {
    margin-right: 15px;
    flex-shrink: 0;
    width: fit-content;
    float: left;
}
.wpex-card-author.wpex-text-gray-900.wpex-font-bold.wpex-capitalize {
    text-transform: capitalize;
}
.wpex-card-meta.wpex-flex-grow.wpex-leading-snug.wpex-text-sm {
  line-height: 1.375;
  font-size: .923em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #555;
  width: auto;
  z-index: 1;
}
.wpex-card-avatar.wpex-flex-shrink-0.wpex-mr-15 a {
    z-index: 99;
}
.wpex-post-cards-featured.wpex-post-cards-entry.type-post.col.col-1 .wpex-card-media.wpex-mb-25.wpex-rounded {
    margin-right: 0;
    width: 100%;
}
/*---07-02-2021-----*/










#main-header #top-menu li.wpml-ls-item span {
	background-color: #e5e5e5;
	padding: 16px 15px 15px 15px;
	position: relative;
	right: -1px;
}
#main-header #top-menu li.wpml-ls-item {
	margin-left: -16px;
	margin-right: 21px;
}
 .custom_homebanner {
	padding: 43px 0 40px !important;
}
.custom_homebanner .et_pb_row.et_pb_row_0 {
    background-color: transparent !important;
    padding: 0 0;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_0 {
	background-color: rgba(251,249,240,0.89) !important;
	margin-right: 0;
	padding-top: 26px !important;
	padding-left: 7px;
	width: 66.6%;
	margin-left: -15px;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 {
	background-color: rgba(251,249,240,.5) !important;
	padding-left: 6px !important;
	padding-bottom: 0;
	padding-top: 5% !important;
	width: 34%;
	padding-right: 23px !important;
	position: relative;
	right: -23px;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 img {
	position: relative;
	right: -6px;
}

body .custom_insight_home {
	padding-top: 0;
	padding-bottom: 35px;
}
.custom_insight_home .left_insight .section_main_heading {
	margin-bottom: -10px;
}
.custom_insight_home .right_insight .section_main_heading {
	margin-bottom: 0;
    padding-bottom: 10px;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code {
	margin-bottom: 12px;
}
.custom_insight_home .left_insight {
	margin-right: 3%;
	width: 65%;
}
.custom_insight_home .right_insight {
	width: 32%;
}
.custom_insight_home .left_insight #main_blog_div .type-post {
	padding: 0;
	float: left;
	width: 100%;
}


.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details .coral_blog_cate{
	font-size: 15px;
}
.custom_insight_home .left_insight #main_blog_div .type-post.wpex-post-cards-featured .wpex-card-terms-list.wpex-mb-10 {
	margin: 20px 0 9px 0;
}
.custom_insight_home .left_insight #main_blog_div .type-post.wpex-post-cards-featured .wpex-card-details .wpex-card-footer {
	margin: 20px 0 0 0;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-footer .wpex-card-author {
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light {
	margin-bottom: 22px;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-footer .wpex-card-date {
	font-size: 15px;
}
.custom_insight_home .left_insight #main_blog_div .type-post.wpex-post-cards-featured .wpex-card-details {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100% !important;
	margin: 0 0 15px 0;
	padding: 0 0 16px 0;
	max-width: 100% !important;
}
.custom_insight_home .left_insight #main_blog_div .type-post.wpex-post-cards-featured {
	margin-bottom: 0 !important;
	margin-top: 30px;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details .wpex-card-title.wpex-heading a {
	font-size: 22px;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details .wpex-card-title.wpex-heading a:hover {
	text-decoration: none;
	color: #222 !important;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details .wpex-card-title.wpex-heading {
	margin-bottom: 15px;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details .wpex-card-meta {
    float: left;
    width: auto;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details .wpex-card-avatar {
    float: left;
}

body .misha_loadmore {
	font-size: 15px;
	font-family: "Lato",sans-serif;
}
.custom_insight_home .left_insight img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.custom_insight_home .left_insight .wpex-card-footer img:hover {
	filter: initial;
}






.custom_insight_home .right_insight .et_pb_posts {
	background-color: #F9F9F9;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
	padding: 0 15px;
}
.custom_insight_home .right_insight .section_main_heading.et_pb_text_4 {
	margin: 30px 0 0 0 !important;
	padding: 12px 0 12px !important;
}
.custom_insight_home .right_insight .et_pb_button_module_wrapper {
	background-color: #F9F9F9;
	padding: 0 15px 20px;
}
.custom_insight_home .right_insight .et_pb_posts article .post-content {
	display: none;
}
.custom_insight_home .right_insight .et_pb_posts article .entry-title {
	float: right;
	width: 75%;
	padding: 0;
	line-height: 19px;
}
.custom_insight_home .right_insight .et_pb_posts article .entry-title a {
	font-size: 16px;
	font-weight: 600;
}
.custom_insight_home .right_insight .et_pb_posts article .post-meta {
	float: left;
	width: 60px;
	padding: 0;
	max-width: 25%;
	text-align: center;
}
.custom_insight_home .right_insight .et_pb_posts article .post-meta .month-year {
	display: block;
	background-color: #ff7a59;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
.custom_insight_home .right_insight .et_pb_posts article .post-meta .day {
	font-size: 24px;
	font-weight: 300;
	display: block;
	padding: 4px 5px;
	border: 1px solid #e0e0e0;
}
.custom_insight_home .right_insight .et_pb_posts article {
	border-bottom: 1px solid #e0e0e0;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.custom_insight_home .right_insight .section_main_heading.et_pb_text_4 .custom_title_inner {
	background-image: url("images/news-icon.jpg");
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 35px;
	line-height: 22px;
	padding-bottom: 10px;
}

.custom_insight_home .right_insight .section_main_heading.et_pb_text_4 .custom_title:hover .custom_title_inner {
    background-image: url(images/news-icon-hover.jpg);
    color: #ff7a59;
    background-repeat: no-repeat !important;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 35px;
	line-height: 22px;
	padding-bottom: 10px;
}

.custom_insight_home .right_insight .et_pb_button_module_wrapper a {
	width: 100%;
	border: 2px solid #ff7a59;
	font-size: 15px;
	color: #ff7a59;
	text-align: center;
	padding: 14px 15px;
}
.custom_insight_home .right_insight .et_pb_button_module_wrapper a::after {
	display: none;
}
.custom_insight_home .right_insight .et_pb_button_module_wrapper a:hover {
	background-color: #ff7a59;
	color: #fff !important;
	text-decoration: none !important;
}
.custom_insight_home .right_insight .et_pb_posts article .entry-title a:hover {
	color: #ff7a59;
}




.custom_insight_home .right_insight .et_pb_module.et_pb_text_5,
.custom_insight_home .right_insight .et_pb_module.et_pb_text_6,
.custom_insight_home .right_insight .et_pb_module.et_pb_text_7,
.custom_insight_home .right_insight .et_pb_module.et_pb_text_8
 {
	background-color: #fff;
	padding: 0 !important;
}


.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0.et_pb_widget_area .widgettitle {
	display: none;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0.et_pb_widget_area ul li {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0.et_pb_widget_area ul li a {
	font-weight: 600;
	font-size: 17px;
	color: #444;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0.et_pb_widget_area ul li a:hover {
	color: #ff7a59;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0.et_pb_widget_area {
	border: 0px solid;
	padding: 0;
}




.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 {
	margin-bottom: 30px !important;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .post-grid {
	padding: 0 !important;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .post-grid img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .element.element_0.title_link {
	padding: 17px 0 4px 0 !important;
	text-align: center !important;
	color: #222;
	opacity: 1;
	font-size: 9px !important;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .post-grid a:hover {
	color: #ff7a59;
}
.custom_insight_home .right_insight .et_pb_sidebar_1.et_pb_widget_area a.wpp-post-title {
	color: #ff7a59 !important;
}
.custom_insight_home .right_insight .et_pb_sidebar_1.et_pb_widget_area a.wpp-post-title:hover {
	text-decoration:underline;
}
.custom_insight_home .right_insight .et_pb_sidebar_1.et_pb_widget_area .wpp-item-data {
	margin: 0 0 10px 0;
}
.et_pb_module.et_pb_sidebar_1.et_pb_widget_area.clearfix.et_pb_widget_area_left {
	padding: 0;
	border: 0px solid;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0 #sub_categories_widget-2 {
	margin-bottom: 0;
}
footer#main-footer #footer-widgets h4 span {
	border-bottom: 2px solid #ff7a59;
	bottom: -3px;
	position: relative;
	padding: 0 0 15px 0;
	line-height: 0px;
	display: inline-block;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 {
	margin-top: 16px;
}
.custom_insight_home .right_insight #wpp-4.et_pb_widget.popular-posts {
	margin-bottom: 0;
}


.insight_conn .et_pb_row.et_pb_row_0 {
	width: 100% !important;
	max-width: 1130px;
}




.custom_sub_global .section_main_heading {
	padding-left: 0 !important;
	background-color: transparent;
	margin: 0 0 13px 0 !important;
}
.custom_sub_global .section_main_heading .custom_title_inner {
	text-transform: initial;
	font-size: 26px;
	color: #222;
	bottom: -2px;
	padding-bottom: 24px;
}
.custom_sub_global .et_pb_text_inner {
	font-size: 16px;
	color: #555;
	font-weight: 700;
}
.custom_sub_global .et_pb_module.et_pb_text.et_pb_text_10,
.custom_sub_global .left_sub .section_main_heading + .et_pb_module {
	margin: 0 0 20px 0;
	border: 1px aliceblue;
}
.custom_sub_global .et_pb_module.et_pb_code.et_pb_code_5,
.custom_sub_global .left_sub .section_main_heading + .et_pb_module + .et_pb_code {
	margin: 0 0 1px 0;
}
.custom_sub_global .right_sub {
	padding-top: 15px;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details.wpex-last-mb-0 {
	float: left;
	width: auto;
	max-width: 62%;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .title_link a {
	color: #222 !important;
	font-weight: 600;
}




footer .custom_social li img {
	width: 18px;
}
footer .custom_social ul li a i {
	font-size: 16px;
	color: #ede6dd;
}
footer .custom_social ul li a i.fa-facebook-f::before {
	content: '\f39e';
	font-size: 15px;
}
footer .custom_social ul li a i.fa-twitter {
	font-size: 14px;
}
footer .custom_social ul li a {
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 19px;
	color: #ede6dd;
}
footer#main-footer #footer-widgets .footer-widget .widget_nav_menu {
    margin-bottom: 3%;
}
html[lang="en-US"] footer .cus_desk_social {
    margin-top: 42px;
}

/* html[lang="en-US"] footer .custom_social ul li:nth-child(1) a {
	background-image: url("images/t-new.png");
}
html[lang="en-US"] footer .custom_social ul li:nth-child(2) a {
	background-image: url("images/f-new.png");
}
html[lang="en-US"] footer .custom_social ul li:nth-child(1) a:hover {
	background-image: url("images/t-o.png");
}
html[lang="en-US"] footer .custom_social ul li:nth-child(2) a:hover {
	background-image: url("images/f-o.png");
} */


/*
footer .custom_social ul li:nth-child(1) a {
	background-image: url("images/t-new.png");
}
footer .custom_social ul li:nth-child(2) a {
	background-image: url("images/f-new.png");
}
footer .custom_social ul li:nth-child(3) a {
	background-image: url("images/y-new.png");
}
footer .custom_social ul li:nth-child(1) a:hover {
	background-image: url("images/t-o.png");
}
footer .custom_social ul li:nth-child(2) a:hover {
	background-image: url("images/f-o.png");
}
footer .custom_social ul li:nth-child(3) a:hover {
	background-image: url("images/y-o.png");
}
*/
footer .custom_social ul li a img {
	display: none;
}

footer .custom_social li {
	float: left;
	margin: 0 6px 0 0;
}
#footer-widgets .footer-widget .custom_social ul li a {
    color: #ede6dd;
    width: 29.53px;
    height: 29.53px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0px;
    line-height: 1.846em;
    cursor: pointer;
    border-radius: inherit;
    transition: all 0.15s ease 0s;
    box-sizing: content-box;
}
footer .custom_social {
	float: left;
	width: auto;
/* 	margin: -55px 0 0 0; */
}
.custom_social li {
    padding: 0 !important;
}
.custom_social li::before {
	display: none;
}
footer .custom_social a:hover i {
	color: #ff7a59;
}
.custom_section_main_blogs {
	float: left !important;
	width: 100% !important;
}
.custom_section_main_blogs article {
	border: 1px solid #eee;
	width: 32%;
	margin-right: 1.8%;
	float: left;
	margin-bottom: 20px;
}
.custom_section_main_blogs article .et_pb_image_container {
	margin: 0 0 0 0;
}
.custom_section_main_blogs #main_blog_div_eng article:nth-child(3n) {
	margin-right: 0;
}
.custom_section_main_blogs .misha_loadmore_par_1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 11px 0 0 0;
}
.custom_section_main_blogs .misha_loadmore_par_1 .misha_loadmore_1 {
	background-color: #ff7a59;
	width: 100px;
	margin: 0 auto;
	color: #fff;
	padding: 9px 0;
	border-radius: 2px;
	font-size: 15px;
	cursor: pointer;
}
.custom_section_main_blogs article .entry-title {
	padding: 0 20px 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}
.custom_section_main_blogs article .post-meta {
	padding: 5px 20px 9px;
}
.custom_section_main_blogs article .post-meta .published {
	font-size: 15px;
}
.custom_section_main_blogs article .post-content-inner {
font-size: 16px;
}
.custom_section_main_blogs article .post-content {
	padding: 0 20px 0;
}
.custom_section_main_blogs article .post-content .more-link {
	background-color: #ff7a59;
	color: #fff;
	padding: 8px 10px;
	display: block;
	width: 91px;
	text-align: center;
	font-size: 15px;
	border-radius: 3px;
	margin: 15px 0 20px 0;
}
.custom_insight_home .right_insight .et_pb_blog_0.et_pb_posts .et_pb_module.et_pb_blog_0.et_pb_posts.et_pb_bg_layout_light {
	padding: 4px 0 0 0;
}
.custom_section_main_blogs .column.size.size-1of3 {
	float: left;
	width: 100%;
}
body .custom_blog_home_english {
	padding-top: 0;
}
.page-id-16418 span.custom_title_inner {
	bottom: -4px;
}
.page-id-16418 footer#main-footer #footer-widgets h4 span {
	bottom: -4px;
}
.page-id-30193 footer {
	display:none;
}


body .et_pb_scroll_top.et-pb-icon {
	right: 29px;
	background-color: #444;
	border-radius: 4px;
	height: 35px;
	width: 35px;
	line-height: 26px;
	text-align: center;
	padding: 5px 2px 5px 0;
	bottom: 30px;
}
.et_pb_scroll_top.et-pb-icon.et-visible:hover {
	background-color: #ff7a59;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .item {
	width: 20% !important;
	float: left;
	padding-right: 1% !important;
}





html[lang="en-US"] #main-footer {

}
html[lang="en-US"] #main-footer .widget_media_image img {
	width: 50px;
	margin: 20px 0 0 0;
}
html[lang="en-US"] #main-footer .widget_media_image {
	float: right;
}
html[lang="en-US"] #main-footer .container {
	text-align: center;
}
html[lang="en-US"] #main-footer #footer-widgets {
	width: auto !important;
	margin: 0 auto;
	display: inline-flex;
}
html[lang="en-US"] #main-footer .footer-widget {
	width: auto !important;
	text-align: left;
	margin: 0 95px 0 0 !important;
}
html[lang="en-US"] #main-footer #footer-bottom .custom_social {
	display: none;
}
html[lang="en-US"] #main-footer .custom_social.custom_social_footer_4 {
	margin: 0 0 0 0;
	padding: 29px 0 0 0;
}
html[lang="en-US"] #main-footer .custom_social.custom_social_footer_4 li::before {
	display: none;
}
html[lang="en-US"] #main-footer .custom_social.custom_social_footer_4 li {
	margin: 0;
}
html[lang="en-US"] #main-footer #footer-widgets .footer-widget a {
	font-size: 16px;
}
body .custom_blog_home_english .custom_section_main_heading_eng {
	margin: 0 0 0 0 !important;
}

#main-header #top-menu .current_page_item a {
	color: #ff7a59;
}

.cor-portfolio-logo {
	margin: -15px 0 0 0;
}
body .cor-portfolio-filter-tab li {
	cursor: pointer;
}
html[lang="en-US"] #main-footer #footer-widgets .footer-widget .current_page_item a {
	text-decoration: underline;
}

.cor-portfolio-filter-logo {
	width: 105%;
	margin-left: -36px;
}
#main-header.et-fixed-header {
	opacity: 0.9;
}
.right_insight h4 {
	font-size: 20px;
}
.insight_conn .left_insight .et_pb_module.et_pb_text.et_pb_text_0 {
	margin: 0 0 -10px 0 !important;
}
.insight_conn .right_insight .et_pb_module.et_pb_text.et_pb_text_2 {
	margin: 0 0 12px 0;
}
.coral_capinner_banner h2 span {
	bottom: -7px;
}
.coral_capinner_banner h2 {
	font-size: 24px;
	color: #222;
	padding-bottom: 5px !important;
}
.coral_capinner_banner {
	background-position: right center !important;
	background-size: auto !important;
}
.cus_para p {
	margin: 0 0 25px 0;
}
.cor-mani-sec img {
	filter: grayscale(100%);
}
.custom_section_main_blogs article .post-content .more-link:hover {
	color: #fff !important;
	text-decoration: none;
}
#footer-info a:hover {
	opacity: .7;
	text-decoration: none;
}
.comm-co h2 {
	color: #222;
}
.custom_insight_home .right_insight .fts-tweeter-wrap .fts-twitter-image {
	z-index: 999;
	position: relative;
}
.custom_insight_home .right_insight .fts-tweeter-wrap .fts-right {
	z-index: 9;
	position: relative;
}
.custom_insight_home.insight_conn .right_insight .et_pb_module.et_pb_text.et_pb_text_3 {
	margin-top: 70px !important;
}
.custom_insight_home.insight_conn .right_insight .et_pb_ajax_pagination_container article:last-child {
	border: 0px solid;
	padding-bottom: 0;
}
.custom_insight_home.insight_conn .et_pb_row .et_pb_column_2_5 .et_pb_text_4 {
	padding-top: 70px;
}
.custom_insight_home .right_insight h4.double_border_heading a:hover {
	text-decoration: none !important;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column {
padding-top: 2%!important;
padding-left: 20px !important;
padding-right: 20px !important;
}
footer#main-footer .menu li.current_page_item a {
	text-decoration: underline;
}
.cust_press_left .blog-entry-media-img:hover {
	opacity: 0.8;
}
.cust_press_left .blog-entry-title a {
	color: #222 !important;
	opacity: 1;
}
.cust_press_left .blog-entry-title a:hover,
.custom_cat_layout .blog-entry-title a:hover,
.cor-community-in-1 .left_insight .blog-entry-title a:hover
 {
	color: #ff7a59 !important;
}
.cust_press_left .blog-entry-meta.cor-post-aut-detail li a:hover,
.custom_cat_layout .blog-entry-meta.cor-post-aut-detail li a:hover,
.cor-community-in-1 .left_insight .blog-entry-meta.cor-post-aut-detail li a:hover
{
	color: #ff7a59 !important;
	text-decoration: underline;
}
.cust_press_left .blog-entry-meta.cor-post-aut-detail li .ticon,
.custom_cat_layout .blog-entry-meta.cor-post-aut-detail li .ticon,
.cor-community-in-1 .left_insight .blog-entry-meta.cor-post-aut-detail li .ticon {
	margin-right: 7px;
}
.coral_custom_prs_btn .fun-facts-list li a:hover {
	text-decoration: underline;
}
*{
    -webkit-font-smoothing: antialiased;
}
.wpex-antialiased {
    -webkit-font-smoothing: antialiased;
}
.cor-press-sec-1 .cor-comm-heading span, .cor-press-sec-2 .cor-comm-heading span {
	color: #555;
}
.custom_sub_global .hbspt-form iframe {
	width: 98% !important;
}
.cor-carrers-sec-1 .cor-accordian .sp-ea-single .ea-header a {
	padding: 0 0 0 36px !important;
}
.cor-carrers-sec-1 .cor-accordian .ea-body {
	padding-left: 20px !important;
}
.cor-carrers-sec-1 .cor-accordian .spcollapsing {
	transition-duration: 200ms !important;
}

.cor-portfolio-filter-logo .cor-list-logo li {
	position: initial !important;
	min-height: 105px;
}
.cor-portfolio-filter-logo .cor-list-logo {
	float: left;
	width: 100%;
	height: auto !important;
}
.about_sec2 h2, .about_our_founder_sec h2, .about_partners h2, .about_form h2 {
	text-transform: initial;
	color: #333;
	font-size: 24px;
}
.about_our_founder_sec strong {
	margin: 20px 0 0 0;
	display: block;
}
.about_our_founder_sec .et_pb_row {
	padding-bottom: 0;
}
.about_our_founder_sec {
	padding-bottom: 50px !important;
}
.cust_founder_one {
	padding-top: 60px !important;
}
.about_testimonials_sec #loadMore:hover {
	color: #fff !important;
}
.about_testimonials_sec .testimonal-link-txt a:hover {
	text-decoration: underline;
}
.about_testimonials_sec .customload {
	margin-bottom: 60px;
}
.about_partners .post-grid .item img {
	width: 100%;
}
.about_our_founder_sec img,
.special_partner .et_pb_image_wrap img {
	pointer-events: none;
}
.cust_img_ab {
	margin-top: 120px;
}
.about_testimonials_sec .author-bio a:hover, .about_sec2 a:hover {
	text-decoration: underline;
}
.cus_man_second .et_pb_column.et_pb_column_8.cor-mani-text.margin-left-comm {
	padding-right: 15px;
}
html .cust_car_top {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 33px;
}
html .cust_car_top .vc_custom_heading {
	font-size: 16px;
}
html .cust_car_top h2 {
	font-size: 25.8px;
}
html .cust_car_top .et_pb_module.et_pb_text {
	padding-right: 10px;
}
.about_sec1 .et_pb_module.et_pb_promo {
	padding: 10px 0 25px 0;
}
.about_sec1 .et_pb_row .et_pb_column h2.et_pb_module_header span {
	border-bottom: 2px solid #ff7a59;
	display: inline-block;
	position: relative;
	line-height: 33px;
	padding-bottom: 10px;
	bottom: -12px;
}
.about_sec1 p {
	padding: 0 57px;
}
.about_sec1 .et_pb_button {
	color: #fff !important;
}
.custm_darrw .vcex-module.vcex-icon {
	position: relative;
}
.down_ar {
	text-align: center;
	position: absolute;
	top: 107px;
	left: 48%;
}
.down_ar i {
	font-size: 40px;
	color: rgba(255,255,255,0.75);
}
#main-header #top-menu li.wpml-ls-item span:hover {
	background-color: #eee;
}
.custom_cat_layout .blog-entry-title a {
	color: #222 !important;
}
.custom_cat_layout .blog-entry-title {
	font-size: 24px !important;
}
.custom_cat_layout .cust_right_inner .popular-posts h2 {
	font-size: 17.2px;
	color: #222;
	font-weight: 600;
	margin-bottom: 14px;
}
.custom_cat_layout .cust_right_inner .popular-posts {
	margin-top: 40px;
}
.custom_cat_layout .cust_right_inner .popular-posts .wpp-item-data a:hover {
	text-decoration: underline;
}
.custom_cat_layout .cust_right_inner .popular-posts .taxonomies a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.custom_cat_layout .cust_left_inner .misha_loadmore {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 0;
}
body .custom_cat_layout {
	padding-bottom: 19px !important;
}
.custom_cat_layout .cust_right_inner .popular-posts .wpp-item-data {
	margin-bottom: 10px;
}
.custom_cat_layout .cust_right_inner h4 {
	font-size: 20px;
}
.custom_cat_layout .cust_right_inner .widget_text li {
	margin-bottom: 5px !important;
}
.start_aqu_baner .et_pb_row .et_pb_column h4.bb span {
	position: relative;
	top: 6px;
	padding: 0 4px;
}
.auth_desc .auth-count-desc {
	font-size: 22px;
	margin: -2px 0 0 0;
}
.cust_founder_one .et_pb_image.et_pb_image_0 {
	margin-top: 5px;
}
html .cor-press-sec-2 {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
.cor-comm-sec-3 .cor-comm-profile a:hover {
	text-decoration: underline;
}
.cor_cummunity_col_rgt .vcex-button.theme-txt-link .theme-button-inner:hover {
	text-decoration: underline;
}
.cor-comm-sec-2.cor-comm h2 {
	margin-top: 35px;
}
.cust_prof_form iframe {
	width: 100% !important;
	max-width: 100% !important;
}
.cor-community-in-1 .left_insight  .blog-entry-title a {
	color: #222 !important;
}
.cor-community-in-1 .left_insight .cor-blog-entry {
	border-bottom: 1px solid #eee;
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 24px;
}
.cor-community-in-1 .left_insight .misha_loadmore_par {
	margin: 0 0 0 0;
}
.cor-community-in-1 {
	padding-bottom: 6px !important;
}
.custom_insight_home.cor-community-in-1 .right_insight .et_pb_text_4 {
	padding-left: 0 !important;
}
.custom_insight_home.cor-community-in-1 .right_insight .et_pb_text_4 .custom_title_inner {
	padding-left: 0;
	background-image: none !important;
}
.custom_homebanner.cus_inner_insight_ban .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 img {
	position: relative;
	right: -9px;
	float: right;
	width: 347px;
	top: 15px;
}
.custom_homebanner.cus_inner_insight_ban .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 {
	background-color: rgba(251,249,240,.5) !important;
	padding-left: 6px !important;
	padding-bottom: 5.5%;
	padding-top: 11px !important;
	width: 36%;
	padding-right: 23px !important;
	position: relative;
	right: -23px;
	margin-left: -23px;
}
.custom_homebanner.cus_inner_insight_ban .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 .et_pb_image.et_pb_image_0 {
	text-align: right;
}
.tag_first_rw .et_pb_column.et_pb_column_4_4 {
	max-width: 1100px !important;
}
body #main-header.et-fixed-header {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1) !important;
}
.startup_aquriam_people_mod .layer-media {
	background-color: #000;
	display: block;
	height: 166px;
	overflow: hidden;
}
.startup_aquriam_people_mod img:hover,
.staging-time-table-row .layer-media img:hover {
	opacity: 0.7;
}
.startup_aquriam_people_mod img, .staging-time-table-row .layer-media img {
	float: left;
	height: 100%;
}
.cust_stage_t h2 span {
	font-weight: 900;
}
.staging-time-table-row .layer-media {
	background-color: #000;
	height: 116px;
	margin-bottom: 21px;
}
.staging-time-table-row .layer-content h4 {
	font-weight: normal;
}
.staging-time-table-row .et_pb_text_27 .et_pb_text_inner h3 + p,
.staging-time-table-row .et_pb_text_28 .et_pb_text_inner h3 + p {
	padding-bottom: 0;
}
.staging-time-table-row .et_pb_text_30 h3 {
	margin-bottom: -4px;
	margin-top: 4px;
}
.staging-time-table-sec {
	padding-bottom: 11px;
}
.seed_finance_insights_sec_1.coral_start_online_apply img {
	border-radius: 0;
}
.seed_finance_insights_sec_1 .paragraph {
	padding-right: 20px;
	padding-top: 9px !important;
}
.seed_finance_insights_sec_2 .coral_global_col_right .custom_post_listing ul li {
	line-height: 20px;
}
.seed_finance_insights_sec_2 .coral_global_col_right .custom_post_listing {
	margin-bottom: 24px;
}
body .start_aqu_baner .hbspt-form {
	margin-top: 13px;
}
.staging-time-table-logo .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
	margin: 0;
	width: 25%;
	padding: 0 8px;
}
.staging-time-table-logo {
	margin-top: -10px;
}
.get_in_startup .utube_sec_curve_top
 {
	background-image: url("/wp-content/uploads/2021/02/bgg1.png");
	height: 25px;
}
.get_in_startup .utube_sec_curve_bottom {
	background-image: url("/wp-content/uploads/2021/02/bgg2.png");
	height: 25px;
	transform: rotate(0deg ) !important;
		-webkit-transform: rotate( 0deg );
	-ms-transform: rotate( 0deg );
	transform: rotate( 0deg );
}
.get_in_startup .utube_sec_curve_top svg,
.get_in_startup .utube_sec_curve_bottom svg,
.coral_startup_left_right.cust_aqa_m .utube_sec_curve_top svg,
.coral_startup_left_right.cust_aqa_m .utube_sec_curve_bottom svg
 {
	display: none;
}
.coral_event_sec .post-grid .grid-items .item .layer-content {
	min-height: 210px;
}
.coral_startup_left_right.cust_aqa_m .utube_sec_curve_top
{
		background-image: url("/wp-content/uploads/2021/02/bgg3.png");
	height: 135px;
	background-size: 100% 100%;

}
.coral_startup_left_right.cust_aqa_m .utube_sec_curve_bottom
{
		background-image: url("/wp-content/uploads/2021/02/bgg4.png");
	height: 135px;
			-webkit-transform: rotate( 0deg );
	-ms-transform: rotate( 0deg );
	transform: rotate( 0deg );
	background-size: 100% 100%;

}

.startup_dev_map_sec_left.cor-comm-sec-5 h2 {
	margin-top: -7px;
}
html body #page-container .startup_dev_map_sec_1.coral_startup_position_sec1 .et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
	padding: 8px 18px !important;
}

body #page-container .startup_dev_map_sec_left.cor-comm-sec-5 .et_pb_button {
	font-weight: bold !important;
	font-size: 16px !important;
	padding: 6px 18px !important;
}


.library_section_1 h2 {
	font-size: 24px !important;
}
.library_section_1 {
	padding-bottom: 40px !important;
	background-position: center center !important;
}
.library_section_1 .et_pb_column {
	max-width: 535px;
}
.library_section_2 .coral_global_col_right #menu-topics #menu-item-24136 a[title="西村 賢"] {
	display: none;
}
 .founders_hour_section_2 ul {
	margin-left: 15px;
	margin-bottom: 0;
}
.coralcareerfair_section_1 {
	padding-top: 0px !important;
	padding-bottom: 30px !important;
}
.coralcareerfair_section_1 .et_pb_image_wrap {
	margin-top: 2px;
}


.coralcareerfair_section_2 {
	padding-bottom: 23px !important;
}
.coralcareerfair_section_4 {
	padding-bottom: 56px !important;
}



.coralcareerfair_section_5 .t3 {
	padding-bottom: 3px;
}
.coralcareerfair_section_5 .t1, .coralcareerfair_section_5 .t2 {
	padding-bottom: 25px;
}
.coralcareerfair_section_5 .et_pb_module.et_pb_text_11 {
	margin-bottom: 55px !important;
}

.coralcareerfair_section_6 .et_pb_module.et_pb_text_13 {
	margin-bottom: 76px !important;
}
.coralcareerfair_section_6 a:hover {
	color: initial !important;
}


.coralcareerfair_section_7 .staging_col_left .et_pb_text_inner p:nth-child(1),
.coralcareerfair_section_7 .staging_col_right .et_pb_text_inner p:nth-child(1) {
	padding-bottom: 0;
	margin-bottom: 0;
}

 .seed_finance_insights_sec_2 .coral_global_col_left .w4pl-inner ul li {
	padding: 16.5px 20px;
}
 .seed_finance_insights_sec_2 .coral_global_col_left .et_pb_text_3 {
	margin-bottom: 21px;
}
.seed_finance_insights_sec_2 .coral_global_col_left .et_pb_text_4 {
	margin-bottom: 20px;
}
.seed_finance_insights_sec_2 .coral_global_col_left .et_pb_text_6 {
	margin-bottom: 20px;
}


html .cor-blog-entry .cor-entery-img {
	width: 46.1%;
}
.custom_cat_layout #main_blog_div_press {
	padding-right: 28px;
}
html .cor-blog-entry .cor-entry-details {
	width: 49.9%;
}
.blog-entry-meta span, .blog-entry-meta span a, .blog-entry-meta .meta-category a {
	letter-spacing: -0.1px;
}
.blog-entry-meta {
	margin-top: 1px;
	line-height: 22px !important;
}
html .custom_cat_layout .cust_right_inner {
	padding-left: 13.4px !important;
}
.cor-blog-entry .cor-post-aut-detail li:last-child {
	margin-right: 9px;
}


 .cor-comm-banner.et_pb_section_video h2 {
	padding-bottom: 0;
	line-height: 36px !important;
	letter-spacing: -0.2px;
	margin-bottom: -3px;
}
.cor-comm-banner.et_pb_section_video .orange-btn-comm {
	margin: -5px 0 10px 0;
}
html .cor-comm-banner.et_pb_section_video {
	padding-bottom: 97px;
}
.customload .Fa1 {
	opacity: 0.4;
}





.cor-comm-sec-2.cor-comm .cor-comm-sec-2_row {
	max-width: 1130px !important;
	margin-bottom: 18px;
}
.cor-comm-sec-2.cor-comm .cor-comm-sec-2_row .vcex-icon-box-icon span,
.cor-comm-sec-2.cor-comm .cor-comm-sec-2_row .vcex-icon-box-icon i {
	font-size: 28px;
	padding-top: 1px;
}
.cor-comm-sec-2.cor-comm .et_pb_column_3 .et_pb_module {
	margin-bottom: 14px !important;
}
.cor-comm-sec-2.cor-comm {
	padding-bottom: 5px !important;
}
.cor-comm-sec-2.cor-comm .et_pb_row.et_pb_row_2 {
	padding-top: 0;
	margin-top: -1px !important;
}
.cor-comm-sec-3.cor-comm .cor-blog-sec h4 {
	margin: 29px 0 11px;
}
.cor-comm-sec-3.cor-comm h4 {
	margin-bottom: 10px;
}
.cor-comm-sec-3.cor-comm .et_pb_row_8 .blog-sider-hr {
	padding-left: 30px !important;
}
.cor-comm-sec-5.cor-comm {
	padding-bottom: 13px;
}
.coral_capinner_banner.conn.people_bnr .et_pb_row .et_pb_column {
	width: 48.7%;
}
.coral_capinner_banner.conn.people_bnr .et_pb_row .et_pb_column .et_pb_text_inner {
	padding-top: 7px;
	padding-bottom: 19px;
}
.coral_capinner_banner.conn.people_bnr {
	background-position: right bottom !important;
	padding-bottom: 39px;
	padding-top: 32px;
}






.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3 .element.element_2.excerpt {
	display: none !important;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1::before {
	content: "";
	display: block;
	height: 100%;
	width: 24px;
	position: absolute;
	top: 0;
	left: -24px;
	background-color: rgba(251,249,240,.5) !important;
}

 .utube_sec p {
	margin-bottom: 3px;
}
.coral_startup_left_right {
	padding-top: 35px;
}
html .coral_startup_left_right .cust_start_one {
	padding-bottom: 30px !important;
}
html .coral_startup_left_right .cust_start_two {
	padding-bottom: 30px !important;
}
.coral_strtup_online_logos {
	padding-bottom: 10px;
}
.coral_strtup_online_logos .et_pb_css_mix_blend_mode .et_pb_column {
	margin-right: 3.6%;
	width: 13.6%;
}
 html .cust_car_top h2 span {
	padding-top: 1px;
	padding-bottom: 5px;
}
.cor-carrer-bg {
	padding-top: 14px;
}




footer#main-footer .menu li.fish-menu-footer a {
	position: relative;
}
footer#main-footer .menu li.fish-menu-footer a::after {
	content: "";
	background-image: url("/wp-content/uploads/fish.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 18px;
	width: 19px;
	display: block;
	position: absolute;
	top: 1px;
	right: -23px;
}






.cust_manif_one {
	padding-top: 1px;
	width: 81.2% !important;
}
.cust_manif_one h2 {
	margin-bottom: 32px !important;
	margin-top: 22px !important;
}
.cor-mani-sec p {
	margin-bottom: 2px;
}
.cus_spc {
	padding: 26px 0 5px 0 !important;
}
.cust_manif_two h4 {
	font-size: 25px !important;
}
.cust_manif_two .cor-mani-text .et_pb_module {
	padding-left: 0;
	padding-right: 30px;
}

.cust_manif_four p {
	margin: 0 0 21px 0 !important;
}
.cust_manif_five p {
	margin: 0 0 21px 0 !important;
}
.cust_manif_six h4 {
	padding-bottom: 11px;
}
.man_inner {
	margin: 0 0 0 0;
	padding-bottom: 23px !important;
}
.midd-hdng {
	margin: 35px 0 0 0 !important;
}
.cust_manif_svn .et_pb_column_15 {
	padding-left: 60px;
}


.cor-mani-sec.cust_manif_one {
	padding-top: 0px !important;
	padding-left: 2px;
	padding-right: 1px;
}

.custom_insight_home .right_insight #wpp-4.et_pb_widget.popular-posts ul.wpp-list li a {
	font-size: 14px !important;
}


.page-id-16418 .custom_section_main_blogs article {
display: block;
}

/*
.page-id-16418 .custom_section_main_blogs article .post-content-inner {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
*/





 .con_spc {
	margin-top: 18px;
}
html .team_coral.team_coral_jap {
	padding-top: 22px !important;
}
footer#main-footer .menu li.fish-menu-footer a:hover::before,
footer#main-footer .menu li.fish-menu-footer.current_page_item a::before {
	content: "";
	position: absolute;
	right: -24px;
	display: block;
	width: 33px;
	height: 18px;
	top: 0px;
	border-bottom: 1px solid #ff7a59 !important;
}
html .team_coral.team_coral_jap h2 {
	margin-bottom: -5px;
}

html[lang="en-US"] .page.page-id-6844 .coral_capinner_banner .et_pb_text_inner {
	padding-top: 5px;
	padding-bottom: 22px;
}
html[lang="en-US"] .page.page-id-6844 .coral_capinner_banner {
	padding-top: 33px;
	padding-bottom: 40px;
}
html[lang="en-US"] .page.page-id-6844 .coral_capinner_banner h2 span {
	padding-bottom: 5px !important;
}
html[lang="en-US"] .page.page-id-6844 .coral_capinner_banner h2 {
	padding-top: 1px;
}



.cor-mani-col-2 p a {
	padding-right: 2px;
}
.cust_manif_four h4 {
	margin-top: -6px;
	margin-bottom: 17px;
}
.cust_manif_four .cus_para,
.cus_man_third .cus_para {
	padding-right: 0 !important;
}
.cus_man_third .et_pb_text_12 {
	padding-left: 0 !important;
}
.cus_man_third hr {
	margin-top: 36px;
	margin-bottom: 36px;
}
.cust_manif_six {
	padding-top: 19px !important;
}
.cust_manif_six h4 {
	font-size: 25px !important;
}



 html .team_coral {
	padding-top: 20px !important;
}
html .team_coral h2 {
	margin-bottom: -5px !important;
}






 .page.page-id-6663 footer#main-footer,  .page.page-id-7397 footer#main-footer {
	background-color: #444 !important;
	float: left;
	width: 100%;
	margin-bottom: 0;
	z-index: 9999;
	position: absolute;
}









html .page-id-16418 .custom_section_main_blogs .et_pb_image_container a {
	position: initial;
	height: auto;
	float: left;
	width: 100%;
}
html .page-id-16418 .custom_section_main_blogs .et_pb_image_container a img {
	position: initial;
}


.cust_manif_svn .et_pb_column_15 {
	border: 0px solid;
	margin: 0 0 0 0;
	width: 50%;
	padding: 0;
}
.cust_manif_svn .et_pb_column_16 {
	border: 0px solid;
	width: 50%;
		padding: 0;
}
.cust_manif_svn .et_pb_column_15 .et_pb_text_inner {
	text-align: center;
}
.cust_manif_svn .et_pb_column_16 .et_pb_text_inner {
	text-align: center;
}
.cust_manif_svn .et_pb_column_16 .et_pb_text_inner img {
	max-width: 300px;
	margin-top: 38px;
	margin-bottom: -15px;
}
.cust_manif_svn .et_pb_column_15 .et_pb_text_inner img {
	margin: 0 0 -20px 0 !important;
}
html[lang="en-US"] .custom_homebanner .et_pb_button.et_pb_button_1.et_pb_bg_layout_light {
	padding: 7px 14.5px !important;
}
html[lang="en-US"] .custom_homebanner .et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
	padding: 7px 15px !important;
}



.custom_insight_btn .orange-btn-comm {
	padding: 11.5px 18px;
	font-weight: normal;
	font-size: 15px;
}
.custom_insight_btn .orange-btn-comm:hover {
	background-color: #444;
}


 .cor-comm-sec-3 .hs-cta-img {
	margin-bottom: 15px;
}
html .cor-comm-mod-1.et_pb_cta_0.et_pb_promo {
	padding-bottom: 0px !important;
}
.com_inner_btn .hs-cta-img {
	margin-bottom: 7px;
}




html[lang="en-US"] .single .coral_blog_main_section_2, html[lang="en-US"] .single .coral_blog_main_section_3 {
	display: none;
}
html[lang="en-US"] .single .coral_blog_main_section {
	padding-bottom: 45px;
}







.coral_blog_main_section .coral_blog_main .coral_blog_main_content .et_pb_row {
	width: 100%;
	padding-top: 0;
}
.coral_blog_main_section .coral_blog_main .coral_blog_main_content .et_pb_row .et_pb_text_inner {
	font-size: 18px;
}
.coral_blog_main_section .coral_blog_main .coral_blog_main_content .et_pb_section {
	padding-top: 0;
}
.postid-14780 .coral_blog_main_section .coral_blog_main .coral_blog_main_content {
	padding-top: 0 !important;
}

 .postid-14780 .coral_blog_last_sec {
	display: none;
}




.coral_blog_main .author-bio-social .wpex-social-btn {
	color: #616161;
	font-size: 15px;
	margin-right: 17px;
	margin-left: 8px;
}


.coral_blog_main .et_pb_team_member_description p {
	margin-bottom: 15px;
	font-size: 16px;
	margin-top: 4px;
}



html[lang="en-US"] .single.single-staff .custom_sub_global {
	display: none;
}


.postid-16335 .coral_blog_last_sec {
	display: none;
}


.coral_blog_main .social_share_button .ticon-twitter::before,
.author-bio-social .ticon-twitter::before
 {
	content: "\f099";
}
.coral_blog_main .social_share_button .ticon-facebook-f::before,
.coral_blog_main .social_share_button .ticon-facebook::before,
.author-bio-social .ticon-facebook-f::before,
.author-bio-social .ticon-facebook::before {
	content: "\f09a";
}

.coral_blog_main .social_share_button a.a2a_button_twitter {
	margin-right: 15px;
}
.coral_blog_main .social_share_button a {
	color: #999 !important;
	font-size: 15px;
}
.coral_blog_main .social_share_button a .ticon {
	margin: 0 10px 0 10px;
}
.coral_blog_main .social_share_button {
	padding: 11px 0 15px 0;
}

html[lang="en-US"] .coral_blog_main .social_share_button {
	display: none;
}


.cor_cummunity_col_left .cta_button,
.startup_dev_map_sec_1  .cta_button
{
	color: #fff !important;
}
.cor-comm-sec-3 .cta_button {
	color: #fff !important;
	margin-bottom: 19px;
}
.cor-comm-banner .cta_button {
	margin-bottom: 16px;
}


/***************************************/
.coral_blog_main_section .coral_blog_main .et_pb_module.social_share_button {
    padding: 11px 0 15px 0 !important;
}
.coral_blog_main_section .coral_blog_main .coral_blog_main_col_2 .coral_blog_author_box_1 .et_pb_module_inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    -ms-flex-align: center;
    display: -ms-flexbox;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    border-top: 2px dotted #cfcbca;
    padding: 20px !important;
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 40px !important;
}
.coral_blog_main .coral_blog_author_box_1 .et_pb_module_inner .et_pb_team_member_image {
  max-width: 100%;
  width: 11%;
  margin: 0 20px 0 0;
}
.coral_blog_main .coral_blog_author_box_1 .et_pb_module_inner .et_pb_team_member_image img.avatar{
  width: 100%;
  border-radius: 0;
}
.coral_blog_main .coral_blog_author_box_1 .et_pb_module_inner .et_pb_team_member_description h4 {
    font-size: 19.696px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
}
.coral_blog_main_section_2 .coral_blog_main_col_2_1 .coral_blog_newsletter.custom_sub_global .et_pb_row {
    width: 100% !important;
}
/***************************************/











.cor-comm-sec-5.cor-comm .cor-cummunity-sec-tittle {
	padding-bottom: 0 !important;
	margin-bottom: -10px;
}
.cor-comm-sec-5.cor-comm {
	padding-bottom: 0;
}



.cus_gridd .et_pb_column.et_pb_column_2_9:last-child {
	margin-right: 0px !important;
}
.cus_gridd .et_pb_column.et_pb_column_2_9 {
	width: 31.3% !important;
	margin-right: 2.8% !important;
}
.cus_gridd .et_pb_column.et_pb_column_2_9 .et_pb_module.et_pb_image {
	margin-bottom: 8.7%;
}
.comm-co li span, .comm-co li {
	font-size: 16px;
}




.coral_blog_main_content blockquote {
	border: 0px solid;
	background-image: url(/wp-content/uploads/2021/04/quote.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	color: #ababab;
}
.coral_blog_main_content blockquote p {
	color: #ababab;
	font-size: 22px !important;
	padding-bottom: 0 !important;
}










@media (min-width:320px) and (max-width:767px)
{



.coral_blog_main_section .coral_blog_main h1 {
	font-size: 28px;
	padding: 10px 0 0 0;
}


.coral_blog_main_section .coral_blog_main .coral_blog_main_col_2 {
	width: 100%;
	border-top: 0px solid #ebebeb;
	padding-top: 13px;
	margin: 0;
}
html .coral_blog_main_section_2 .coral_blog_main_2 .coral_blog_main_col_2_1 {
	width: 100%;
}
.coral_blog_main_section_2 .coral_blog_main_2 .coral_blog_main_col_2_1 .coral_blog_newsletter .et_pb_row .left_sub {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 0;
	padding: 0;
}
.coral_blog_main_section_3 .coral_blog_main_3 .coral_blog_main_col_3_2 .coral_blog_main_related_post article.et_pb_post {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0 10px;
}
.coral_blog_main_section_3 .coral_blog_main_3 .coral_blog_main_col_3_2 {
	width: 100%;
}
.coral_blog_main_section_3 .coral_blog_main_3 .coral_blog_main_category_list ul li {
	list-style-type: none;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0 10px;
	margin: 0 0 20px;
}






.cust_manif_three h4 {
	padding: 35px 0 10px 0 !important;
}
html .cust_manif_four h4 {
	padding: 26px 0 4px 0 !important;
}

html .cust_manif_one {
	width: 100% !important;
}

.cor-press-sec-2.comm-co.cust_pr_self .et_pb_row.et_pb_row_2 {
	display: block;
}

.cor-community-in-1.custom_insight_home .right_insight .et_pb_module.et_pb_text_6 {
	display: block;
	margin-top: 58px;
}

.library_section_2 .coral_bg_row .et_pb_text_inner .bg_design {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width:100% ;
}







.coral_event_sec .et_pb_module.et_pb_text.et_pb_text_6 {
	margin-bottom: 20px !important;
}
.coral_event_sec .grid-items .skin.flat {
	width: 100% !important;
	max-width: 100%;
	flex-basis: 100%;
	min-width: 100%;
}
html .coral_event_sec .post-grid .grid-items .item .layer-content {
	min-height: auto;
}
.cor-community-in-1 .left_insight .cor-blog-entry {
	padding-bottom: 10px;
}
.cor-community-in-1.custom_insight_home .right_insight .et_pb_module.et_pb_text_5 {
	margin-top: 0 !important;
}
.cor-community-in-1.custom_insight_home {
	padding-bottom: 55px !important;
}







html .cor-blog-entry .cor-entry-details {
	width: 100%;
	float: left !important;
}
html .cor-blog-entry .cor-entery-img {
	width: 100%;
	float: left !important;
}
.cor-blog-entry a.blog-entry-media-link {
	display: block !important;
}









.custom_insight_home .right_insight .section_main_heading.et_pb_text_4 {
	margin: 80px 0 0 0 !important;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_text_7 {
	margin-top: 48px !important;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_text_5 {
	margin-top: 65px !important;
	float: left;
	width: 100%;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_text_8 {
	margin-top: 55px !important;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_1.et_pb_widget_area.et_pb_bg_layout_light {
	margin-bottom: 25px;
}
.custom_insight_home .right_insight .et_pb_button_module_wrapper {
	float: left;
	width: 100%;
}
.custom_insight_home .right_insight .et_pb_blog_0.et_pb_posts {
	float: left;
	width: 100%;
}






.coral_strtup_online_logos .et_pb_css_mix_blend_mode .et_pb_column {
	margin-right: 0;
}

.custom_cat_layout #main_blog_div_press {
	padding-right: 0;
}



.gaijins_in_startups_sec_5 {
	padding-bottom: 15px !important;
}

.gaijins_in_startups_sec_3 .et_pb_row.et_pb_row_2 {
	padding-bottom: 15px !important;
}
.gaijins_in_startups_sec_2 {
	padding-bottom: 45px !important;
}




.coralcareerfair_section_7 {
	padding-left: 15px;
	padding-right: 15px;
}
.coralcareerfair_section_7 .staging_col_left, .coralcareerfair_section_7 .staging_col_right {
	margin-bottom: -15px !important;
}
.coralcareerfair_section_7 .et_pb_row.et_pb_row_10 {
	padding-bottom: 20px !important;
}








.coralcareerfair_section_6 .et_pb_module.et_pb_text_13 {
	margin-bottom: 30px !important;
}
.coralcareerfair_section_6 {
	padding-top: 30px !important;
}
.coralcareerfair_section_7 {
	padding-top: 50px !important;
}



.coralcareerfair_section_3 .custom_global_row:nth-child(2n) .et_pb_image_wrap {
	margin-bottom: 29px;
}
.coralcareerfair_section_3 .custom_global_row:nth-child(2n) {
	display: flex;
	flex-direction: column-reverse;
}
.coralcareerfair_section_3 {
	padding-top: 25px !important;
	padding-bottom: 50px !important;
}







.library_section_2 {
	padding-bottom: 0 !important;
	margin-bottom: -8px;
}




.cust_aqa_m .et_pb_row.et_pb_row_8 .et_pb_image_wrap, .cust_aqa_m .et_pb_row.et_pb_row_10 .et_pb_image_wrap {
	margin-bottom: 24px;
}
.cust_aqa_m .et_pb_row.et_pb_row_8 .et_pb_column_1_3 {
	padding-bottom: 0;
}

.seed_finance_insights_sec_2 .coral_global_col_right {
	margin-top: 30px;
}
.seed_finance_insights_sec_1 .coral_start_online_apply_row {
	padding: 0 !important;
}
.seed_finance_insights_sec_1 .paragraph {
	padding-right: 0;
}
.staging-time-table-row .layer-media {
	height: auto;
	float: left;
}

.staging-time-table-sec .people-grid-itemsaq {
	margin: 0;
	width: calc(100% + 0px);
}

.startup_logo_sec .cor-portfolio-filter-logo .cor-list-logo {
	margin: 0;
}

.cust_aqa_m .et_pb_row.et_pb_row_8, .cust_aqa_m .et_pb_row.et_pb_row_10 {
	display: flex;
	flex-direction: column-reverse;
}


html .custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_0 {
	margin-left: 0;
}
html .custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 {
	right: 0;
}

.custom_sub_global .cor-in-img {
	display: none;
}
.custom_sub_global.cor-in-news {
	padding-bottom: 0;
	margin-bottom: -25px;
}

html .custom_cat_layout #main_blog_div_press article.cor-blog-entry {
	padding-bottom: 6px;
}
.custom_cat_layout .cust_right_inner .popular-posts {
	margin-bottom: 8px;
}

.coral_global_col_right {
	padding-bottom: 30px !important;
}

.cust_prof_form iframe {
	width: 100% !important;
}
.cust_start_one, .cust_start_three {
	flex-direction: column-reverse;
	display: flex !important;
}
.utube_sec .et_pb_module.et_pb_image {
	display: none;
}
body .coral_startup_left_right.et_pb_section {
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}
.cust_start_one .startup_img_col, .cust_start_three .startup_img_col {
	margin-bottom: 29px !important;
}
.coral_start_online_apply {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}
.coral_start_online_apply .et_pb_button_1_wrapper.et_pb_module {
	margin: -18px 0 25px 0 !important;
}
.special_partner .et_pb_module.et_pb_text.et_pb_text_16 {
	margin-bottom: 2px;
}
.utube_sec .et_pb_module.et_pb_text.et_pb_text_3 {
	margin-bottom: -30px;
}
.start_aqu_baner .et_pb_row .et_pb_column p {
	font-size: 15px;
}
.custom_cat_layout .cust_right_inner .popular-posts .wpp-thumbnail-container .wpp-thumbnail {
	width: 100%;
}
.cust_img_ab {
	display: none;
}
.about_our_founder_sec .et_pb_row_5 .et_pb_column_1_3 {
	padding-left: 0;
}
.about_our_founder_sec .et_pb_module.et_pb_image {
	margin-top: 25px;
}
.cust_founder_one, .cust_founder_three {
	display: flex !important;
	flex-direction: column-reverse;
}
.cus_man_second .et_pb_column.et_pb_column_8.cor-mani-text.margin-left-comm {
	padding-right: 0;
}
.about_sub_heading {
	margin-bottom: 40px !important;
}
.about_sec2 .et_pb_main_blurb_image {
	margin-bottom: 15px;
}
.about_sec2 .et_pb_blurb_container {
	margin-bottom: 35px;
}
body .about_sec2 {
	padding-bottom: 25px;
}
.cor-carrers-sec-1 .et_pb_row.et_pb_row_6 {
	padding-top: 40px !important;
}
.cus_career_form .hbspt-form iframe {
	width: 100% !important;
	margin-bottom: 30px;
}
footer#main-footer #footer-widgets {
	padding-bottom: 0;
	margin-bottom: -28px;
}
html[lang="en-US"] #main-footer .custom_social.custom_social_footer_4 {
	margin: 0 0 0 0;
	padding: 47px 0 0 0;
}
.custom_social.cus_desk_social {
	display: none;
}
.custom_social.mob_desk_social ul li {
	float: none;
	display: inline-block;
	margin-right: 10px;
}
.custom_social.mob_desk_social ul {
	display: block;
	text-align: center;
}
.custom_social.mob_desk_social {
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
}
.cor-press-sec-2 .et_pb_row.et_pb_row_2 {
	display: flex;
	flex-direction: column-reverse;
}
.cor-press-sec-2 .cust_press_left {
	padding-top: 40px;
}
.cor-press-sec-2 .coral_custom_prs_btn .cor-comm-heading {
	margin-top: 40px !important;
}
.cor-press-sec-2 .coral_custom_prs_btn .et_pb_text_8 .cor-comm-heading {
	margin-top: 20px !important;
}
html[lang="en-US"] .page-id-9212 #main-footer #footer-info {
	padding-top: 27px;
	padding-bottom: 0;
}
html[lang="en-US"] .page-id-9212 #main-footer .custom_social.custom_social_footer_4 {
	margin: 0 0 0 0;
	padding: 46px 0 2px 0;
}
.custom_insight_home .et_pb_row .et_pb_column_3_5 {
	padding: 0;
}
.custom_insight_home .et_pb_row .et_pb_column_2_5 {
	padding: 0;
}
.custom_port_global .right_sub {
	display: none;
}
.cus_port_bottom h4 {
	line-height: 26px;
	font-size: 18px !important;
	margin-bottom: 15px;
}
.cor-portfolio-logo .cor-list-logo li {
	padding-left: 10px;
	padding-right: 10px;
}
.cor-portfolio-filter-logo .cor-list-logo {
	padding: 0;
}
.cor-portfolio-filter-logo {
	width: 100%;
	margin-left: 0;
}
.cor-portfolio-logo {
	width: 100%;
	margin-top: 5px;
}
body div.et_pb_section.et_pb_section_0.comm-co {
	padding: 40px 0 10px 0;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 {
	width: 100%;
}
#main-header .logo_container a {
	width: 161px;
	margin: 9px 0 0 0;
}
.insight_conn.custom_insight_home .et_pb_row .et_pb_column_3_5 {
	margin-top: 20px;
}
.cus_sign .et_pb_text_inner {
	text-align: center;
}
footer#main-footer #footer-widgets h4 span {
	bottom: -3px;
}
html .cor-mani-sec h2 {
	margin: 40px 0 0 0;
	padding-bottom: 0;
}
body .custom_blog_home_english .custom_section_main_heading_eng {
	margin: 15px 0 0 0 !important;
}
.custom_homebanner .et_pb_row {
	width: 100%;
	padding: 20px 15px 0px !important;
}
body .custom_blog_home_english .et_pb_row {
	width: 100%;
	padding: 0 15px;
}
html[lang="en-US"] #main-footer #footer-widgets {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 128px !important;
    padding-bottom: 0;
    padding-top: 10px;
}
html[lang="en-US"] #main-footer #footer-widgets .footer-widget {
	width: 100% !important;
	display: block !important;
	text-align: center;
	margin: 0 !important;
}
html[lang="en-US"] #main-footer #footer-widgets .footer-widget:nth-child(1), html[lang="en-US"] #main-footer #footer-widgets .footer-widget:nth-child(3) {
	display: none !important;
}
html[lang="en-US"] #main-footer .custom_social.custom_social_footer_4 li:nth-child(1) {
	margin-left: 21px;
}
html[lang="en-US"] #main-footer {
	padding-top: 20px;
}
html[lang="en-US"] #main-footer #footer-info {
    padding-top: 30px;
}
body .et_pb_row {
width: 100%;
padding: 0 15px !important;
}
.et_header_style_left .logo_container {
	max-width: 281px;
}
.custom_section_main_blogs article {
	width: 100%;
	margin-right: 0;
}
body .custom_blog_home_english {
	padding-top: 0;
	padding-bottom: 15px;
}
.custom_homebanner {
	padding: 0px 0px 21px 0px !important;
}
body .custom_insight_home .et_pb_row.et_pb_row_1 {
	padding-bottom: 0;
}
body .custom_insight_home {
padding-top: 10px;
/* padding-bottom: 0; */
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3, .custom_insight_home .right_insight .et_pb_module.et_pb_text_6 {
	display: none;
}
.custom_insight_home .left_insight {
	margin-right: 0;
	width: 100%;
}
.custom_insight_home .wpex-card-media.wpex-mb-25.wpex-rounded {
	margin-right: 0;
	width: 100%;
}
.custom_insight_home .left_insight #main_blog_div .type-post .wpex-card-details.wpex-last-mb-0 {
	width: 100%;
	max-width: 100%;
	padding-top: 20px;
}
.custom_insight_home .left_insight #main_blog_div .type-post.wpex-post-cards-featured .wpex-card-terms-list.wpex-mb-10 {
	margin: 0 0 9px 0;
}
.custom_insight_home .right_insight {
	width: 100%;
	padding-top: 20px;
}
.custom_homebanner .home_title {
	line-height: 30px;
}
.custom_homebanner .et_pb_module.et_pb_text {
	margin-bottom: 15px;
}





}

@media (min-width:320px) and (max-width:567px)
{





.coral_blog_main .coral_blog_author_box .et_pb_team_member_description {
	text-align: center;
	width: 100%;
}
.coral_blog_main .coral_blog_author_box .et_pb_team_member_image {
	width: 70px;
	margin: 0 auto 21px;
}



html .startup_aquriam_people_mod .layer-media {
	height: 163px;
}

.coral_startup_position_sec3 h2 {
	font-size: 20px !important;
	color: #333;
	padding: 0 4px;
}

body .coral_startup_left_right.cust_aqa_m {
	padding-top: 125px !important;
	padding-bottom: 66px !important;
}



.get_in_startup {
	padding-top: 35px !important;
	padding-bottom: 55px !important;
}

.get_in_startup .utube_sec_curve_top {
	background-image: url("/wp-content/uploads/2021/02/mp1.png");
}
.get_in_startup .utube_sec_curve_bottom {
	background-image: url("/wp-content/uploads/2021/02/mp2.png");
}


.coral_startup_left_right.cust_aqa_m .utube_sec_curve_top {
	background-image: url("/wp-content/uploads/2021/02/mp3.png");
	height: 35px;
	background-size: 100% 100%;
}
.coral_startup_left_right.cust_aqa_m .utube_sec_curve_bottom {
	background-image: url("/wp-content/uploads/2021/02/mp4.png");
	height: 35px;
}
body .coral_startup_left_right.cust_aqa_m {
	padding-top: 65px !important;
	padding-bottom: 66px !important;
}





.about_sec1 p {
	padding: 0;
}
html body .about_sec1 {
	padding-top: 86px;
	padding-bottom: 18px;
}


.cust_prof_form iframe {
	width: 103% !important;
	max-width: 103%;
}
html .community_p_section_1 h2 {
	font-size: 20px;
}
.start_aqu_baner .et_pb_row .et_pb_column h4.bb span {
	top: 2px;
}
.start_aqu_baner .et_pb_row .et_pb_column h4.bb span img {
	width: 23px;
}
.about_form h2 {
	padding-right: 20px;
}
.about_partners .post-grid .item {
	padding: 0 8px;
	margin: 0 0 -25px 0 !important;
}
.about_sec2 .et_pb_column_3 .et_pb_main_blurb_image, .about_sec2 .et_pb_column_5 .et_pb_main_blurb_image {
	margin-bottom: 30px;
}
.cus_career_form .hbspt-form iframe {
	width: 103% !important;
	max-width: 103%;
}
html body .cor-portfolio-filter-tab li {
	font-size: 13px;
	padding: 5px 10px;
}
.custom_sub_global .section_main_heading .custom_title_inner {
	border: 0px solid;
	line-height: 35px;
}
.custom_sub_global .custom_title {
	border-bottom: 2px solid #ff7a59;
}
.custom_homebanner .et_pb_button_module_wrapper a {
	width: 100%;
	text-align: center;
}
.custom_homebanner .et_pb_button_module_wrapper {
	width: 100%;
	margin: 0 0 7px 0;
}


}

@media (min-width:568px) and (max-width:767px)
{


.coral_blog_main .coral_blog_author_box .et_pb_team_member_image {
	margin: -37px 20px 0 0;
}

html .startup_aquriam_people_mod .layer-media {
	height: 200px;
}

body .coral_startup_left_right.cust_aqa_m {
	padding-top: 120px !important;
	padding-bottom: 100px !important;
}

.get_in_startup {
	padding-top: 60px !important;
	padding-bottom: 70px !important;
}

.coral_startup_left_right.cust_aqa_m .utube_sec_curve_top {
	background-image: url("/wp-content/uploads/2021/02/ml3.png");
	height: 65px
}
.coral_startup_left_right.cust_aqa_m .utube_sec_curve_bottom {
	background-image: url("/wp-content/uploads/2021/02/ml5.png");
	height: 65px;
}
.get_in_startup .utube_sec_curve_top {
	background-image: url("/wp-content/uploads/2021/02/ml1.png");
}
.get_in_startup .utube_sec_curve_bottom {
	background-image: url("/wp-content/uploads/2021/02/ml2.png");
}



html body .about_sec1 .et_pb_row .et_pb_column {
	width: 75%;
}
html body .about_sec1 {
	padding-top: 150px;
	padding-bottom: 145px;
}



.cust_prof_form iframe {
	width: 101% !important;
	max-width: 101%;
}
.utube_sec .et_pb_module.et_pb_text.et_pb_text_3 {
	margin-bottom: 5px;
}
.start_aqu_baner .et_pb_row .et_pb_column h4.bb span {
	top: 3px;
}
.start_aqu_baner .et_pb_row .et_pb_column h4.bb span img {
	width: 30px;
}
.cus_career_form .hbspt-form iframe {
	width: 101% !important;
	max-width: 101%;
}
.custom_insight_home .right_insight .et_pb_blog_0.et_pb_posts article .entry-title {
	width: 85%;
}
.custom_homebanner .et_pb_column.et_pb_column_3_5 {
	padding: 0 15px;
}



}







@media (min-width:320px) and (max-width:991px)

{



.opened ul#mobile_menu {
display: block;
}







ul#mobile_menu .menu-closed.menu-open::before {
	opacity: 0.5;
}


ul#mobile_menu ul.sub-menu {
	background: rgba(255,255,255,0.02);
	transition: all 0.2s linear !important;
	opacity: 1;
	height: 131px;
	overflow: hidden;
}
#page-container .mobile_nav li ul.hide.sub-menu {
	transition: all 0.2s linear !important;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	display: block !important;
}
ul#mobile_menu ul.sub-menu a {
	padding: 9px 19px !important;
}
ul#mobile_menu li.menu-item-19132 ul.sub-menu {
	height: 302px;
}
ul#mobile_menu li.menu-item-19131 ul.sub-menu {
	height: 258px;
}









header #et_mobile_nav_menu .mobile_nav.opened {
	padding-top: 34px;
}
header .et_mobile_menu a {
	padding: 12px 20px !important;
}
#main-header #et_top_search {
	display: none;
}
body .container {
	width: 100%;
	padding: 0 15px;
}
header #et-top-navigation {
	right: -15px;
	position: relative;
}
header #et-top-navigation #et_mobile_nav_menu {
	margin-right: 9px;
}
header .et_mobile_menu {
	left: -82px;
	min-width: 300px;
	border-top: 0px solid #2ea3f2;
	background: #262626;

}
header .et_mobile_menu li a {
border-bottom: 1px solid;
padding: 10px 0;
font-family: "Lato",sans-serif !important;
font-weight: normal !important;
padding: 13px 20px;
}
#mobile_menu {
	padding: 0;
}
header .mobile_menu_bar::before {
	font-size: 33px;
	color: #616161;
}
header .et_mobile_menu li li {
	padding-left: 0;
}
body #main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul {
	padding-left: 0;
}
header .sub-menu li a::before {
	content: "-";
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	left: 20px;
}
header .sub-menu li a {
	padding-left: 36px;
}
#main-header #logo {
	margin-left: -1px;
	max-width: 100%;
}








/*menutoggle*/

/*** This hides the sub menu items on mobile ***/
#page-container .mobile_nav li ul.hide {
display: none !important;
}
/*** This adjusts the positioning and the background transparency of the parent menu item on mobile ***/
#page-container .mobile_nav .menu-item-has-children {
position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}
/*** This styles the icon and moves it to the right ***/
#page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 10px;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
/*** Here you can swap out the actual icons ***/
#page-container span.menu-closed:before {
content: "\4c";
display: block;
color: #000;
font-size: 16px;
font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
content: "\4d";
}

/*menutoggle*/


}



@media (min-width:768px) and (max-width:1024px)
{





.coralcareerfair_section_7 {
	padding-left: 15px;
	padding-right: 15px;
}


.coralcareerfair_section_3 .custom_global_row .et_pb_column {
	min-width: 100%;
	width: 100%;
}
.coralcareerfair_section_3 .custom_global_row:nth-child(2n) {
	display: flex;
	flex-direction: column-reverse;
}
.coralcareerfair_section_3 {
	padding-top: 25px !important;
	padding-bottom: 30px !important;
}
.coralcareerfair_section_3 .custom_global_row .custom_global_col_text {
	padding: 0 0 50px 0 !important;
}








body .staging-time-table-row .staging_col_right {
	padding-left: 15px !important;
	padding-right:0px !important ;
}
body .staging-time-table-row .staging_col_left {
	padding-right: 15px !important;
		padding-left: 0px !important;
}

.staging-time-table-row .layer-media {
	height: auto;
	float: left;
}


.cust_stage_t {
	margin-bottom: 10px;
}


html .custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_0 {
	margin-left: 0;
}
html .custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 {
	right: 0;
}

html .community_p_section_1 h2 {
	font-size: 23px;
}
.cust_prof_form iframe {
	width: 100% !important;
}
.about_sec2 .et_pb_main_blurb_image {
	margin-top: 40px;
}
html .cor-mani-sec h4 {
	font-size: 22px;
}
.cus_career_form .hbspt-form iframe {
	width: 101% !important;
	margin-bottom: 30px;
	max-width: 101%;
}
html[lang="en-US"] #main-footer #footer-info {
    margin-top: 19px;
}
.cus_port_bottom h4 {
	margin-bottom: 20px;
}
.cor-portfolio-logo {
	width: 100%;
	margin-top: -4px;
}
.insight_conn .right_insight .et_pb_module.et_pb_sidebar_0 #sub_categories_widget-3 {
	width: 100%;
}
html .cor-mani-sec h2 {
	margin: 40px 0 0 0;
	padding-bottom: 0;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_sidebar_0 #sub_categories_widget-2 {
	width: 100%;
}
.et_pb_module.et_pb_sidebar_1.et_pb_widget_area.clearfix.et_pb_widget_area_left #wpp-4 {
	width: 100%;
}
body .custom_insight_home {
	padding-top: 30px;
}
.custom_insight_home .wpex-card-media.wpex-mb-25.wpex-rounded {
	margin-right: 5%;
}
body .container {
	width: 100%;
	padding: 0 15px;
}
#main-header #logo {
	margin-left: -5px;
}
body .et_pb_row {
	width: 100%;
	padding: 0 15px !important;
}
body .custom_blog_home_english {
	padding-top: 30px;
}





}

@media (min-width:768px) and (max-width:991px)
{



.coral_blog_main_section_3 .coral_blog_main_3 .coral_blog_main_col_3_2 {
	width: 100%;
}
.coral_blog_main_section_2 .coral_blog_main_2 .coral_blog_main_col_2_1 {
	width: 100%;
}
.coral_blog_main_section .coral_blog_main .coral_blog_main_col_2 {
	width: 100%;
	border-top: 0px solid #ebebeb;
	padding-top: 20px;
}

body .custom_cat_layout .cust_right_inner .et_pb_widget {
	width: 100%;
}
body .custom_cat_layout .cust_right_inner {
	width: 28% !important;
	float: right;
}
body .custom_cat_layout .cust_left_inner {
	width: 69% !important;
}



.cor-community-in-1.custom_insight_home .right_insight .et_pb_module.et_pb_text_6 {
	display: block;
}

html .cor-press-sec-2 .coral_custom_prs_btn {
	width: 28%;
	float: right;
}
html .cor-press-sec-2 .cust_press_left {
	width: 69%;
}

.custom_cat_layout #main_blog_div_press {
	padding-right: 0;
}

.coral_startup_left_right.cust_aqa_m .et_pb_column {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

html .coralcareerfair_section_3 .custom_global_row:not(:last-of-type) {
	padding-bottom: 0px !important;
}

.library_section_2 {
	padding-bottom: 0 !important;
	margin-bottom: -8px;
}

html body .coral_startup_left_right.cust_aqa_m{
	padding-top: 150px !important;
	padding-bottom: 125px !important;
}

.cust_aqa_m .et_pb_row.et_pb_row_8 .et_pb_image_wrap, .cust_aqa_m .et_pb_row.et_pb_row_10 .et_pb_image_wrap {
	margin-bottom: 24px;
}
.cust_aqa_m .et_pb_row.et_pb_row_8 .et_pb_column_1_3 {
	padding-bottom: 0;
}
.cust_aqa_m .et_pb_row.et_pb_row_8, .cust_aqa_m .et_pb_row.et_pb_row_10 {
	display: flex;
	flex-direction: column-reverse;
}




.cust_stage_t {
	margin-bottom: 11px !important;
}

html body .staging-time-table-row .staging_col_left,
html body .staging-time-table-row .staging_col_right {
	width: 50%;
}





.cor-community-in-1 .left_insight .blog-entry-meta {
	padding-bottom: 0;
}
.cor-community-in-1 .left_insight .cor-blog-entry .cor-post-aut-detail li {
	margin-right: 13px;
}

html .about_sec2 .et_pb_row_4col .et_pb_column {
	width: 50% !important;
}

.coral_global_col_right {
	padding-bottom: 30px !important;
}
.cust_start_one, .cust_start_three {
	flex-direction: column-reverse;
	display: flex !important;
}
body .coral_startup_left_right.et_pb_section {
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}
.cust_start_one .startup_img_col, .cust_start_three .startup_img_col {
	margin-bottom: 29px !important;
}
.coral_start_online_apply {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}
.coral_start_online_apply .et_pb_button_1_wrapper.et_pb_module {
	margin: -18px 0 25px 0 !important;
}
.special_partner .et_pb_module.et_pb_text.et_pb_text_16 {
	margin-bottom: 2px;
}
.about_sec1 p {
	padding: 0 35px;
}
html body .about_sec1 {
	padding-top: 153px;
	padding-bottom: 166px;
}
.down_ar {
	top: 1%;
}
.about_our_founder_sec h2 {
	margin-bottom: 20px;
}
.about_our_founder_sec .et_pb_row_5 .et_pb_column_1_3 {
	padding-left: 0;
}
.about_our_founder_sec .et_pb_module.et_pb_image {
	margin-top: 25px;
}
.cust_founder_one, .cust_founder_three {
	display: flex !important;
	flex-direction: column-reverse;
}
html[lang="en-US"] .cus_man_fourth .cor-mani-col-2 h4 {
	padding-bottom: 6px;
	margin-top: 14px;
}
html[lang="en-US"] .cor-mani-sec.cus_man_second {
	padding-bottom: 25px !important;
}

.cor-mani-sec.cor_mani_extra .cor-mani-img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cor-mani-sec.cus_man_second .cor-mani-text.margin-left-comm {
	margin-bottom: 30px;
}
.cor-mani-sec.cus_man_third .cor-mani-img {
	padding-top: 21px;
}
#main-header #logo {
	max-width: 100%;
}
body div.et_pb_section.et_pb_section_0.comm-co {
	padding: 40px 0px 12px 0px;
}
.custom_homebanner .et_pb_button {
	padding: 9px 15px !important;
}
.custom_homebanner .et_pb_button_0_wrapper {
	float: left;
	margin: 0 10px 0 0;
}
.custom_homebanner .home_title {
	font-size: 18px;
}
#main-header .logo_container a {
	width: 161px;
	margin: 10px 0 0 0;
}
.contact_con_sec .cus_left_con {
	width: 47.25%;
	margin-right: 5.5%;
}
.contact_con_sec .cus_right_con {
	float: left;
	width: 47.25%;
}
.cus_sign .et_pb_text_inner {
	text-align: center;
}
 html[lang="en-US"] #main-footer #footer-widgets {
	padding-bottom: 0;
}
 html[lang="en-US"] #main-footer #footer-widgets .footer-widget {
	width: 76px !important;
	margin-right: 59px !important;
}
footer#main-footer #footer-info {
	padding-top: 0;
}
/* footer .custom_social {
	margin: -60px 0 0 0;
} */
footer#main-footer #footer-widgets {
	padding-top: 33px;
	padding-bottom: 0;
}
footer#main-footer #footer-widgets .footer-widget:nth-child(4n) {
	margin-right: 0 !important;
}
footer#main-footer #footer-widgets .footer-widget {
	width: 22.7% !important;
	margin-right: 3% !important;
}
.custom_sub_global .section_main_heading .custom_title_inner {
	font-size: 23px;
}
.custom_sub_global .et_pb_column.et_pb_column_1_2.left_sub {
	width: 53%;
	margin-right: 2%;
}
.custom_sub_global .et_pb_column.et_pb_column_1_2.right_sub {
	width: 45%;
}
.custom_insight_home .right_insight .et_pb_module.et_pb_code.et_pb_code_3, .custom_insight_home .right_insight .et_pb_module.et_pb_text_6 {
	display: none;
}
.custom_insight_home .right_insight .et_pb_blog_0.et_pb_posts article .entry-title {
	width: 65%;
}
html .et_header_style_left .logo_container {
	max-width: 470px;
}
.custom_homebanner .et_pb_column.et_pb_column_2_5 {
	width: 37%;
}
.custom_homebanner .et_pb_column.et_pb_column_3_5 {
	width: 58%;
	margin-right: 3%;
}
#main-header #et_top_search {
	display: none;
}
body .container {
	width: 100%;
	padding: 0 15px;
}
header #et-top-navigation {
	right: -15px;
	position: relative;
}
header #et-top-navigation #et_mobile_nav_menu {
	margin-right: 5px;
}
header .et_mobile_menu {
	left: -82px;
	min-width: 300px;
	border-top: 0px solid #2ea3f2;
	background: #262626;

}
header .et_mobile_menu li a {
	border-bottom: 1px solid;
	padding: 10px 0;
	font-family: "Lato",sans-serif !important;
	font-weight: normal !important;
	padding: 13px 10px;
}
#mobile_menu {
	padding: 0;
}
header .mobile_menu_bar::before {
	font-size: 33px;
	color: #616161;
}
header .et_mobile_menu li li {
	padding-left: 0;
}
body #main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul {
	padding-left: 0;
}
header .sub-menu li a::before {
	content: "-";
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	left: 20px;
}
header .sub-menu li a {
	padding-left: 36px;
}



}

@media (min-width:992px) and (max-width:1024px)
{


.library_section_2 {
	padding-bottom: 20px !important;
}
.custom_homebanner .et_pb_row.et_pb_row_0 .et_pb_column.et_pb_column_1 {
	width: 33%;
}

html .about_sec2 .et_pb_row_4col .et_pb_column {
	width: 23.5%;
}

.about_our_founder_sec h2 {
	margin-bottom: 35px;
}
.cus_man_second .et_pb_column.et_pb_column_8.cor-mani-text.margin-left-comm {
	padding-right: 0;
}
html .cor-mani-sec h3 {
	font-size: 21px;

}
.cor_mani_extra.cor-mani-sec .cor-mani-text.margin-left-comm {
	padding-right: 30px;
}
.cor-mani-sec.cor_mani_extra {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.cor-mani-sec.cus_man_second .cor-mani-img {
	padding-left: 30px;
}
.cor-mani-sec.cus_man_second {
	padding-top: 30px !important;
}
.cor-mani-sec.cus_man_third .cor-mani-img {
	padding-left: 30px;
	padding-bottom: 25px;
}
.cor-mani-sec h4 {
	font-size: 22px;
}
html .cor-mani-sec .cor-mani-col-2{
	min-width: auto;
}
.cor-portfolio-logo {
	width: 100%;
	margin-top: -13px;
}
footer#main-footer #footer-info {
	padding-top: 0;
	margin-top: -15px;
}
/* footer .custom_social {
	margin: -60px 0 0 0;
} */
#main-header.et-fixed-header {
	padding: 8px 0 !important;
}
#main-header.et-fixed-header .logo_container a {
	margin: 6px 0 0 0;
}


}





@media (min-width:768px) and (max-width:10000px)
{
.custom_social.mob_desk_social {
	display: none;
}


}




































/*manifesto-page*/
body {
line-height: 1.6;
}
.cor-mani-secbody h3 {
font-weight: 700;
font-size: 25px;
line-height: 1.4;
color: #333;
}
.cor-mani-sec .et_pb_module.et_pb_text {
margin-bottom: 10px !important;
}
.cor-mani-sec .cor-mani-col-1, .cor-mani-sec .cor-mani-col-3{min-width: 14.66%;}
.cor-mani-sec .cor-mani-col-2{min-width: 68.66%;}
.cor-mani-sec p, .cor-mani-sec .et_pb_text_inner {
font-size: 18px;
}
.cor-mani-sec a:hover {
	text-decoration: underline;
}
.cor-mani-sec a {
color: #ff7a59;
}
.cor-mani-sec h2 {
	font-size: 34px;
	font-weight: 800;
	font-family: 'Homemade Apple',handwriting !important;
	margin: 20px 0 0 0;
	color: #444;
}
body .cor-signature-1{margin: 0 auto 0 !important;}

body .cor-signature{margin: 0 auto 0 !important;}
hr {
border: solid #e8e8e8;
border-width: 1px 0 0;
clear: both;
margin: 2.308em 0;
height: 0;
}
body p.apply-here {
background-color: #f7f7f7;
border: 1px solid #eee;
color: #616161;
padding: 20px !important;
border-radius: 4px;
}
.cor-mani-sec h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	color: #222;
}
@media(min-width:992px) and (max-width:10000px){
}
@media(min-width:1300px) and (max-width:10000px){

.margin-left-comm {
margin-right: 0px !important;
}
body .margin-left-comm {margin-right: 0px !Important;}
.cor-mani-sec .cor-mani-col-2 , .cor-mani-sec .cor-mani-col-1, .cor-mani-sec .cor-mani-col-3 {margin-right:0px }
.cor-mani-sec .et_pb_text{padding-left: 16px;padding-right: 16px;}
}



/*manifesto-page*/










/************** Testimonial Page *****************/
.testimonials-grid-items .conn.wpex-boxed {
background-color: #f7f7f7;
border: 1px solid #eee;
color: #616161;
padding: 20px;
}

.four-zero-layout .titile_rw_four {
padding-top: 20px !important;
padding-bottom: 20px !important;
background-color: #f9f9f9;
border-bottom: 1px solid #eeeeee;
width: 100%;
max-width: 100%;
}














.et_search_outer{ padding: 0 !important; position: relative;}
.et_search_outer {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #fff;
visibility: hidden;
z-index: 999;
color: #bbb;
opacity: 0;
transition: all 0.25s ease-in-out;
}

.et_search_outer.show {
visibility: visible;
opacity: 1;
}

#searchform-header-replace form {
height: 100%;
width: 100%;
}
.searchform {
position: relative;
}
#searchform-header-replace label {
height: 100%;
}

.searchform label {
margin: 0;
padding: 0;
}

.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

#searchform-header-replace input[type="search"] {
height: 100%;
width: 100%;
outline: 0;
border: 0;
font-size: 28px;
letter-spacing: 1px;
text-transform: uppercase;
color: inherit;
background: none;
padding: 0;
border-radius: 0;
}
#searchform-header-replace { height: 100%;}
.et_close_search_field{ display:none;}


























.hvr-grow{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.hvr-grow:active,.hvr-grow:focus,.hvr-grow:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-shrink{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.hvr-shrink:active,.hvr-shrink:focus,.hvr-shrink:hover{-webkit-transform:scale(.9);transform:scale(.9)}@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}.hvr-pulse{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.hvr-pulse-grow{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-pulse-grow:active,.hvr-pulse-grow:focus,.hvr-pulse-grow:hover{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes hvr-pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}.hvr-pulse-shrink{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-pulse-shrink:active,.hvr-pulse-shrink:focus,.hvr-pulse-shrink:hover{-webkit-animation-name:hvr-pulse-shrink;animation-name:hvr-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.hvr-push{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-push:active,.hvr-push:focus,.hvr-push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.hvr-pop{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-pop:active,.hvr-pop:focus,.hvr-pop:hover{-webkit-animation-name:hvr-pop;animation-name:hvr-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-bounce-in{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-in:active,.hvr-bounce-in:focus,.hvr-bounce-in:hover{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.hvr-bounce-out{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-out:active,.hvr-bounce-out:focus,.hvr-bounce-out:hover{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.hvr-rotate{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.hvr-rotate:active,.hvr-rotate:focus,.hvr-rotate:hover{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.hvr-grow-rotate{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.hvr-grow-rotate:active,.hvr-grow-rotate:focus,.hvr-grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.hvr-float{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-float:active,.hvr-float:focus,.hvr-float:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hvr-sink{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sink:active,.hvr-sink:focus,.hvr-sink:hover{-webkit-transform:translateY(8px);transform:translateY(8px)}@-webkit-keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@-webkit-keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.hvr-bob{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-bob:active,.hvr-bob:focus,.hvr-bob:hover{-webkit-animation-name:hvr-bob-float,hvr-bob;animation-name:hvr-bob-float,hvr-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@-webkit-keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.hvr-hang{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-hang:active,.hvr-hang:focus,.hvr-hang:hover{-webkit-animation-name:hvr-hang-sink,hvr-hang;animation-name:hvr-hang-sink,hvr-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.hvr-skew{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.hvr-skew:active,.hvr-skew:focus,.hvr-skew:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-forward{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-forward:active,.hvr-skew-forward:focus,.hvr-skew-forward:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-backward{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-backward:active,.hvr-skew-backward:focus,.hvr-skew-backward:hover{-webkit-transform:skew(10deg);transform:skew(10deg)}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hvr-wobble-vertical{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.hvr-wobble-horizontal{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-wobble-horizontal:active,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.hvr-wobble-to-bottom-right{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-wobble-to-bottom-right:active,.hvr-wobble-to-bottom-right:focus,.hvr-wobble-to-bottom-right:hover{-webkit-animation-name:hvr-wobble-to-bottom-right;animation-name:hvr-wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.hvr-wobble-to-top-right{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-wobble-to-top-right:active,.hvr-wobble-to-top-right:focus,.hvr-wobble-to-top-right:hover{-webkit-animation-name:hvr-wobble-to-top-right;animation-name:hvr-wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-top{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-wobble-top:active,.hvr-wobble-top:focus,.hvr-wobble-top:hover{-webkit-animation-name:hvr-wobble-top;animation-name:hvr-wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-bottom{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;-webkit-transform-origin:100% 0;transform-origin:100% 0}.hvr-wobble-bottom:active,.hvr-wobble-bottom:focus,.hvr-wobble-bottom:hover{-webkit-animation-name:hvr-wobble-bottom;animation-name:hvr-wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-skew{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-wobble-skew:active,.hvr-wobble-skew:focus,.hvr-wobble-skew:hover{-webkit-animation-name:hvr-wobble-skew;animation-name:hvr-wobble-skew;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-buzz{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-buzz:active,.hvr-buzz:focus,.hvr-buzz:hover{-webkit-animation-name:hvr-buzz;animation-name:hvr-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-buzz-out{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale}.hvr-buzz-out:active,.hvr-buzz-out:focus,.hvr-buzz-out:hover{-webkit-animation-name:hvr-buzz-out;animation-name:hvr-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-bounce-to-right{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-right:active,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:hover{color:#fff}.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.hvr-bounce-to-left{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-left:active,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:hover{color:#fff}.hvr-bounce-to-left:active:before,.hvr-bounce-to-left:focus:before,.hvr-bounce-to-left:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.hvr-bounce-to-bottom{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-bottom:active,.hvr-bounce-to-bottom:focus,.hvr-bounce-to-bottom:hover{color:#fff}.hvr-bounce-to-bottom:active:before,.hvr-bounce-to-bottom:focus:before,.hvr-bounce-to-bottom:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.hvr-bounce-to-top{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-top:active,.hvr-bounce-to-top:focus,.hvr-bounce-to-top:hover{color:#fff}.hvr-bounce-to-top:active:before,.hvr-bounce-to-top:focus:before,.hvr-bounce-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.hvr-radial-out{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;transition-duration:.3s}.hvr-radial-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;border-radius:100%;-webkit-transform:scale(0);transform:scale(0);transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-out:active,.hvr-radial-out:focus,.hvr-radial-out:hover{color:#fff}.hvr-radial-out:active:before,.hvr-radial-out:focus:before,.hvr-radial-out:hover:before{-webkit-transform:scale(2);transform:scale(2)}.hvr-radial-in{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;background:#2098d1;-webkit-transition-property:color;transition-property:color;transition-duration:.3s}.hvr-radial-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;border-radius:100%;-webkit-transform:scale(2);transform:scale(2);transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-in:active,.hvr-radial-in:focus,.hvr-radial-in:hover{color:#fff}.hvr-radial-in:active:before,.hvr-radial-in:focus:before,.hvr-radial-in:hover:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-glow{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-glow:active,.hvr-glow:focus,.hvr-glow:hover{box-shadow:0 0 8px rgba(0,0,0,.6)}.hvr-shadow{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-shadow:active,.hvr-shadow:focus,.hvr-shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5)}.hvr-grow-shadow{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s}.hvr-grow-shadow:active,.hvr-grow-shadow:focus,.hvr-grow-shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.25);-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-box-shadow-outset{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-box-shadow-outset:active,.hvr-box-shadow-outset:focus,.hvr-box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,.6)}.hvr-box-shadow-inset{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent}.hvr-box-shadow-inset:active,.hvr-box-shadow-inset:focus,.hvr-box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent}.hvr-float-shadow{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative;transition-duration:.3s}.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.hvr-float-shadow:active,.hvr-float-shadow:focus,.hvr-float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hvr-float-shadow:active:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}.hvr-shadow-radial{vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-shadow-radial:after,.hvr-shadow-radial:before{pointer-events:none;position:absolute;content:'';left:0;width:100%;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.hvr-shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.hvr-shadow-radial:active:after,.hvr-shadow-radial:active:before,.hvr-shadow-radial:focus:after,.hvr-shadow-radial:focus:before,.hvr-shadow-radial:hover:after,.hvr-shadow-radial:hover:before{opacity:1}










.single-staff #custom-sidebar article {
display: block;
}
.misha_loadmore_par img {
height: 20px;
width: 20px;
text-align: center;
display: none;
opacity: 0.4;
}



html .logo_container
{
transition : all 0.3s linear;

}





/*
.et-search-form1.searchform {
    position: relative;
}
.et-search-form1.searchform i {
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: gray;
    left: 5px;
    top: 10%;
    animation-name: blink;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    opacity: 1;
}

.et-search-form1.searchform input:focus + i {
    display: none;
}

@keyframes blink {
    from { opacity: 1; }
    to { opacity: 0; }
}

*/


/*
.mobile_nav.opened {
    position: absolute;
    right: -600px;
    -webkit-animation: slide-right 0.5s forwards;
    -webkit-animation-delay: 0.1s;
    animation: slide-right 0.5s forwards;
    animation-delay: 0.1s;
}


@-webkit-keyframes slide-right {
    100% { right: 0; }
}

@keyframes slide-right {
    100% { right: 0; }
}

@-webkit-keyframes slide-left {
  0% {
    left: 300px;
  }
  50% {
    left: 150px;
  }
  100% { left:0px; }
}

@keyframes slide-left {
  0% {
    left: 300px;
  }
  50% {
    left: 150px;
  }
  100% { left:0px; }
}


.mobile_nav.closed ul  {
    position: absolute;
    left: 300px;
    -webkit-animation: slide-left 0.5s forwards;
    -webkit-animation-delay: 0.2s;
    animation: slide-left 0.5s;
    animation-delay:0.2s;
}


.mobile_nav.closed #mobile_menu {
 transform: rotateY(90deg); -webkit-transform: rotateY(90deg);
 transform-origin: right; -webkit-transform-origin: right;
 background: #fff; transition: .8s ease-in-out !important; }

.mobile_nav.closed{ height: 100%;}
.cc_mobs #et_mobile_nav_menu{height: 100%;}

*/










.animate__slideInRight {
-webkit-animation: slideInRight 0.5s;
-moz-animation: slideInRight 0.5s;
-o-animation: slideInRight 0.5s;
animation: slideInRight 0.5s;
}
.animate__slideOutRight {
-webkit-animation: slideOutRight 0.5s;
-moz-animation: slideOutRight 0.5s;
-o-animation: slideOutRight 0.5s;
animation: slideOutRight 0.5s;
}



.hidebtn {
display: none !important;
}
.Fa1 {
text-align: center;
}
ul#top-menu>li.menu-item>ul.sub-menu {
display: none;
}

/*style_main*/
