/*
Theme Name: Divi Child
Template: Divi
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo&display=swap');

/*Default-CSS*/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

input {
    background: none;
    outline: none;
}

html body {
    color: #002060;
    font-family: 'Roboto', sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding-top: 0px;
}

*::-moz-selection {
    color: #fff;
    background: #002060;
}

*::-webkit-selection {
    color: #fff;
    background: #002060;
}

*::-webkit-input-placeholder {
    color: #002060;
    opacity: 1;
}

*:-moz-placeholder {
    color: #002060;
    opacity: 1;
}

*::-moz-placeholder {
    color: #002060;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #002060;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ul li,
ol,
li {
    list-style: outside none none;
    font-family: 'Roboto', sans-serif;;
}

body ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #2ea3f2;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    transition: .25s ease-in-out;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

caption,
th,
td {
    font-weight: normal;
}

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

td {
    vertical-align: top;
}

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

a:hover {
    color: #49bd81;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

* {
    outline: none!important;
    font-family: 'Roboto', sans-serif;
}

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

:focus {
    outline: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Roboto', sans-serif;;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    line-height: 1.5em;
    color: #343ab2;
    font-weight: bold;
    padding-bottom:0;
    margin: 0 0 15px;
}

body h1 {
    font-size: 36px;
}

body h2 {
    font-size: 35px;
}

body h3 {
    font-size: 30px;
}

body h4 {
    font-size: 26px;
}

body h5 {
    font-size: 22px;
}

body h6 {
    font-size: 18px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;;
}

div select option {
    font-size: 13px;
    color: #002060;
    font-family: 'Roboto', sans-serif;;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: 'Roboto', sans-serif;;
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing:0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin: 0;
}

p strong,
strong {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none!important;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

a:visited {
    color: #2ea3f2;
}

a.et_pb_button,
.button,
.s-btn,
form.wpcf7-form .wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit,
div.high_impact_problem .submit_omdena_btn input[type="submit"],
.contact_section_form .submit-btn input[type="submit"],
.single-post .form-submit .submit {
    font-family: 'Roboto', sans-serif;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    background-color: #2c39b1;
    padding: 10px 25px !important;
    margin: 0px;
    border: none !important;
    line-height: 1.7em !important;
    border-radius: 5px;
    cursor: pointer;
    width:auto;
}

div.high_impact_problem .submit_omdena_btn {
    width: auto;
    position: relative;
}

.s-btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    padding: 5px 15px !important;
    font-size: 18px;
}

a.s-btn:visited {
    color: #fff;
}

a.et_pb_button:after{
    display: none;    
}

.s-btn:hover {
    color: #fff !important;
}

.omdena-mentor a.popup-trigger {
    color: #2c39b1 !important;
    background-color: #fff;
}

.omdena-mentor a.popup-trigger:hover {
    color: #fff !important;
}

a.et_pb_button:hover,
.s-btn:hover, 
.button:hover,
input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #49bd81 !important;
    color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.5);
}

.ai-building .et_pb_button_module_wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 0px !important;
}

.ai-building .et_pb_button_module_wrapper:last-child {
    margin-right: 0px;
}

div.et_pb_section .et_pb_row,
div.om_testimonial .et_pb_blurb_content {
    padding: 0 15px;
    margin: 0px auto 30px;
    max-width: 1210px;
    width: 100%;
}

.om_testimonial .slick-track .sp-testimonial-free {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 0px;
    position: relative;
    cursor: pointer;
}

.om_testimonial .slick-track .sp-testimonial-free:hover {
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.14);
    border: 1px solid transparent;    
}

.om_testimonial .slick-track .sp-testimonial-free p {
    color: #909090;
    text-align: left;
}

.om_testimonial .slick-track .sp-testimonial-free:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    background-image: url(image/quotes.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

div.et_pb_section {
    padding-top: 80px;
    padding-bottom: 80px;
}

div.et_pb_section .et_pb_row:last-child {
    margin-bottom: 0px;
}

.copywrite p,
.copywrite a{
    color: #787878;
}

div.et_pb_section .et_pb_row.et_pb_row_3_tb_footer {
    max-width: 100%;
    padding: 15px 15px;
    background-color: #1c1c1c;
}

.copywrite a:hover {
    color: #2ea3f2;
}

footer .et_pb_fullwidth_menu .et_pb_menu__wrap, 
footer .et_pb_menu .et_pb_menu__wrap {
    display: flex;
    opacity: 1;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#main-content {
    min-height: 400px;
}

/*close Default-CSS*/


/* Home Page CSS */

div#page-container {
    padding: 0 !important;
    margin: 0 !important;
}

html body {
    color: #002060;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding-top: 87px;
}

.et_fixed_nav.et_show_nav header #page-container {
    padding-top: 0px;
}

.et_header_style_left header #et-top-navigation{
    padding-top: 10px !important;
    padding-left: 0px !important;
}

div.container {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}

.et_header_style_left header .logo_container {
    position: relative;
    width: 220px;
    height: auto;
    float: left;
}

header#main-header span.logo_helper {
    display: none;
}

.et_fixed_nav header#main-header, .et_fixed_nav #top-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0px;
}

header#main-header .nav li {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    padding-right:0; 
    opacity: 1;
}

.et_header_style_left header #et-top-navigation nav > ul > li > ul > li.follow-us.current-menu-item > a{
    color: rgba(0,0,0,.6);
}

.et_header_style_left header #et-top-navigation nav > ul > li.contact-menu.current_page_item > a,
.et_header_style_left header #et-top-navigation nav > ul > li.join-us.current_page_item > a,
.et_header_style_left header #et-top-navigation nav > ul > li.menu-challenges.current-menu-item > a{
    color: #333;
    background-color: transparent;
    box-shadow: none;
}

.et_header_style_left header #et-top-navigation nav > ul > li > a {
    padding: 10px 10px !important;
    line-height: 100%;
    border-radius: 5px;
    font-size: inherit;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

header .nav ul.sub-menu li.current_page_item a,
header .nav ul.sub-menu li a:hover {
    color: rgb(73, 189, 129) !important;
    background: transparent;
    opacity: 1;
}

.et_header_style_left header #et-top-navigation nav > ul > li.contact-menu.current_page_item > a:hover,
.et_header_style_left header #et-top-navigation nav > ul > li.current_page_ancestor > a,
.et_header_style_left header #et-top-navigation nav > ul > li > a:hover,
.et_header_style_left header #et-top-navigation nav > ul > li.current_page_item > a{
    background-color: #333;
    color: #fff;
}

.et_header_style_left header #et-top-navigation nav > ul > li.menu-item-has-children > a:after {
    position: static;
    margin-left: 5px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}

.et_pb_gutters3 .ai-building .change-position .et_pb_column_2_5 {
    width: 44%;
    margin-right: 1.5%;
}
.et_pb_gutters3 .ai-building .change-position .et_pb_column_3_5 {
    width: 54%;
}

.nav li ul.sub-menu {
    width: 200px;
    border-top: none;
    padding: 0px;
}

#top-menu li ul.sub-menu li {
    padding: 0px;
}

div.et_pb_section.ai-building {
    padding-top: 40px;
    padding-bottom: 80px;
}

.ai-building .et_pb_column.et_pb_column_0 .banner-title {
    margin-top: 50px;
}

.ai-building h2, .ai-building .title h2 {
    color: #002060;
    font-size: 32px;
}

.ai-building strong {
    color: #2c39b1;
}

.title.title-border {
    position: relative;
    padding: 15px 0px 0px;
}

.title.title-border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d7d7d7;
    height: 3px;
    width: 80px;
}

.ai-solution h2 {
    padding-bottom: 0px;
}

.om_people_say_img {
    text-align: center;
}

.ai-building .number-counter {
    text-align: center;
}

.number-counter .et_pb_module.et_pb_number_counter span.percent-value {
    font-size: 26px;
    color: #49bd81;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    padding: 0px;
    text-align: left;
    margin: 0px;
}

.number-counter .et_pb_module.et_pb_number_counter .percent {
    position: relative;
    height: auto;
    margin-bottom: 0px;
}

.number-counter .et_pb_module.et_pb_number_counter h3 {
    font-size: 18px;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
}

.number-counter .et_pb_module.et_pb_number_counter p {
    margin: 0px;
    line-height: 100%;
    font-size: 20px;
}

.number-counter .et_pb_module.et_pb_number_counter {
    display: inline-block;
    width: auto;
    margin-bottom: 0px !important;
    text-align: left;
    position: relative;
    padding-left: 50px;
    vertical-align: middle;
    margin-left: 25px;
    margin-right: 25px;
    margin-top:0;
}

.number-counter .et_pb_module.et_pb_number_counter.Countries {
    padding-left: 95px;
    margin-left: 45px;
}

.number-counter .et_pb_module.et_pb_number_counter.Collaborators {
    margin-right: 0px;
}

.number-counter .et_pb_module.et_pb_number_counter:before,
.number-counter .et_pb_module.et_pb_number_counter.challenges:before,
.number-counter .et_pb_module.et_pb_number_counter.conversations:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 45px;
    background: url(image/community-counter.png) no-repeat 0 0;
    background-size: auto 100%;
}

.number-counter .et_pb_module.et_pb_number_counter.Countries:before {
    background-position: -133px 0px;
    width: 95px;
}

.number-counter .et_pb_module.et_pb_number_counter.challenges:before {
    background-image: url(image/light-bulb.png);
    background-size: 100% auto;
    width: 46px;
    height: 60px;
    top: -10px;
}

.number-counter .et_pb_module.et_pb_number_counter.conversations:before {
    background-image: url(image/speaking-bubble.png);
    background-size: 100% auto;
    width: 45px;
    height: 40px;
}

.number-counter .et_pb_module.et_pb_number_counter.challenges {
    padding-left: 70px;
}

.number-counter .et_pb_module.et_pb_number_counter.conversations {
    padding-left: 60px;
}

body .om_people_say_img .et_pb_column {
    width: 100%;
}

.om_people_say_img .wpcp-slide-image {
    height: 80px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding:0 10px
}

.om_people_say_img .wpcp-slide-image img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}

.om_testimonial .sp-testimonial-free-section .sp-tfree-client-image {
    margin: 0px 0px 10px 0px;
}

.om_testimonial .sp-testimonial-free-section h2.tfree-client-name {
    margin:  0px;    
}

.om_testimonial .testimonial_wrap_details {
    width: auto;
    position: relative;
    clear: both;
}

.om_testimonial .slick-track .sp-testimonial-free:after {
    content: "";
    clear: both;
    display: block;
}

div.et_pb_section .et_pb_row.om_people_say_img {
    margin: 50px auto 0px;
}

div.et_pb_blurb_content {
    max-width: 100%;
}

.om_people_say_img .et_pb_column .et_pb_image_wrap {
    height: 80px;
    position: relative;
    display: block;
}

.om_people_say_img .et_pb_column .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 5px;
}

.category-public_health.et_pb_post h2.entry-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    min-height: 60px;
}

.post-content .post-content-inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

article.category-public_health.et_pb_post div.post-content a.more-link {
    margin: 18px 0px 15px;
    color: #49bd81 !important;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

article.category-public_health.et_pb_post div.post-content a.more-link:before {
    content: "\f178";
    position: absolute;
    top: 10px;
    right: -25px;
    font-family: fontawesome;
    font-size: 16px;
    font-weight: bold;
}

article.category-public_health.et_pb_post h2.entry-title {
    color: #a1a1a1 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

article.category-public_health.et_pb_post:hover h2.entry-title,
article.category-public_health.et_pb_post:hover div.post-content a.more-link{
    color: #2c39b1 !important;
}

body .highlighted_challenges .column {
	width: 32% !important;
	margin-right: 2% !important;
	position: relative;
	margin-top: 40px;
	float: left;
	list-style: none;
}

body .highlighted_challenges .column:last-child {
    margin-right: 0% !important;
}

.category-public_health.et_pb_post p.post-meta {
    display: block;
    position: absolute;
    top: -30px;
    left: 10px;
    font-size: 18px;
}

.category-public_health.et_pb_post p.post-meta a{
    color: #a1a1a1;
}

.highlighted_challenges .et_pb_blog_grid .et_pb_post {
    padding: 10px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

body .highlighted_challenges ul.high_categry {
    margin: 0px;
    padding: 0px;
}

.highlighted_challenges .et_pb_blog_grid .et_pb_post:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.highlighted_challenges .et_pb_blog_grid .et_pb_post .et_pb_image_container {
    padding: 71% 0 0 0;
    margin: 0 0 20px;
    position: relative;   
}

.highlighted_challenges .et_pb_blog_grid .et_pb_post .et_pb_image_container > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.highlighted_challenges .et_pb_blog_grid .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
}

.social_feed div.et_pb_blurb_content {
    max-width: 450px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.social_feed .et_pb_module.et_pb_sidebar_0 {
    margin: 0;
}

.social_feed .et_pb_module.et_pb_code {
    max-width: 450px;
    width: 100%;
    max-height: 405px;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.social_feed .et_pb_module iframe {
    height: 400px;
    width: 100%;
}

.om_testimonial .sp-testimonial-free-section .tfree-client-rating {
    display: none;
}

.om_testimonial .sp-testimonial-free-section .sp-tfree-client-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.social_feed div.linkdin_home_omdena {
    text-align: center;
}
.linkdin_home_omdena ul {
    padding: 0 !important;
}
.linkdin_home_omdena li.linkedin {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.linkdin_home_omdena i.fa.fa-linkedin {
    font-size: 24px;
    background-color: #007bb6;
    color: #fff;
    padding: 4px 8px 6px;
    border-radius: 5px;
    margin-left: 5px;
}

.main_join_ai input[type=radio] {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 .4em white, 0 0 1px 2px;
    box-shadow: inset 0 0 0 .4em white, 0 0 1px 2px;
    border-radius: 50%;
    transition: .2s;
    cursor: pointer;
    color: #cecece;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.main_join_ai input[type="radio"]:hover, 
.main_join_ai input[type="radio"]:checked {
    background: #2c39b1;
    -webkit-box-shadow: inset 0 0 0 0.25em white, 0 0 1px 2px;
    box-shadow: inset 0 0 0 0.25em white,0 0 1px 2px;
}

.main_join_ai {
    margin-bottom: 20px;
}

.main_join_ai .main_join_ai_first {
    margin-bottom: 20px;
}

.join_our_ai p {
    color: #002060;
    font-weight: bold;
}

.sp-testimonial-free-section .sp-testimonial-free-item {
    padding-left: 10px;
}

.contact_form_1,
.contact_form_2{
    position: relative;
    max-width: 500px;
    width: 100%;
    padding-top: 30px;
}

.contact-form-newsletter input {
    margin-right: 16px;
}

.contact-form-newsletter {
	position: absolute;
	top: 0;
	left: 0;
}
.contact_form_1 input.wpcf7-form-control.wpcf7-submit,
.contact_form_2 input.wpcf7-form-control.wpcf7-submit {
	top: 30px;
}

.contact_form_1 input.custom_1_email,
.contact_form_2 input.email_2 {
    padding: 11px 125px 10px 15px;
    border: none;
    background-color: #eeeeee;
    color: #333;
    width: 100%;
    border-radius: 8px;
    height: 39px;
    line-height: 39px;
}

.contact_form_1 input.wpcf7-form-control.wpcf7-submit,
.contact_form_2 input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    top: 30px;
    right: 0px;
    cursor: pointer;
    box-shadow: none !important;
    font-size: 14px;
    padding: 12px 15px 10px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

.contact_section_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

contact_section_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#333;
}

contact_section_form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

span.wpcf7-not-valid-tip {
    margin-top: 5px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 40px;
    right: -25px;
    background-repeat: no-repeat;
}

p:empty {
    display: none;
}

.contact_form_2 br,
.contact_form_1 br {
    display: none;
}

div.Contact_form_section div.contact_section_text {
    margin-bottom: 40px !important;
}

.contact_section_form .et_pb_blurb_description > h6 {
    margin: 0px;
    padding: 30px 0 10px;
    font-size: 22px;
}

.contact_section_form .form-field {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    margin-left: 1%;
}

.contact_section_form .form-field:last-child {
    margin-bottom: 0;
}

.contact_section_form .form-field.full-width {
    width: 98.2%;
    float: none;
    clear: both;
}
.article .wpcf7-form {
	max-width: 450px;
	width: 100%;
}
.join_our_ai form.wpcf7-form .wpcf7-form-control-wrap {
	margin-top: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}
form.wpcf7-form .wpcf7-form-control,
.contact_section_form .form-field textarea,
.contact_section_form .form-field input {
    padding: 10px;
    border: none;
    outline: 0;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    background-color: #ededed;
    border: 1px solid #9e9e9ef2;
    color:#333;
}
form.wpcf7-form .wpcf7-form-control textarea,
.contact_section_form .form-field textarea {
    resize: none;
    height: 100px;
}
form.wpcf7-form .wpcf7-form-control select,
.contact_section_form .form-field select {
    width: 100%;
    padding: 10px 20px 10px 10px;
    background-color: transparent;
    border: none;
    color: #333;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(image/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
    cursor: pointer;
}
.wpcf7-form-control-signature-global-wrap .wpcf7-form-control-signature-wrap {
	max-width: 455px !important;
	width: 100% !important;
	background: #ededed;
	border: 1px solid #9e9e9ef2;
	margin-bottom: 15px;
	border-radius: 10px;
}
.wpcf7-form-control-signature-global-wrap .wpcf7-form-control-clear-wrap {
	text-align: right;
	float: right;
}
.wpcf7-form-control-signature-global-wrap .wpcf7-form-control-clear-wrap input {
	border: none;
	color: #2c39b1;
	cursor: pointer;
}
.wpcf7-form-control-signature-global-wrap .wpcf7-form-control-clear-wrap input:hover{
    color: #49bd81;
}
.contact-section select::-ms-expand {
    display: none;
}
.contact_section_form .et_pb_blurb_description p a {
    display: inline-block;
    vertical-align: top;
}
/*.contact_section_form .submit-btn input[type="submit"] {
    background-color: #af55c4;
    border-radius: 10px;
    display: block;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: bold;
}

.contact-section .submit-btn input[type="submit"]:hover{
    background-color:#00a367;
    color:#fff;
}*/

.form-field.full-width.submit-btn {
    margin: auto;
    position: relative;
}

.contact_section_form .form-field input[type="checkbox"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.contact_section_form .form-field input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    line-height: 18px;
}

.contact_section_form .form-field input[type="checkbox"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.contact_section_form .form-field input[type="checkbox"] + label {
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 19px;
    margin-left: 8px;
}

.wpcf7-checkbox .wpcf7-list-item.first.last {
    margin-left: 0;
}

/* Footer Css */

footer div.et_pb_section {
    padding-top: 30px;
    padding-bottom: 0px;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.2);

}

.copywrite {
    text-align: center;
}

.copywrite a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
}

.omedna-social-icon{
    margin-bottom:0px;
    text-align:center;
}

.et_pb_text div.omedna-social-icon ul {
    padding-bottom: 0px;
}

.omedna-social-icon ul li {
    display: inline-block;
    margin: 0 5px;
}

.omedna-social-icon ul li a {
    height: 42px;
    width: 42px;
    background: #dcdcdc;
    color: #696768;
    display: block;
    line-height: 42px;
    font-size: 18px;
    border-radius: 50px;
    position:relative;
    transition: all 0.5s ease;
    z-index:1;
}

.omedna-social-icon ul li a:before {
    background: #0e2d80;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 5px;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 50px;
    z-index: -1;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.omedna-social-icon ul li a:hover:before {
    opacity:1;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.omedna-social-icon ul li a:hover{
    color: #48bf7f;
}

.omedna-social-icon ul li br {
    display: none;
}

.wpcf7-response-output:empty {
    display: none;
}

body .wpcf7-response-output {
    clear: both;
    margin: 20px 0 0 ;
    width: 100%;
    border: 2px solid #333;
    text-align: center;
    background: #fff;
    color: #333;
    line-height: 120%;
    font-size: 15px;
    padding: 10px 15px;
}

body .wpcf7-response-output.wpcf7-validation-errors,
body .wpcf7-response-output.wpcf7-mail-sent-ng,
body .wpcf7-response-output.wpcf7-spam-blocked{
    border-color: #ff0000;
    color: #ff0000;
}

body .wpcf7-response-output.wpcf7-mail-sent-ok{
    border-color: #008000;
    color: #008000;
}

.social_feed div.ctf {
    overflow: hidden;
    text-align: center;
}

.social_feed .ctf .ctf-tweets {
    clear: both;
    border: 1px solid #ccc;
    max-height: 370px;
    overflow: auto;
    margin-top: 30px;
    background: #fff;
}

.social_feed #ctf .ctf-header a {
    display: inline-block;
    vertical-align: top;
    float: none; 
}

.social_feed #ctf .ctf-header .ctf-header-text {
    float: none;
    width: auto;
    padding-top: 0px;
    display: inline-block;
    vertical-align: top;
}

.social_feed #ctf .ctf-header {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

.social_feed #ctf .ctf-header .ctf-header-text .ctf-header-no-bio {
    padding-top: 0px !important;
    margin-left: 10px !important;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    letter-spacing: 0px;
}

.social_feed #ctf .ctf-header .ctf-header-img {
    display: inline-block;
    vertical-align: top;
    margin: 0px !important;
    padding: 0px;
    width: auto;
    height: auto;
    position: relative;
}

.social_feed #ctf .ctf-header .ctf-header-img .ctf-header-generic-icon {
    display: none;
}

.social_feed #ctf .ctf-header .ctf-header-img:before {
    content: "\f099";
    font-size: 32px;
    color: #1b95e0;
    display: inline-block;
    vertical-align: middle;
    font-family: fontawesome;
    margin-top: -6px;
    line-height: 140%;
}

.contact_section_form div.wpcf7 .ajax-loader {
    position: absolute;
    top: 9px;
    right: 10px;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 6px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-position: center center;
}

/* Home Page CSS end */


/* Highlighted and Previous Challenges */

.single.et_right_sidebar #main-content .container:before {
    display: none;    
}

.single.et_right_sidebar #main-content .container {
    width: 100%;
    max-width: 730px;
    margin: 80px auto;
    padding: 0px 15px;
}

.single.et_right_sidebar #left-area .category-public_health img {
    width: 100%;
}

.single.et_right_sidebar #left-area {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.single.et_right_sidebar #left-area .category-public_health p.post-meta {
    margin: 0px;
    padding: 0px 7px;
}

.single.et_right_sidebar #left-area .category-public_health a {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

/* Highlighted and Previous Challenges end */

/* About Us page */
.ai-collaborators p {
    font-size: 26px;
    font-weight: bold;
    line-height: 150%;
    color: #000;
}

.single-item-wrapper {
    border: 1px solid #ccc;
    padding: 30px 20px 20px;
    border-radius: 5px;
  /*  min-height: 190px;*/
}

.single-item-wrapper .profile-img-wrapper {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    border-radius: 50%;
}

.single-item-wrapper .item-content-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding-left: 20px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 70px;
}

.single-item-wrapper .profile-img-wrapper img {
    border-radius: 50%;
}

.single-item-wrapper .item-content-wrapper h3.author-name {
    color: #474747;
    position: absolute;
    left: 20px;
    font-size: 16px;
}

.single-item-wrapper div.item-content-wrapper div.item-content {
    margin: 0px !important;
    width: 100% !important;
}

.single-item-wrapper .item-content-wrapper .item-content p {
    margin: 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.testimonial_about_omdena {
    position: relative;
}

.testimonial_about_omdena .owl-nav .owl-prev {
    position: absolute;
    top: 29%;
    left: -90px;
    transform: translateY(-50%);
    margin: 0px !important;
}

.testimonial_about_omdena .owl-nav .dashicons {
    font-size: 35px;
    color: #ccc;
}

.testimonial_about_omdena .owl-nav .owl-next {
    position: absolute;
    top: 29%;
    right: -90px;
    transform: translateY(-50%);
    margin: 0px !important;
}

.testimonial_about_omdena .owl-dots {
    margin: 80px 0px 0px;
}

div.et_pb_section.testimonial_about_omdena {
    padding-bottom: 0px;
}

.single-item-wrapper:hover .profile-img-wrapper img {
    border: 2px solid #49bd81;
}

.single-item-wrapper:hover {
    background-color: #2c39b1;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    border: 1px solid transparent;
}

.testimonial_about_omdena.et_pb_section .et_pb_row{
    width: 100%;
    padding-left: 105px;
    padding-right: 105px;
}

.single-item-wrapper:hover .item-content-wrapper h3.author-name,
.single-item-wrapper:hover .item-content-wrapper .item-content p {
    color: #fff;
}

.omdena-engineers .et_pb_image_wrap img {
    border-radius: 50%;
    transition: all 0.5s ease;
}

.omdena-engineers .et_pb_module:hover .et_pb_image_wrap img,
.omdena-engineers .et_pb_module:hover .et_pb_blurb_description > p > img {
    transform: scale(1.1);
}

.omdena-engineers .et_pb_image_wrap {
    height: 111px;
    width: 111px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.omdena-engineers h4.et_pb_module_header {
    text-align: center;
    margin: 0px;
    color: #000;
    font-size: 21px;
}

.omdena-engineers h4.et_pb_module_header span {
    /* text-align: center; */
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    min-height: 44px;
}

.omdena-engineers h3.designation-box {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
}

.omdena-engineers p {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.omdena-engineers .et_pb_blurb_description > p > img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}

.omdena-engineers .et_pb_column {
    width: 23% !important;
    margin-right: 2% !important;
}

.omdena-engineers .et_pb_column:last-child {
    margin-right: 0% !important;
}

.omdena-engineers .et_pb_module {
    background-color: #f5f4f4;
    padding: 10px;
    border-radius: 15px;
    margin: 0px 0 20px 0;
    transition: all 0.5s ease;
}

.omdena-engineers .et_pb_blurb_content {
    background-color: #fff;
    border: 3px solid #2d477c;
    border-radius: 15px;
    padding: 20px 0px;
}

.omdena-mentor * {
    color: #fff;
    font-weight: bold;
}

.omdena-engineers .et_pb_column:nth-child(4n+1) {
    clear: both;
}

.omdena-engineers .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

.owl-theme div.owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

/* Join Our Community */
.join_our_community {
    max-width: 430px !important;
    width: 100%;
    margin: 0px auto !important;
    text-align: center;
    border-radius: 5px;
}

div.et_pb_section.join_our_community {
    padding-top: 30px;
    padding-bottom: 0px !important;
}

form > p > a {
    background-color: #63df70;
}
.join_our_community p {
    font-size: 14px;
    text-align: center;
    line-height: 140%;
    position: relative;
}
.contact-form .sub-text p {
    color: #fff;
    text-align: center;
    line-height: 130%;
    font-size: 14px;
    margin-top: 20px;
}
.join_our_community .sub-text {
    margin-bottom: 15px;
}

.join_our_community h2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 12px;
}
.join_our_community .form-field {
    position: relative;
}

.join_our_community textarea,
.join_our_community .form-field input {
    height: 39px;
    width: 100%;
    margin-bottom: 12px;
    border: none;
    padding: 0 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.join_our_community  input[type="submit"] {
    background-color: #af55c4;
    font-size:16px;
    color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: bold;
    border: none;
    margin: 10px 10px 0px;
    position: relative;
}
.join_our_community  input[type="submit"]:hover{
    background-color: #00a367;
    color: #fff;
}
.join_our_community  textarea{
    padding:10px;
    resize:none;
    height:100px;
}
.join_our_community .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.join_our_community div.wpcf7 p .ajax-loader {
    position: absolute;
    top: 42px;
    left: 130px;
    margin: auto;
    right: 0px;
}

.popup_outer_wrap.popup_full_height > .popup {
    overflow-y: auto;
    height: 640px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.join_our_community .wpcf7-response-output {
    margin: 0px auto 20px;
    width: 100%;
    font-size: 12px;
}
/* Join Our Community */

/* About us page end */

/* Host a Challenge */

.Interested-host .title.interested-title {
    margin-top: 100px;
}

.Interested-host.ai-building h2 {
    margin-bottom: 0px;
}

div.et_pb_section.Interested-host.ai-building {
    padding-bottom: 0px;
}

.Interested-host p > a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.omdena-process strong,
.more-question strong {
    color: #002060;
    font-weight: bold;
}

.omdena-process p {
    padding-left: 75px;
    padding-top: 5px;
    color: #000;
    font-weight: 600;
}

.omdena-process .process-1 p {
    padding-left: 48px;
    margin: 0px;
}

.omdena-process .process-1 p em {
    display: inline-block;
    vertical-align: middle;
}

.omdena-process a {
    display: inline;
    vertical-align: top;
    word-break: break-word;
}

.omdena-process h6 {
    color: #a1a1a1;
    font-size: 100px;
    font-weight: 400;
    /* width: 20%; */
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

div.et_pb_section.omdena-process .et_pb_row {
    max-width: 1070px;
}

.more-question p {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    position: relative;
}

.more-question p:before {
    content: "";
    position: absolute;
    top: -30px;
    right: -190px;
    background-image: url(image/we-chat.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    margin: auto;
    left: 0;
}
div.et_pb_section.submit-case-section {
    padding-top: 0;
}
.submit-case-section strong {
    color: #49bd81;
    font-weight: bold;
}

.submit-case-section p {
    font-size: 22px;
    font-weight: 600;
    color: #333 !important;
}

div.et_pb_section.more-question {
    padding-bottom: 0px;
    padding-top: 0px;
}

.submit-case-section .et_pb_module.et_pb_button_module_wrapper {
    margin-bottom: 0% !important;
}

.submit-case-section a.submit-case {
    background-color: transparent !important;
    color: #2c39b1;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    box-shadow: none;
    position: relative;
}

.submit-case-section a.submit-case:before {
    content: "\f105";
    position: absolute;
    top: 17px;
    right: 2px;
    font-family: fontawesome;
    display: block;
    opacity: 1;
    font-size: 28px;
    color: #2c39b1 !important;
}

.submit-case-section a.submit-case:hover,
.submit-case-section a.submit-case:hover:before {
    color: #49bd81 !important;
}


/* On click Submit */

.application_form_oraganization {
    padding: 35px 35px 35px 25px;
    -webkit-border-radius: 2px 6px 6px;
    border-radius: 2px 6px 6px;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.25);
    box-shadow: 0 3px 9px rgba(0,0,0,.25);
    max-width: 1200px;
    width: 100%;
    margin: 28px auto;
}

.application-form{   
    overflow: hidden;
}

.application-form .form-field{
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
}

.application-form .form-field input{
    padding: 12px;
    border: none;
    outline: 0;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
}

.application-form .form-field input[type=checkbox]{
    width: auto;    
}

.application-form .fullwidth_fields{
    overflow:hidden;
    width: 100%;
}

.application-form .fullwidth_fields .form-field{
    width: 98%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
}

.application-form .fullwidth_fields .form-field textarea{
    padding: 12px;   
    outline: 0;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    height:100px;
}

.application-form .submit-btn input[type="submit"] {
    background-color: #af55c4;
    border-radius: 10px;
    display: block;
    font-size: 22px; 
    color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: bold;
}

.gform_confirmation_message {
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    clear: both;
    margin-bottom: 44px;
    border: 1px solid green;
    padding: 15px;
    border-radius: 5px;
    color: green;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}

.application_form_oraganization span.wpcf7-list-item {
    display: inline-block;
    margin: 10px 0;
}

div.et_pb_section.application_form_oraganization {
    padding-top: 40px;
    padding-bottom: 40px;
}

.application-form .fullwidth_fields .form-field select {
    padding: 5px 10px;
    border-radius: 2px;
}

/* Host a Challenge */

/* FAQ Page */

div.et_pb_section.omdena_faqs {
    padding-top: 20px;
}

.omdena_faqs h2 {
    text-align: center;
}

.omdena_faqs p strong {
    padding: 10px 0px;
    color: #002060;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.omdena_faqs .title.title-border {
    margin-top: 25px;
}

.omdena_faqs p br {
    display: none;
}

/* FAQ Page */


/* Join a Challenge */

.omd_make_challenges p {
    text-align: center;
}

.omd_make_challenges p strong {
    display: inline-block;
    vertical-align: middle;
}

.omd_make_challenges strong a {
    color: #002060;
    display: inline-block;
    vertical-align: middle;
}

.omd_make_challenges p strong.omdena-ai-challenge {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 50px;
    text-decoration: underline;
    cursor: pointer;
}

#our_challenges ul,
#finished_challenges ul {
    padding: 0;
}

.om_people_say_img .wpcp-slide-image {
    display: block;
}

.tab-content_finish li:nth-child(3n),
.tab-content li:nth-child(3n) {
    margin-right: 0%;
}

.tab-content_finish li:nth-child(3n+1),
.tab-content li:nth-child(3n+1) {
    clear: both;
}

.tab-content_finish li,
.tab-content li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 5px;
    min-height: 470px;
    list-style:none;
}

.blog-post-image {
    position: relative;
    overflow: hidden;
    line-height: 100%;
    padding-top: 76%;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-post-image span {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    padding: 6px 8px 7px 7px;
    z-index: 1;
    display: block;
    line-height: 120%;
    font-size: 14px;
}

.blog-post-image span:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -10px;
    height: 100%;
    background: #00a367;
    z-index: -1;
    top: 0;
    transform: skewX(-15deg);
}

div.tab-panel_omdena {
    padding: 15px;
}

div.tab-panel_omdena p {
    font-weight: 600;
    min-height: 80px;
}

div.tab-panel_omdena p.apply_now_omdena {
    text-align: right;
    color: #49bd81;
    position: relative;
    padding-right: 0px;
    min-height: 0px;
}


.tab-content_finish li:hover div.tab-panel_omdena p.apply_now_omdena,
.tab-content_finish li:hover div.tab-panel_omdena p.apply_now_omdena:after,
.tab-content_finish li:hover .blog-post-image h4.challenge_title,
.tab-content li:hover div.tab-panel_omdena p.apply_now_omdena,
.tab-content li:hover div.tab-panel_omdena p.apply_now_omdena:after,
.tab-content li:hover .blog-post-image h4.challenge_title {
    color: #2c39b1;
}

div.tab-panel_omdena p.apply_now_omdena:after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 1px;
}

.blog-post-image h4.challenge_title {
    position: absolute;
    bottom: 15px;
    font-size: 20px;
    left: 0;
    color: #fff;
    padding: 5px 15px;
    line-height: 140%;
    z-index: 1;
    text-shadow: 0 2px 2px rgba(0,0,0,0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.blog-post-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}

.blog-post-image span:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -20px;
    height: 100%;
    background: #00a367;
    z-index: -1;
    top: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.3);
}

.tab-content_finish .get_date h6,
.tab-content .get_date h6 {
    color: #474747;
    line-height: 140%;
    font-weight: normal;
    min-height: 36px;
}

span.challenge_posted_on {
    display: none;
}

.tabination_cat ul.nav.nav-tabs {
    font-size: 0px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

div.et_pb_section.omdena_our_challenges {
    padding-top: 0px;
    padding-bottom: 0px;
}

.tabination_cat li.active {
    background-color: #002060;
    border-color: currentColor;
}

.tabination_cat li {
    margin: 0px;
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    cursor: pointer;
    border-right: none;
}

.tabination_cat li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabination_cat li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ccc;
}

.tabination_cat li.active a {
    color: #fff;
}
.tabination_cat a {
    color: #002060;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}


/* Join a Challenge */


/* Upcoming Challenge */

.single_main_statement_top {
    position: relative;
    height: 280px;
}

.single_main_statement_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single_main_statement_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
}

.single_main_statement_top h1.single_main_statement_title {
    margin: 0px auto;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 35px;
    right: 0;
    transform: translateY(-50%);
    max-width: 1230px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.8);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ui-tabs-menu-bar {
    position: relative;
    margin-top: -47px;
}

.ui-tabs-menu-bar ul.main_ul_single li.active {
    background-color: #fff;
    color: #002060;
}

.ui-tabs-menu-bar ul.main_ul_single > li {
    border: none;
    padding: 15px 25px;
    background-color: #002060;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    line-height: 100%;
}

.single_main_statement .single_main_statement_left {
    width: 63%;
    float: left;
    margin-right: 2%;
    margin-top: 45px;
    margin-bottom: 45px;
}

.single_main_statement .single_main_statement_right {
    width: 35%;
    float: right;
}

.single_main_statement:after{
    content: "";
    clear: both;
    display: block;
}

.single_main_statement_bottom h6 {
    margin: 0px;
    font-size: 26px;
    color: #333;
}

.single_main_statement h1,
.single_main_statement h2,
.single_main_statement h3,
.single_main_statement h4,
.single_main_statement h5,
.single_main_statement h6 {
    padding-bottom:0;
}

.single_main_statement_bottom_content h2 {font-size:30px}
.single_main_statement_bottom_content h3 {font-size:26px}
.single_main_statement_bottom_content h4 {font-size:22px}

.single_main_statement_bottom h5 {
    color: #2c39b1;
    font-weight: 600;
    font-size: 26px;
}

.single_main_statement_right_social {
    margin: 20px 0px 0px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single_main_statement_right_social:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -14px;
    background-image: url(image/line.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 70px;
    height: 70px;
}

.single_main_statement_bottom_content a {
    vertical-align: middle;
}

.single_main_statement_right_social a.single_left_button.button {
    display: inline-block;
    color: #fff;
}

div.single_main_statement_right .shared_single_social a.share-button {
    height: 40px;
    line-height: 40px;
    padding: 0px 8px;
    width: 40px;
    border-radius: 5px;
    border: none;
    color: #fff;
}

div.single_main_statement_right .shared_single_social a.share-button.facebook {
    background-color: #31559c;
}

div.single_main_statement_right .shared_single_social a.share-button.email {
    background-color: #2c39b1;
}

div.single_main_statement_right .shared_single_social a.share-button.twitter {
    background-color: #53b0e0;
}

div.single_main_statement_right .shared_single_social a.share-button.linkedin {
    background-color: #456fc2;
}

div.single_main_statement_right .shared_single_social a.share-button .button-name {
    display: none !important;
}

div.single_main_statement_right .shared_single_social a.share-button .button-count {
    display: none !important;
}

div.single_main_statement_right .shared_single_social a.share-button .button-icon {
    display: inline-block !important;
    vertical-align: middle;
}

.listing {
    padding: 20px 0 0 0;
}

.listing li {
    margin: 0px;
    padding: 0px 0px 15px 25px;
    list-style: none;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    color: #474747;
    position: relative;
    text-align: left;
}

.listing .listing_left {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.listing .listing_right {
    width: 48%;
    float: right;
    border: 0px solid #ccc;
    border-radius: 5px;
    padding: 25px 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 2%;
    background-color:#f2f2f2;
}

.listing .listing_right h5 {
    text-align: left;
}

.listing li:last-child {
    padding-bottom: 0px;
}

.listing .listing_right a.button {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0px 15px;
}

.listing:after{
    content: "";
    clear: both;
    display: block;
}

.community_collaborator:after {
    content: "";
    clear: both;
    display: block;
}

.community_collaborator label.gfield_consent_label {
    /* width: 100%; */
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.community_collaborator label.gfield_consent_label a{
    display: inline-block;
    vertical-align: middle;
}

.listing li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    background-color:  #272660;
    width: 12px;
    height: 12px;
    border-radius: 25px;
}

.listing .listing_right li:before {
    content: "";
    background-image: url(image/check-mark.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    width: 15px;
    height: 15px;
}

.listing .community_collaborator li {
    padding-left: 0px;
}

.patner_section_wrapper .our_patner_image {
    padding-top: 60%;
    position: relative;
}

.patner_section_wrapper .our_patner_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.patner_section_wrapper .owl-dots,
#owl-patner .owl-pagination {
    text-align: center;
}

#owl-patner .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: top;
}

#owl-patner .owl-pagination .owl-page span,
.patner_section_wrapper .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.patner_section_wrapper .our_patner_content {
    margin: 0px;
    padding: 20px 10px;
}

#owl-patner .owl-pagination .owl-page.active span,
.patner_section_wrapper .owl-dots button.owl-dot.active span {
    background-color: #474747;
}

/* Upcoming Challenge */

/* Running Challenge */

.related_post_single .artical_link > a {
    display: block;
    position: relative;
}
.related_post_single .artical_link .article_post_image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}
.related_post_single .artical_link .article_post_image,
.related_post_single .post_slider_carousel > div > a {
    padding-top: 80%;
    position: relative;
    overflow: hidden;
}

.related_post_single .artical_link .article_post_image > img,
.related_post_single .bx-wrapper a img {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.related_post_single .article_post_title,
.related_post_single .bx-wrapper .bx-caption {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
}
.related_post_single .article_post_title > h2 {
    display: inline-block;
    font-size: 20px;
    padding: 0px;
    background-color: transparent;
    line-height: 140%;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}

.related_post_single .slick-dots {
    display: none !important;
}
.related_post_single .slick-arrow.slick-next,
.related_post_single .slick-arrow.slick-prev {
    position: absolute;
    left: -40px;
    top: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    bottom: 0;
    font-size: 0;
    background: transparent;
    border: none;
}
.related_post_single .slick-arrow.slick-next{
    left: auto; 
    right: -40px;
}
.related_post_single .artical_link {
    padding: 0 10px;
}
.related_post_single .slick-arrow.slick-next:before,
.related_post_single .slick-arrow.slick-prev:before{
    content: "\f104";
    font-family: fontawesome;
    font-size: 52px;
    color:#ccc;
    font-weight: bold;
    line-height: 35px;
}
.related_post_single .slick-arrow.slick-next:before{
    content:"\f105";
}

.artical_link:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);        
}

.related_post_single {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 60px;
}

.single_main_statement_right .testimonial,
.single_main_statement_right .testimonial .pic {
    border: none;
}

.single_main_statement_right .testimonial {
    padding: 0px;
}

.single_main_statement_right .testimonial .pic {
/*    width: 150px;*/
    height: 70px;
    display: inline-block;
    vertical-align: middle;
}

.single_main_statement_right .testimonial .patner_feedback_content {
    margin-top: 30px;
    line-height: 140%;
    font-size: 16px;
    padding: 0px 15px;
    color: #333;
    position: relative;
}

.single_main_statement_right .testimonial .pic img {
    width: auto;
}
.single_main_statement .single_left_bottom_finish {
    font-size: 20px;
    font-weight: bold;
    color: #343ab2;
}
.single_main_statement_right .testimonial .description {
    position: relative;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: #333;
    line-height: 150%;
}

/*.single_main_statement_right .testimonial .description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(image/quote-1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}*/

.single_main_statement_right .testimonial .patner_feedback_content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(image/quote-1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

.single_main_statement_right .testimonial .testimonial-title {
    display: none;
}

body blockquote {
    border-color: #49bd81;
	border-left: 5px solid;
    padding-left: 20px;
}

.related_post_single .bx-wrapper .bx-controls-direction a {
    background: none;
    text-indent: 0;
    font-size: 0px;
    margin-left: -45px;
    margin-right: -52px;
}

.related_post_single .bx-wrapper .bx-controls-direction a:before {
    content: "";
    font-family: fontawesome;
    font-size: 52px;
    color: #ccc;
    font-weight: bold;
}

.related_post_single .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
}

.related_post_single .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f105";  
}

.the_proble_single_finished,
.the_data_single_finished{
    padding: 45px 0px;
}

.chk-checked .ginput_container_checkbox input[type=checkbox] {
    margin-top: 0px;
}

/* Solved Challenges */

.the_result_single_finished > h5 {
    font-size: 35px;
    text-align: center;
    margin: 30px 0px 60px;
}

.get_github_link a:before {
    content: "\f09b";
    font-size: 26px;
    font-family: fontawesome;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}

.get_github_link a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 40px;
}

.patner_section_wrapper {
    overflow: hidden;
}

.get_github_link a[href=""] {
    display: none;
}

/* Solved Challenges */



/* Terms and Conditions */

.terms_privacy strong,
.terms_privacy a {
    color: #002060;
}

.terms_privacy a {
    font-weight: 600;
}

.terms_privacy a:hover {
    color: #49bd81;
}

/* Terms and Conditions end */

/* 404 Page CSS */

.error404 h1 {
    font-size: 45px;
    position: relative;
    margin: 0;
    }
    .error404 h1:before {
    content: "404";
    line-height: 100%;
    font-size: 85px;
    display: block;
    color: #2c39b1;
}

.error404 div#left-area {
    float: none;
    margin: 0px auto;
    text-align: center;
    padding: 0px;
}

.error404 #sidebar,
    .error404 .container:before{
    display: none;
}

/* 404 Page CSS */

.single-post .et_pb_post ul li {
    list-style: disc;
}

.single-post .et_pb_post a {
    display: inline-block;
}

.single-post .et_pb_post ul {
    margin: 0px;
    padding: 0px;
}

.style-classic {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

form > p.logged-in-as > a {
    background-color: transparent;
}

footer + .shared-counts-wrap {
    display: none;
}

.single-post .section span, 
.single-post .section span + a {
    display: inline;
    vertical-align: top;
    width: auto;
    word-break: break-word;
}
.et_pb_blurb_description li {
	list-style: disc;
	margin-bottom: 5px;
}
.et_pb_blurb_description li:last-child{
	margin-bottom: 0px;
}
.et_pb_text_inner > ul > li {
	list-style: disc;
	color:#333;
	font-size:16px;line-height:26.5px;
}
.et_pb_text_inner p a {
	display: inline-block;
	vertical-align: top;
}
.et_pb_text_inner p span {
	display: inline;
}
.et_pb_text_inner h4 a {
	display: inline;
}
.et_pb_blurb_description p > span,
.et_pb_blurb_description p > span + a {
	display: inline;
}

footer .et_pb_text_inner p a,
footer .et_pb_text_inner p {
	display: inline-block;
	vertical-align: top;
	line-height: 120%;
}


.single_main_statement_right .project-testmonial-slider .tss-carousel {
    white-space: nowrap;
    overflow: hidden;
}
.single_main_statement_right .project-testmonial-slider .tss-carousel > div {
    display: inline-block;
    vertical-align: top;
    float: none;
    white-space: normal;
}

/*  Responsive View */
@media screen and (max-width: 1200px){
    .et_header_style_left header #et-top-navigation nav > ul > li > a {
        padding: 10px 15px !important;
    }
    
    .ai-building p {
        font-size: 14px;
    }
    
    .ai-building h2 {
        font-size: 26px;
    }
    
    .ai-building .et_pb_button_module_wrapper {
        margin-right: 15px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Countries {
        padding-left: 85px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Countries:before {
        background-position: -103px 0px;
        width: 95px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter:before {
        height: 36px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter span.percent-value {
        font-size: 22px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter h3 {
        font-size: 14px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 40px;
    }
    
    a.et_pb_button, .button {
        font-size: 14px;
    }
    
    .ai-building .et_pb_button_module_wrapper:last-child {
        margin-right: 0;
    }
    
    body h2 {
        font-size: 28px;
    }
    
    body p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    
    div.et_pb_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .ai-collaborators p {
        font-size: 22px;
    }
    
    .popup_outer_wrap.popup_full_height {
        height: 90%;
    }
    
    .popup_outer_wrap.popup_full_height > .popup {
        overflow-y: auto;
        height: 100%;
    }
    
    /* Host a challenge */
    
    .submit-case-section a.submit-case {
        font-size: 30px;    
    }
    .submit-case-section a.submit-case:before {
        top: 15px;
        right: -7px;
    }
    /* Host a challenge */
    
    /* 404 Error Page */
    
    #main-content {
        min-height: 670px;
    }
    
    /* 404 Error Page */
    
    .single.et_right_sidebar #left-area .category-public_health h1 {
        font-size: 32px;
    }
    
    .blog-post-image h4.challenge_title {
        font-size: 17px;
        height: 50px;
    }
    
    
    div.tab-panel_omdena {
        padding: 10px;
    }
    
    div.tab-panel_omdena p {
        font-weight: 600;
        font-size: 15px;
    }
}


@media only screen and (max-width: 980px) {
    html body {
        padding-top: 62px;
    }
    
    body h2 {
        font-size: 22px;
    }
    
    div.et_pb_section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .ai-building h2 br {
        display: none;
    }

    .contact_section_form span.wpcf7-not-valid-tip {
        margin-top: 5px;
    }

    header .mobile_nav ul.et_mobile_menu {
        right: -250px;
        left: auto;
        width: 100%;
        max-width: 250px;
        padding: 0px !important;
        border-top: none;
        top: 63px;
        transition: all 0.5s ease;
        display: block !important;
        position: fixed;
        margin: 0px !important;
        height: calc(100% - 63px) !important;
        overflow: auto;
    }
    
    header .mobile_nav.opened ul.et_mobile_menu {
        right: 0px;
    }
    
    header .mobile_nav ul.et_mobile_menu li {
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    
    .menu-item-has-children span.custom_sub_menu_show {
        position: absolute;
        right: 10px;
        top: 3px;
        height: 25px;
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        font-size: 24px;
        cursor: pointer;
        z-index: 1;
    }
    
    .menu-item-has-children span.custom_sub_menu_show.show_toggle i:before {
        content: "\f106";
    }
    
    #main-header .et_mobile_menu .menu-item-has-children > ul.sub-menu {
        display: none !important;
        padding: 0px;
    }
    
    #main-header .et_mobile_menu .menu-item-has-children > ul.sub-menu > li > a {
        padding-left: 30px;
    }
    
    .menu-item-has-children:hover span.custom_sub_menu_show {
        color: #fff;
    }
    
    #main-header .et_mobile_menu .menu-item-has-children > ul.show {
        display: block !important;
    }
    
    header .mobile_nav > ul.et_mobile_menu li.current_page_item > .custom_sub_menu_show i {
        color: #fff;
    }

    header .mobile_nav ul.et_mobile_menu li a:hover,
    header .mobile_nav > ul.et_mobile_menu li.current_page_item > a{
        color: #fff;
        background-color: #2c39b1;
    }
    
    header .mobile_nav ul.et_mobile_menu .menu-item-has-children > a {
        background-color: transparent;
    }
    
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0px !important;
    }
    
   .et_header_style_left header #et-top-navigation {
        padding-top: 0px!important;
    }
    
    .ai-building .et_pb_button_module_wrapper {
        margin-right: 0;
        width: 50%;
        text-align: center;
    }
    
    .et_pb_gutters3 .ai-building .change-position .et_pb_column_2_5,
    .et_pb_gutters3 .ai-building .change-position .et_pb_column_3_5 {
        width: 100%;
        margin-right: 0%;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter {
        margin-top: 30px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Countries {
        margin-left: 20px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.challenges {
        padding-left: 50px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.conversations {
        padding-left: 55px;
    }
    
    footer ul.et_mobile_menu {
        position: relative;
        display: block !important;
        width: 100% !important;
    }
    
    footer .et_pb_menu .et_mobile_nav_menu .et_mobile_menu >li a {
        padding: 0;
        border: none;
    }
    
    footer .et_pb_menu .et_mobile_nav_menu .et_mobile_menu >li {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    
    footer .et_pb_menu .et_mobile_nav_menu .et_mobile_menu {
        box-shadow: none;
        padding: 0;
        border: none;
        text-align: center;
    }
    
    footer .et_pb_menu .et_mobile_nav_menu  span.mobile_menu_bar {
        display: none;
    }
    
    footer .et_pb_menu .et_mobile_nav_menu {
        display: block;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
    }
    
    header .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";
    }
    header .mobile_menu_bar::before {
        color: #2c39b1;
    }
    .post-content .post-content-inner p {
        min-height: 1px;
        font-size: 14px;
    }
    .highlighted_challenges .et_pb_blog_grid .et_pb_post {
        margin-bottom: 25px !important;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter {
        margin-left: 0;
    }

    .contact_form_1 input.wpcf7-form-control.wpcf7-submit.button,
    .contact_form_2 input.wpcf7-form-control.wpcf7-submit.button{
        top: 6px;
    }
    
    .contact_form_1 input.custom_1_email,
    .contact_form_2 input.email_2 {
        padding: 10px 110px 10px 10px;
        height: 48px;
        line-height: 48px;
        margin-bottom:10px;
    }
    
    .contact_form_1,
    .contact_form_2{
        text-align: center;
    }
    
    .contact_form_1 input.wpcf7-form-control.wpcf7-submit,
    .contact_form_2 input.wpcf7-form-control.wpcf7-submit {
        position: relative;
        margin-top: 10px;
    }
 
    .contact_form_1 span.ajax-loader,
    .contact_form_2 span.ajax-loader{
        position: absolute;
        left: 0;
        right: -162px;
        bottom: -50px;
        width: 20px;
        margin: auto !important;
    }
    
    a.et_pb_button, 
    .button, 
    .s-btn, 
    .contact_form_1 input.wpcf7-form-control.wpcf7-submit,
    .contact_form_2 input.wpcf7-form-control.wpcf7-submit
    .contact_section_form .submit-btn input[type="submit"]{
        font-size: 14px;
    }
    
    span.wpcf7-not-valid-tip {
        margin-top: 0;
        text-align: left;
    }
    
    /* About us */
    
    .ai-collaborators p {
        font-size: 16px;
        line-height: 140%;
    }
    
    .ai-collaborators p br {
        display: none;
    }
    
    .s-btn {
        padding: 4px 15px !important;
        font-size: 16px;
    }
    
    .omdena-engineers h3.designation-box {
        font-size: 15px;
    }
    
    .omdena-engineers h4.et_pb_module_header {
        font-size: 18px;
    }
    
    .omdena-engineers .et_pb_column {
        width: 23.50% !important;
    }
    
    body .highlighted_challenges .column {
        width: 100% !important;
    }
    
    div.om_testimonial .et_pb_blurb_content {
        padding: 0;
    }
    
    .single-item-wrapper .item-content-wrapper h3.author-name {
        left: 20px;
    }
    
    .single-item-wrapper .profile-img-wrapper img {
        width: 100px !important;
        height: 100px;
        object-fit: cover;
        display: block;
        margin: 0px auto 10px;
    }
    
    .testimonial_about_omdena .owl-dots {
        margin: 40px 0px 0px;
    }
    
    #main-content .sp-testimonial-free-wrapper > div {
        padding: 0 15px;
    }
    
    .sp-testimonial-free-section .sp-testimonial-free-item {
        padding: 0 30px 0 5px;
    }
    
    .omedna-social-icon ul li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    
    .et_pb_section .change-position {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .et_pb_section .change-position  > .et_pb_column {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-bottom: 0px;
    }
    
    .et_pb_section .change-position  > .et_pb_column.et-last-child {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
    
    .testimonial_about_omdena.et_pb_section .et_pb_row {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .testimonial_about_omdena .owl-nav .owl-prev {
        top: 40%;
        left: -40px;
    }
    
    .testimonial_about_omdena .owl-nav .owl-next {
        top: 40%;
        right: -26px;
    }
    
    .single-item-wrapper {
        min-height: 220px;
    }
    
    .single-item-wrapper .profile-img-wrapper img {
        width: 65px !important;
        height: 65px;
    }
    
    .single-item-wrapper .item-content-wrapper .item-content p {
        font-size: 13px;
    }
    
    .join_our_community .wpcf7 span.wpcf7-not-valid-tip {
        text-align: center;
    }
    
    .omdena-engineers .et_pb_image_wrap {
        width: 90px;
        height: 90px;
    }
    
    /* About us end */
    
    /* Host a challenge */
    
    .Interested-host .title.interested-title {
        margin-top: 0px;
    }
    
    .submit-case-section p {
        font-size: 16px;
    }
    .submit-case-section a.submit-case {
        font-size: 20px; 
    }
    .more-question p {
        font-size: 18px;
    }
    div.et_pb_section.omdena-process .et_pb_row {
        max-width: 375px;
    }
    .omdena-process p br {
        display: none;
    }
    div.et_pb_section.more-question {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Interested-host p > a {
        font-size: 16px;
    }
    .more-question p:before {
        right: -158px;
        left: 0;
        margin: auto;
    }
    .submit-case-section a.submit-case:before {
        top: 10px;
        font-size: 22px;
    }
    .category-public_health.et_pb_post h2.entry-title {
        font-size: 16px;
        min-height: 1px;
    }
    
    
    /* Host a challenge */
    
    /* Faq Page */
    .omdena_faqs p strong {
        font-size: 18px;
    }
    /*Faq Page */
    
    /* Upcoming Challenge */
    
    .listing .listing_right {
        padding: 25px 18px;
		width:100%;
    }
    
    .listing li {
        font-size: 14px;
    }
    
    /* Upcoming Challenge */
    
    /* Solved Challenge */
    
    .single_main_statement .single_main_statement_right {
        width: 100%;    
        float: none;
        margin-bottom: 30px;
		order:2;
    }
    
    .single_main_statement .single_main_statement_left {
        width: 100%;
        float: none;
		order:1;
    }
    
    .single_main_statement_bottom h6,
    .single_main_statement_bottom h5,
    .single_main_statement_bottom h4,
	.single_main_statement_bottom h1 {
        font-size: 20px;
    }
    
    .related_post_single .article_post_title > h2,
    .related_post_single .bx-wrapper .bx-caption span {
        font-size: 16px;
    }
    .related_post_single {
        padding-left: 15px;
        padding-right: 15px;
    }
    .related_post_single .slick-arrow.slick-prev {
        left: -32px;
    }
    .related_post_single .slick-arrow.slick-next {
        left: auto;
        right: -32px;
    }
    .ui-tabs-menu-bar h5 {
        margin-top: 20px;
    }
    
    .related_post_single .bx-wrapper .bx-controls-direction a:before {
        font-size: 32px;
    }
    /* Solved Challenge */
    
    /* 404 Error Page */
    
    .error404 h1:before {
        font-size: 35px;
    }
    
    .error404 h1 {
        font-size: 24px;
    }
    
    div#et-boc {
        overflow: hidden;
    }
    
    /* 404 Error Page */
    
    /* Single Page Css */
    
    .application-form .form-field span.wpcf7-not-valid-tip {
        margin-top: 3px;
    }
    
    .single-post .et_pb_post h1 {
        font-size: 30px;
    }
    
    /* Single Page Css */
    
}

@media only screen and (max-width: 767px) {
    
    .number-counter .et_pb_module.et_pb_number_counter {
        margin-top: 20px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Collaborators {
        margin-right: 0px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter span.percent-value {
        font-size: 22px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter:before {
        height: 40px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Collaborators:before {
        background-position: 10px 0;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter {
        display: block;
        width: 48%;
        margin-bottom: 0px !important;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        float: left;
        padding: 42px 10px 10px 10px !important;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter:nth-child(2n) {
        float: right;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.conversations:before {
        width: 36px;
        height: 33px;
        top: 5px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.challenges:before {
        width: 36px;
        height: 50px;
        top: 0;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter:before, 
    .number-counter .et_pb_module.et_pb_number_counter.challenges:before, 
    .number-counter .et_pb_module.et_pb_number_counter.conversations:before {
        right: 0;
        margin: auto;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Collaborators, 
    .number-counter .et_pb_module.et_pb_number_counter.challenges, 
    .number-counter .et_pb_module.et_pb_number_counter.conversations, 
    .number-counter .et_pb_module.et_pb_number_counter.Countries {
        padding-left: 0px;
        margin-left: 0;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Collaborators:before {
        height: 32px;
        background-position: 10px 0px;
        background-size: auto 100%;
        top: 5px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Countries:before {
        background-position: -115px 0px;
        width: 87px;
        background-size: auto 100%;
    }
    
    .ai-building h2, .ai-building .title h2 {
        font-size: 22px;
    }
    
    .ai-building .banner-title h2 {
        margin-top: 0px;
    }
    .ai-building .et_pb_column.et_pb_column_0 .banner-title {
        margin-top: 10px;
    }
    
    div.et_pb_section.ai-building {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    
    .omdena-engineers .et_pb_column {
        width: 49% !important;
        margin-right: 2% !important;
    }
    
    .omdena-engineers .et_pb_column:nth-child(2n) {
        margin-right: 0% !important;
    }
    
    .omdena-engineers .et_pb_column:nth-child(3n) {
        margin-right: 2% !important;    
    }
    
    body .highlighted_challenges .column {
        margin-right: 0% !important;
        margin-top: 20px;
    }
    
    .social_feed #ctf .ctf-header .ctf-header-text .ctf-header-no-bio {
        padding-top: 2px !important;
        font-size: 20px;
    }
    
    .social_feed #ctf .ctf-header .ctf-header-img:before {
        font-size: 24px;
        line-height: 150%;
    }
    
    .contact_section_form .form-field {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
    
    .contact_section_form .et_pb_blurb_description > h6 {
        font-size: 18px;
    }
    
    .contact_section_form .form-field.full-width {
        width: 100%;
    }
    
    .omdena-engineers .et_pb_column:nth-child(2n+1) {
        clear: both;
    }
    
    .testimonial_about_omdena.et_pb_section .et_pb_row {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .testimonial_about_omdena .owl-nav .owl-next {
        top: 34%;
        right: -8px;
    }
    
    .testimonial_about_omdena .owl-nav .owl-prev {
        top: 34%;
        left: -25px;
    }
    
    .single-item-wrapper .profile-img-wrapper,
    .single-item-wrapper .item-content-wrapper{
        width: 100%;
        padding-left: 0px;
    }
    
    .single-item-wrapper {
        padding: 15px 15px 40px;
        min-height: 200px;
    }
    
    .single-item-wrapper .item-content-wrapper h3.author-name {
        left: 0px;
    }   
    div.tab-content_finish li,
    div.tab-content li {
        width: 48%;
        margin-right: 2%;
    }
    
    div.tab-content_finish li:nth-child(2n),
    div.tab-content li:nth-child(2n) {
        margin-right: 0%;
    }
    
    div.tab-content_finish li:nth-child(2n+1),
    div.tab-content li:nth-child(2n+1) {
        clear: both;
    }
    
    .tab-content_finish li:nth-child(3n+1),
    .tab-content li:nth-child(3n+1) {
        clear: none;
    }
    
    .tab-content_finish li:nth-child(3n),
    .tab-content li:nth-child(3n) {
        margin-right: 2%;
    }
 
    .single_main_statement .single_main_statement_left,
    .single_main_statement .single_main_statement_right{
        width: 100%;
        float: none;
        margin-right: 0%;
        padding:0!important;
    }
    
    .single_main_statement_top h4.single_main_statement_title {
        font-size: 22px;
    }
    
    .the_statement_single h6 {
        font-size: 24px;
    }
    
    .listing .listing_left {
        width: 100%;
        padding: 0 20px;
    }
    
    .listing .listing_right {
        width: 100%;
    }
    
    .ui-tabs-menu-bar ul.main_ul_single > li {
        padding: 10px;
        margin-left: 0;
        font-size: 14px;
    }
    
    .single_main_statement_bottom h6,
    .single_main_statement_bottom h5,
    .single_main_statement_bottom h4,
	.single_main_statement_bottom h1 {
        font-size: 20px;
    }
    
    .ui-tabs-menu-bar {
        margin-top: -34px;
    }
    
    .single_main_statement_right .testimonial .pic {
        height: 50px;
        width: 100px;
    }
    
    .single_main_statement_right .testimonial .description {
        line-height: 25px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .ui-tabs-menu-bar h5 {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .single.et_right_sidebar #left-area .category-public_health h1 {
        font-size: 20px;
    }
    
    .related_post_single .bx-viewport {
        max-width: 338px;
        width: 100%;
        height: auto !important;
        padding: 0;
        margin: 0 auto;
    }
    
    .related_post_single .bx-viewport .post_slider_carousel > div {
        width: 330px !important;
        margin: 0 15px !important;
    }
    
    .related_post_single .bx-viewport .post_slider_carousel > div {
       width: 335px !important;
    }
    
    .application-form .form-field {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        float: none;
    }
    
    .single-item-wrapper .item-content-wrapper h4.author-bio span.author-designation, 
    .single-item-wrapper .item-content-wrapper h4.author-bio span.item-company, 
    .single-item-wrapper .item-content-wrapper h4.author-bio span.author-location {
        left: 0;
    }
    
    body .gform_wrapper .top_label div.ginput_container {
        margin-top: 8px;
        position: relative;
    }
    
    .ginput_container_consent > input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 4px;
    }
    
    .ginput_container_consent > input[type="checkbox"] + label {
        padding-left: 22px;
    }
    
    .application_form_oraganization span.wpcf7-list-item {
        display: inline-block;
        margin: 10px 0px;
        position: relative;
    }
    
    .application-form .form-field input[type=checkbox] {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .application-form .form-field input[type=checkbox] + span.wpcf7-list-item-label {
        padding-left: 20px;
        display: block;
        line-height: 130%;
    }
}

@media only screen and (max-width: 479px) {
    
    .number-counter .et_pb_module.et_pb_number_counter.Collaborators {
        margin-right: 0px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter.Countries:before {
        background-position: -90px 0px;
        width: 87px;
        background-size: auto 100%;
        height: 32px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter span.percent-value {
        font-size: 20px;
    }
    
    .number-counter .et_pb_module.et_pb_number_counter h3 {
        font-size: 14px;
    }

    .omdena-engineers .et_pb_column {
        width: 100% !important;
        margin-right: 0% !important;
    }
    
    .tabination_cat a {
        font-size: 12px;
    }
    
    .tabination_cat li {
        padding: 15px 10px;
    }
    
    div.tab-content_finish ul,
    div.tab-content ul {
        margin: 0px;
        padding: 0px;
    }
    
    div.tab-content_finish li,
    div.tab-content li {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    .popup_outer_wrap.popup_full_height {
        -webkit-transform: translate(-50%,-50%) !important;
        transform: translate(-50%,-50%) !important;
        width: 90%;
    }
    
    .community_collaborator label.gfield_consent_label {
        font-size: 13px;
        margin: 0px;
        padding: 0px;
    }
    
    .related_post_single .bx-viewport .post_slider_carousel > div {
        width: 250px !important;
        margin: 0 15px 0px 0 !important;
    }
    
    .single-post div.et_pb_section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .single-post div.et_pb_section .et_pb_row {
        padding: 0px;
    }
    
    .single-post .section-divider h5 {
        font-size: 16px;
    }

    .single-post .et_pb_post h1 {
        font-size: 26px;
    }
    
    .style-classic a.shared-counts-button.shared-counts-no-count {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 365px) {
    .join_our_community div.wpcf7 p .ajax-loader {
        top: 58px;
    }    
    
    
}
.sp-testimonial-free-section .slick-dots li:last-child {
    margin-bottom: 3px;
}
.graf.graf--p > em, .graf.graf--p > a {
	display: inline;
}
.archive .section-inner p a {
	display: inline;
}
.categories_post h2 {font-size:21px}
.wp-caption .aligncenter {border:0}
.single_main_statement_bottom_content blockquote { margin: 20px 0 30px;border-left: 5px solid;padding-left: 20px;color: #49bd81}
.et_pb_text_4_tb_body {background-color:transparent !important}
.single-post .kk-star-ratings.kksr-align-left {margin:0 15px}
.single-post p#breadcrumbs {text-align:center}
.single-post #section-breadcrumbs {padding-bottom: 0 !important}
p#breadcrumbs, p#breadcrumbs a {font-size:13px;color: #333}
#section-breadcrumbs .et_pb_row {padding: 0 !important}
#section-breadcrumbs {padding: 30px !important;display:none}
.first_sub_footer p {font-size:18px;color:#fff;font-weight:600}
p#comments,p#reply-title span {font-size: 30px;color: #002060;font-weight: 600}
.et_pb_scroll_top.et-pb-icon{padding:9px !important}
body h1.single_main_statement_title {font-size:30px}
/*set the width of the rows inside the Post Content module*/
.et-l .et-l--post .et_builder_inner_content .et_pb_row {width: 100%;}
/*custom footer course*/
@media (max-width: 980px){
	.et-db #et-boc .et-l .et_pb_menu .et_mobile_nav_menu {display:none!important;}	.et-db #et-boc .et-l       .et_pb_menu .et_pb_menu__menu {display:block!important;}
	.et-db #et-boc .et-l .et_pb_menu--style-left_aligned .et_pb_menu__wrap {justify-content:flex-start!important;}
}
/*CTA Work with us - All completed projects*/
.work-with-us{position:relative;width:100%;display:block;text-align:center;margin-bottom:100px;}
.tit-work-with-us {text-align:center;font-size:32px;line-height:48px;font-weight:600;color:#343ab2;margin-bottom:50px}
.work-with-us a{padding:20px 30px;font-size:20px;font-weight:600;border-radius:100px;background:#343ab2;color:#fff;width:180px;display:block;margin:0 auto;box-shadow:0 4px 10px 0 rgb(0 0 0 / 25%);animation: wiggle 2s linear infinite;}
.work-with-us a:hover{background:#49bd81;box-shadow:0 4px 10px 0 rgb(0 0 0 / 25%)}
@keyframes wiggle{
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

/*Community Page - CTA*/
.community-wrap-cta ul {width: 100%;position: relative;padding-left: 0;font-size: 16px;line-height: 23.8px;font-weight: 500}
.community-wrap-cta ul li {padding-left: 0;display: inline-block}
.community-wrap-cta ul li.join-us {margin-bottom:30px}
.community-wrap-cta ul li.join-us a {width: 180px;text-align: center;background: #2C39B1;border-radius: 100px;padding: 10px 20px;color: #fff;margin-right: 15px}
.community-wrap-cta ul li.join-us a:hover {background: #49bd81;box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.1);}
.community-wrap-cta ul li.learn-more a {margin-left:15px;color:#343AB2}
.community-wrap-cta ul li.learn-more a:hover {color:#49bd81}