/*
 Theme Name:     Humanity Media Template
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com
 Template:       Divi
 Version:        1.2
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
/* ---------- TYPOGRAPHY ------------ */

/*-------- NEW CSS ----------- */
body.scroll_active header { z-index: -1; position: relative; }
.et_pb_section.scrolling-topbar { width: 100%; position: fixed; top: -100%; transition: 0.5s all ease-in-out; visibility: hidden; opacity: 0; z-index: 999; }
.et_pb_section.scrolling-topbar .icon_with_author .icon { display: none; }

.et_pb_section.scrolling-topbar.fixed_top { top: 0; visibility: visible; opacity:1; }

.icon_with_author {display: flex;flex-wrap: wrap;}
.icon_with_author .icon { width: 80px; height: 80px; margin-right: 22px; border-radius: 16px; overflow: hidden; }
.icon_with_author .icon img { width: 100%; height: 100%; object-fit: cover; }
.icon_with_author .author { width: max-content; }
.icon_with_author .author h2 {font-size: 32px;line-height: 32px;padding: 0;margin-bottom: 10px; color: #fff;font-family: Poppins, sans-serif;font-weight: 300;}
.icon_with_author .author p { font-size: 14px; color: #fff;}
.icon_with_author .author p a { display: inline-block; }


.single-accordions ul.accordion_list { padding: 0; margin: 0; list-style-type: none; }
.single-accordions ul.accordion_list > li { width: 100%; border-bottom: 1px solid #dcdcde; }
.single-accordions ul.accordion_list>li .acc-title h3 { color: #fff; padding: 15px 20px 15px 0; font-size: 18px; position: relative; font-family: Poppins, sans-serif; font-weight: 500; }
.single-accordions ul.accordion_list > li .acc-title h3:after { position: absolute; content: '\f107'; font-family: 'Fontawesome'; right: 0; top: 50%; transform: translateY(-50%); }
.single-accordions ul.accordion_list > li.active .acc-title h3:after{content: '\f106';} 
.single-accordions ul.accordion_list > li .acc-content { display: none; }
.single-accordions ul.accordion_list > li.active .acc-content { display: block; padding: 10px 0; }
.single-accordions ul.accordion_list > li .acc-content p { font-size: 14px; color: #fff; font-family: Poppins, sans-serif;}
.single-accordions ul.accordion_list > li .acc-content ul li { font-size: 14px; color: #fff; font-family: Poppins, sans-serif;}

.single-accordions .last-content{padding: 16px 0;}
.single-accordions .last-content p,
.single-accordions .last-content ul li { font-size: 14px; color: #fff; font-family: Poppins, sans-serif;}

.price-with-btn { display: flex; flex-wrap: wrap; justify-content: space-between; }
.price-with-btn .price { width: 48%; }
.price-with-btn .button { width: 48%; }
.price-with-btn .button a.button { width: 100%; display: block; font-size: 18px; line-height: 20px; font-family: Poppins, sans-serif;}

.custom-btn-style form.variations_form table.variations { margin-bottom: 0 !important; }
.custom-btn-style form.variations_form table.variations tbody tr th.label { display: none; }
.custom-btn-style form.variations_form table.variations tbody tr td.value { padding: 0 !important; }
.custom-btn-style form.variations_form table.variations tbody tr td.value a.reset_variations { display: block; width: 100%; margin: 5px 0 0 0; }
.custom-btn-style form.variations_form .single_variation_wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation.single_variation { width: 48%; }
.custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart { width: 48%; }
.custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] { width: 100%; }
.custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-price { margin: 10px 0; }
.custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-price span.price { color: #fff; }

.et_pb_section.scrolling-topbar .icon_with_author .author h2 {font-size: 20px;line-height: 28px;margin: 0;}
.et_pb_section.scrolling-topbar .icon_with_author .author p {font-size: 14px;}
.et_pb_section.scrolling-topbar .et_pb_column { margin-bottom: 10px; }
.et_pb_section.scrolling-topbar .custom-btn-style form.variations_form table.variations tbody tr td.value a.reset_variations {font-size: 14px;}
.et_pb_section.scrolling-topbar .custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-price { margin: 5px 0; }
.et_pb_section.scrolling-topbar .custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-price span.price {font-size: 18px;}
body #page-container .et_pb_section.scrolling-topbar .custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {padding: 8px !important;}


@media only screen and (max-width: 991px){
  .et_pb_section.scrolling-topbar .icon_with_author .author h2 { font-size: 18px; margin: 0; }
  .et_pb_section.scrolling-topbar .icon_with_author .author p { font-size: 12px; }
  .et_pb_section.scrolling-topbar .et_pb_column { margin-bottom: 10px; }
  .et_pb_section.scrolling-topbar .custom-btn-style form.variations_form table.variations tbody tr td.value a.reset_variations { font-size: 12px; }
  .et_pb_section.scrolling-topbar .custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-price { margin: 5px 0; }
  .et_pb_section.scrolling-topbar .custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-price span.price { font-size: 16px; }
  body #page-container .et_pb_section.scrolling-topbar .custom-btn-style form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] { padding: 5px !important; }
}

@media only screen and (max-width: 767px){
  .icon_with_author .author h2 { font-size: 24px; line-height: 28px; }
}

/* ---------- HEADER SVG -------- */

.home-logo { max-width: 89px; margin: 10px 30px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.home-logo svg path.hm { fill: #ffffff; }
.sectionfixed .home-logo { max-width: 50px; margin: 10px 20px; }
h1.et_pb_module_header { word-break: break-word; }
.menu-icon { top: 20px; right: 0; transition: all .3 ease-in; }
.sectionfixed .menu-icon { top: 10px; transition: all .3 ease-in; }
.section-transform .home-logo { z-index: 999; }
.section-transform .et_pb_image_1_tb_header,
.section-transform .show-menu { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.sectionfixed.section-transform .show-menu { max-width: 60px; }
.section-transform.et_pb_section_0_tb_header.et_pb_section { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.sectionfixed.section-transform.et_pb_section_0_tb_header { background: rgba(0, 0, 0, 1) !important; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.close-menu,
.show-menu { cursor: pointer; }
.full-screen-menu { overflow: hidden; transition: all .3s ease-in-out; height: 100vh; width: 100%; opacity: .95; }
.full-screen-menu.hidden-menu { height: 0; width: 0; opacity: 0; }
svg linearGradient .stop-1 { -webkit-animation: colorChange 30s ease infinite; -moz-animation: colorChange 30s ease infinite; -o-animation: colorChange 30s ease infinite; -ms-animation: colorChange 30s ease infinite; animation: colorChange 30s ease infinite; }
a.et_pb_button {
  -webkit-animation: rainbowChange 30s ease infinite; -moz-animation: rainbowChange 30s ease infinite; -o-animation: rainbowChange 30s ease infinite; -ms-animation: rainbowChange 30s ease infinite; animation: rainbowChange 30s ease infinite;
}
@-webkit-keyframes colorChange {
  0% { stop-color: #7E1A17; }
  20% { stop-color: #F15623; }
  50% { stop-color: #FFF000; }
  75% { stop-color: #00AEEF; }
  100% { stop-color: #424BA0; }
}
@-moz-keyframes colorChange {
  0% { stop-color: #7E1A17; }
  20% { stop-color: #F15623; }
  50% { stop-color: #FFF000; }
  75% { stop-color: #00AEEF; }
  100% { stop-color: #424BA0; }
}
@-o-keyframes colorChange {
  0% { stop-color: #7E1A17; }
  20% { stop-color: #F15623; }
  50% { stop-color: #FFF000; }
  75% { stop-color: #00AEEF; }
  100% { stop-color: #424BA0; }
}
@-ms-keyframes colorChange {
  0% { stop-color: #7E1A17; }
  20% { stop-color: #F15623; }
  50% { stop-color: #FFF000; }
  75% { stop-color: #00AEEF; }
  100% { stop-color: #424BA0; }
}
@keyframes colorChange {
  0% { stop-color: #7E1A17; }
  20% { stop-color: #F15623; }
  50% { stop-color: #FFF000; }
  75% { stop-color: #00AEEF; }
  100% { stop-color: #424BA0; }
}

@-webkit-keyframes rainbowChange {
  0% { color: #7E1A17; }
  20% { color: #F15623; }
  50% { color: #00AEEF; }
  75% { color: #424BA0; }
  100% { color: #7E1A17; }
}
@-moz-keyframes rainbowChange {
  0% { color: #7E1A17; }
  20% { color: #F15623; }
  50% { color: #00AEEF; }
  75% { color: #424BA0; }
  100% { color: #7E1A17; }
}
@-o-keyframes rainbowChange {
  0% { color: #7E1A17; }
  20% { color: #F15623; }
  50% { color: #00AEEF; }
  75% { color: #424BA0; }
  100% { color: #7E1A17; }
}
@-ms-keyframes rainbowChange {
  0% { color: #7E1A17; }
  20% { color: #F15623; }
  50% { color: #00AEEF; }
  75% { color: #424BA0; }
  100% { color: #7E1A17; }
}
@keyframes rainbowChange {
  0% { color: #7E1A17; }
  20% { color: #F15623; }
  50% { color: #00AEEF; }
  75% { color: #424BA0; }
  100% { color: #7E1A17; }
}
/*------ FROM Additional CSS ----- */
#contactus h1.et_pb_contact_main_title { line-height: 1; padding-bottom: 0px; }
.brandpersonality h4.et_pb_module_header { width: 80%; margin: 0 auto; }
.et_pb_section_0_tb_footer .et_pb_row { display: flex; align-items: center; justify-content: center; align-content: center; }
.brandpersonality .et_pb_blurb_description { margin-top: 20px; }
.et_pb_section_0_tb_footer .et_pb_row .et_pb_column_1_2 { width: 40%; }
.et_pb_section_0_tb_footer .et_pb_row .et_pb_column_1_4 { width: 27%; margin: 0px !important; }
#contactus form input { height: 50px; }
#contactus form input,
#contactus form textarea { background-color: transparent; border: 2px solid #fff; color: #fff !important; }
#contactus form button.frm_button_submit { width: 100% !important; background-color: transparent !important; border: 2px #FFFFFF solid !important; box-shadow: none !important; letter-spacing: normal; padding: 14px 10px !important; color: #ffffff !important; }
#contactus form button.frm_button_submit:hover {border: 2px #F15623 solid !important;color: #F15623 !important;}
#contactus form input::-webkit-input-placeholder { /* Edge */
color: #fff; }
#contactus form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff; }
#contactus form input::placeholder { color: #fff; }
#contactus form textarea::-webkit-input-placeholder { /* Edge */
color: #fff; }
#contactus form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff; }
#contactus form textarea::placeholder { color: #fff; }
#testimonial .et_pb_slide_image { width: 42%; }
#testimonial .et_pb_slide_description { width: 58%; padding-right: 30px; }
#testimonial .et_pb_slide_description .et_pb_slide_content { font-size: 16px; }
.et_pb_social_media_follow_0_tb_footer li { margin-bottom: 0px !important; }
.frm_error { color: #fff !important; }
.et_pb_section_0_tb_footer .et_mobile_nav_menu { display: none !important; }
.et_pb_section_0_tb_footer .et_pb_menu__menu { display: block !important; }
.et_pb_section_1_tb_header .et_pb_row { display: flex; align-items: center; justify-content: center; }
.single-project .et_pb_module.et_pb_fullwidth_portfolio img { height: auto; }
#signature .et_pb_text { display: flex; align-items: center; justify-content: center; }
.project .project_box { display: flex; justify-content: space-between; align-content: center; align-items: center; }
.project .project_box .rpc_image { width: 40%; position: relative; }
.project .project_box .rpc_content { width: 60%; padding-left: 15%; }
.project .project_box .rpc_content h2,
.project .project_box .rpc_content h2 a { font-size: 26px; color: #000000; line-height: 1.3; font-family: 'Poppins', sans-serif; font-weight: 500; }
.project .project_box .rpc_content .rpcol_excerpt { color: #000000; font-size: 16px; font-weight: 300; line-height: 2; font-family: 'Poppins', sans-serif; }
.rpcol_term ul { margin: 0px; padding: 0px; list-style: none; display: inline-flex; flex-wrap: wrap; }
.rpcol_term ul li { font-family: 'Poppins', sans-serif; color: #808080; font-weight: 300; font-size: 18px; padding-right: 10px; }
.rpcol_cion { margin-bottom: 30px; margin-top: 30px; }
.project .project_col { padding: 40px 10%; }
.project .project_col.position_left {background-image: radial-gradient(circle at center,#ffffff 0%,#d6e2ec 100%)!important;}
.project .project_col.position_right { background-image: radial-gradient(circle at center, #ffffff 0%, #d6e2ec 100%) !important; }
.project .position_right .rpc_image { order: 2; }
.project .position_right .rpc_content { padding-left: 0px; padding-right: 15%; }
.project .project_box .rpc_image .rpc_screen img { opacity: 0; width: 100%; height: auto; position: absolute; z-index: 0; margin: 0; padding: 0; -webkit-transition: bottom 6s, opacity 1s; -moz-transition: bottom 6s, opacity 1s; -ms-transition: bottom 6s, opacity 1s; -o-transition: bottom 6s, opacity 1s; transition: bottom 6s, opacity 1s; }
.project .project_box .rpc_image .rpc_screen:hover img { opacity: 1; bottom: 0 !important; -webkit-transition: bottom 11s liner .5s, opacity 1s; -moz-transition: bottom 11s linear .5s, opacity 1s; -ms-transition: bottom 11s linear .5s, opacity 1s; -o-transition: bottom 11s linear .5s, opacity 1s; transition: bottom 11s linear .5s, opacity 1s; }
.project .project_box .rpc_image .rpc_screen { display: block; height: 420px; overflow: hidden; position: relative; border-radius: 1px; margin: 0 auto; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; box-shadow:1px 1px 10px #000;}
#testimonial .et_pb_slide_image img { width: 80%; }
#clients_logo .et_pb_column { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; }
#clients_logo .et_pb_column .et_pb_module { width: 20%; padding: 20px; margin-bottom: 0px; }
.facetwp-template .et_pb_module.et_pb_blog_0 { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; }
.facetwp-template .et_pb_module.et_pb_blog_0 article { width: 50%; padding: 2%; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content { background-color: white; padding: 40px; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content .entry-title { font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important; color: #000000 !important; margin-bottom: 10px; padding: 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; font-size: 25px; height: 67px; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content .post-content-inner,
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content .post-content-inner p { font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif; font-size: 17px; line-height: 1.3em; color: #000; font-weight:300; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content .post_btn { display: flex; align-content: center; justify-content: space-between; align-items: center; margin-top: 30px; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content .post_btn .facets_readmore { color: #000; font-weight: 600; text-transform: uppercase; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content .post_btn .post_reading { font-weight: 300; color: #000; text-transform: capitalize; }
.facetwp-template .et_pb_module.et_pb_blog_0 article .post_thumb { height: 194px; overflow: hidden; }
a#loadMore { background-color: #FF0000 !important; border: none !important; box-shadow: none !important; letter-spacing: normal; padding: 10px 40px !important; color: #fff !important; margin: 0 auto; }
.facetwp-template { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; }
.singlepostbanner .et_pb_row { display: flex; align-items: center; justify-content: center; align-content: flex-start; }
.singlepostbanner .dsm_pricelist { display: inline-flex; align-items: center; justify-content: center; align-content: center; }
.singlepostbanner .dsm_pricelist .dsm-pricelist-separator,
.singlepostbanner .dsm_pricelist .dsm-pricelist-price { display: none !important; }
.singlepostbanner .dsm_pricelist .dsm-pricelist-header { margin-bottom: 0px !important; }
.singlepostbanner .dsm_pricelist .dsm_pricelist_child { padding-bottom: 0px !important; }
.rowpost .et_pb_column p.et_pb_title_meta_container { padding-left: 170px; font-size: 0px; line-height: 1.8; }
.rowpost .et_pb_column p.et_pb_title_meta_container span.published { padding-right: 30px; }
.rowpost .et_pb_column .et_pb_code span.span-reading-time:before,
.rowpost .et_pb_column p.et_pb_title_meta_container span.published:before,
.rowpost .et_pb_column p.et_pb_title_meta_container span.comments-number:before { content: ' '; position: absolute; left: 0px; top: 9px; width: 10px; height: 10px; background-color: white; border-radius: 30px; }
.rowpost .et_pb_column .et_pb_code { position: relative; top: -32px; }
.rowpost .et_pb_column .et_pb_code span.span-reading-time.rt-reading-time { color: #fff !important; padding-left: 15px; }
.rowpost .et_pb_column .et_pb_code span.span-reading-time,
.rowpost .et_pb_column p.et_pb_title_meta_container span.published,
.rowpost .et_pb_column p.et_pb_title_meta_container span.comments-number { position: relative; padding-left: 18px; font-size: 20px; font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif; }
#clients_logo .et_pb_column .et_pb_module img { filter: gray; -webkit-filter: grayscale(1); -webkit-transition: all .8s ease-in-out; }
#clients_logo .et_pb_column .et_pb_module img:hover { filter: none; -webkit-filter: grayscale(0); -webkit-transform: scale(1.01); }

/* fixing project image */
.single .fixing-images .et_pb_post.project.type-project .et_pb_portfolio_image img { width: 100%; height: 100%; object-fit: cover; }
@media only screen and (max-width:1024px) {
  .facetwp-template .et_pb_module.et_pb_blog_0 article img { width: 100%; }
  .facetwp-template .et_pb_module.et_pb_blog_0 article .facets-content { padding: 24px; }
  .blog_sections .et_pb_blog_grid .column article .et_pb_image_container { height: 204px; overflow: hidden; }
  .project .project_box .rpc_content { width: 60%; padding-left: 10%; }
  .project .position_right .rpc_content { padding-left: 0px; padding-right: 10%; }
  #contactus .et_pb_row { width: 90%; }
  .et_pb_section_0_tb_footer .et_pb_row .et_pb_column_1_2 { width: 60%; }
  .et_pb_section_0_tb_footer .et_pb_row .et_pb_column_1_4 { width: 25%; }
  .excutivecreative .et_pb_row { width: 60%; display: flex; }
}
@media only screen and (max-width:989px) {
  .facetwp-template .et_pb_module.et_pb_blog_0 article { width: 100%; padding: 2%; }
  #clients_logo .et_pb_column .et_pb_module { width: 25%; padding: 20px; margin-bottom: 0px; }
  .facetwp-template .et_pb_module.et_pb_blog_0 article .post_thumb { height: 230px; overflow: hidden; }
  .excutivecreative .et_pb_row { width: 80%; display: flex; }
  .excutivecreative .et_pb_row .et_pb_column .et_pb_team_member_image { margin: 0px !important; margin-bottom: 12px !important; }
  .excutivecreative .et_pb_row .et_pb_column { padding: 0 15px; }
  .et_pb_section_0_tb_footer .et_pb_row { flex-wrap: wrap; }
  .et_pb_section_0_tb_footer .et_pb_row .et_pb_column_1_4,
  .et_pb_section_0_tb_footer .et_pb_row .et_pb_column_1_2 { width: 100% !important; text-align: center; margin: 0px !important; padding: 6px 0; }
  .et_pb_section_0_tb_footer .et_pb_row  p { text-align: center; }
  #learnmore .et_pb_row { width: 80%; }
}
@media only screen and (max-width:600px) {
  .project .project_box .rpc_image .rpc_screen {/*    height: 338px; */
  height: 300px; }
  .et_mobile_device .et-pb-arrow-prev { left: -16px; opacity: 1; }
  .et_mobile_device .et-pb-arrow-next { right: -16px; opacity: 1; }
  .et_pb_bg_layout_dark .et_pb_slide_description { padding-bottom: 0px !important; }
  .facetwp-template .et_pb_module.et_pb_blog_0 article img { width: 100%; display: block; }
  .project .project_box .rpc_content { padding-top: 30px !important; }
  .project .project_box .rpc_content h2,
  .project .project_box .rpc_content h2 a { font-size: 22px; }
  .project .project_box .rpc_content .rpcol_excerpt { font-size: 14px; line-height: 1.4; }
  .rowpost .et_pb_column p.et_pb_title_meta_container span.published { padding-right: 14px; }
  .facetwp-template .et_pb_module.et_pb_blog_0 article .post_thumb { height: auto; overflow: hidden; }
  .rowpost .et_pb_column .et_pb_code span.span-reading-time,
  .rowpost .et_pb_column p.et_pb_title_meta_container span.published,
  .rowpost .et_pb_column p.et_pb_title_meta_container span.comments-number { position: relative; padding-left: 16px; font-size: 13px; }
  .rowpost .et_pb_column p.et_pb_title_meta_container { padding-left: 110px; }
  .rowpost .et_pb_column .et_pb_code { position: relative; top: -25px; }
  .rowpost .et_pb_column .et_pb_code span.span-reading-time:before,
  .rowpost .et_pb_column p.et_pb_title_meta_container span.published:before,
  .rowpost .et_pb_column p.et_pb_title_meta_container span.comments-number:before { top: 4px; }
  #clients_logo .et_pb_column .et_pb_module { width: 100%; padding: 0px; margin-bottom: 0px; }
  .project .position_right .rpc_image { order: 0; }
  .project .project_box { flex-wrap: wrap; }
  .project .project_box .rpc_image,
  .project .project_box .rpc_content { width: 100%; padding: 0px }
  .excutivecreative .et_pb_row { width: 80%; display: flex; flex-wrap: wrap; }
  .excutivecreative .et_pb_row .et_pb_column { padding: 0px; }
  #testimonial .et_pb_slide_image { width: 100%; display: block !important; }
  #testimonial .et_pb_slide_description { width: 100%; padding-right: 0px; }
  .form-submit button#et_pb_submit { width: 100% !important; }
  .section-transform .et_pb_row { display: flex !important; flex-wrap: nowrap; }
  .section-transform .et_pb_row .et_pb_column { width: 50% !important; }
  .et_pb_fullwidth_section .header-content { margin: 0px !important; width: 100% !important; }
  .postid-48496 .et_pb_section.et_pb_section_0_tb_header { background-color: #000 !important; }
  .postid-48496 .et_pb_section.et_pb_section_0_tb_header .show-menu { padding-top: 20px !important; }
  .postid-48496 .et_pb_section.et_pb_section_0_tb_header.sectionfixed .show-menu { padding-top: 14px !important; }
}
@media only screen and (max-width:340px) {
  .project .project_box .rpc_image .rpc_screen { height: 288px; }
  .page-id-3094 .project .project_box .rpc_image .rpc_screen { height: 250px; }
}