
/* ========================= Talha ========================= */

.item_bg_blue{
	background-color:#2786C0 !important;
	padding-bottom: 55px !important;
}
.body_color_presentations{
    background-color: rgba(109, 110, 112, 0.92);
}
.body_color_whitepapers, .body_color_datasheets, .body_color_briefs, .body_color_webinars{
background-color: rgba(255, 76, 13, 0.89);
}
.body_color_videos, .body_color_analyst-reports {
background-color: rgba(35, 31, 32, 0.93);
}
.body_color_ebooks{
    background-color: rgba(39, 134, 192, 0.92);
}
/*************************/

.body_color_presentation{
    background-color: rgba(109, 110, 112, 0.92);
}
.body_color_whitepaper, .body_color_white-paper, .body_color_datasheet, .body_color_brief, .body_color_webinar, .body_color_report{
background-color: rgba(255, 76, 13, 0.89);
}
.body_color_video, .body_color_analyst-report{
background-color: rgba(35, 31, 32, 0.93);
}
.body_color_ebook, .body_color_case-study{
    background-color: rgba(39, 134, 192, 0.92);
}
/*************************/


.body_color_white{
    background-color: #fff;
}
.items_control{
	margin-bottom: 20px;
    text-align: center;
    clear: none !important;
    padding: 20px 10px;
    display: block;
    float: left;
}
.item_body{
	position: absolute;
    width: 100%;
    bottom: 0;
    display: table;
    left: 0;
}

.apache_kafka_section .item.item_white-paper img {
	/* max-width: 158px; */
	max-width: 311px;
	height: auto;
}

 .after_banner_resources.section{
    padding: 25px 0;
}
.after_banner_resources .navigation{
    float: left;
	display: block;
}
.after_banner_resources nav.navigation>ul>li>a {
    display: block;
    padding: 15px 0;
    margin: 0 30px;
    font-size: 18px;
    line-height: 20px;
    color: #4698CB;
    position: relative;
    text-decoration: none;
    border-bottom: 6px solid rgba(70, 152, 203, 0);
}
.after_banner_resources nav.navigation>ul>li>a:hover, .after_banner_resources nav.navigation>ul>li.active_link>a  {
    border-bottom: 6px solid rgba(70, 152, 203, 1);
}

.after_banner_resources nav.navigation>ul>li.menu-item-has-children:hover>a {
    border-bottom: 6px solid #4597CB;
    transition: none;
}
/* Apache Kafka */
.bg_light_gray{
	background-color: #EFF2F5;
}
.apache_kafka_section.section {
    padding: 40px 0;
}
.section_divider hr {
    margin: 0;
}
.apache_kafka_section .items_control {
    margin: 0;
}
.apache_kafka_section .float_left{
    float: left;
}
.apache_kafka_section .float_right h4{
    font-size:20px;
	color:#fff;
	text-align:left;
}
.apache_kafka_section .float_right p{
    font-size:16px;
	color:#fff;
	text-align:left;
}
.apache_kafka_section.section{
    text-align: left;
}
.apache_kafka_section h2{
	font-size: 32px;
    font-weight: 300;

}
.apache_kafka_section .featured_resource {
	padding-top: 20px;
	padding-bottom: 20px;
}
.apache_kafka_section .featured_resource  .item .body .content{
	float: left;
}
.apache_kafka_section .featured_resource  .item .body a.orange_button{
	margin: 7px 15px;
}
.apache_kafka_section .featured_resource  .item .body{
	height: 50px;
}
.apache_kafka_section .featured_resource .item:hover .body.body_color_white {
    height: 50px;
    display: block;
}

.apache_kafka_section .item{
	background-color: #fff;
    position: relative;
    min-height: 260px;
	padding: 28px 15px 2px;
	text-align: center;
	height: 100%;
	overflow: hidden;
	max-height: 280px;
}
.apache_kafka_section .item span.video_btn{
	display: none;
}

.apache_kafka_section .item.item_videos span.video_btn {
    display: block;
    position: absolute;
    height: 70px;
    width: 70px;
    /* background-color: #d05959; */
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -40px;
    text-indent: -999999px;
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.apache_kafka_section .item .body{
	position: absolute;
    width: 100%;
    bottom: 0;
   /* display: table;*/
    left: 0;
}
.apache_kafka_section .item .body .content{
	/*display: table-cell;
    vertical-align: middle;*/
	display: block;
}

.apache_kafka_section .item .body .content h5{
	margin: 0;
	color:#fff;
	font-size:17.5px;
	text-align: left;
    padding-left: 20px;
	font-weight: 500;
	text-transform: capitalize;
	width: 140px;
}
.apache_kafka_section .items_control:first-child .item .body .content p{
	color:#FF4C0D;
}
/*
.apache_kafka_section .white_outline_button { 
	margin: 8px 15px;
    float: right;
    border-radius: 0px;
    border: 2px solid #fff;
	background-color: #FFF;
    font-size: 14.58px;
    line-height: 13px;
    color: #2786C0;
    min-width: 143px;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
}
*/
.apache_kafka_section .white_outline_button { 
    margin: 6px 15px;
    /* float: right; */
    border-radius: 0px;
    border: 2px solid #fff;
    background-color: #FFF;
    font-size: 14.58px;
    line-height: 13px;
    color: #2786C0;
    min-width: 143px;
    padding: 10px 25px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.apache_kafka_section .orange_button { 
	margin: 8px 15px;
    float: right;
    border-radius: 0px;
    border: 2px solid #fff;	
    font-size: 14.58px;
    line-height: 13px;
    color: #fff;
    min-width: 143px;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
}





.want_to_learn_section  h2{
	font-size: 26px;
}
.want_to_learn_section .item h3{
	color:#111820;
	font-size: 24px;
}

.want_to_learn_section .item p{
	color:#111820;
}

.want_to_learn_section .item{
	background-color: #fff;
    position: relative;
	padding: 28px 15px 2px;
	border-bottom: 5px solid #F16F45;
	height: 100%;
}

.apache_kafka_section .item .body:after {
    content: "";
    position: absolute;
    left: 82%;
    top: -11px;
    margin-left: 0;
    border: 13px solid rgba(0, 0, 0, 0);
    border-bottom-width: 11px;
   /* border-bottom-color: #1f1f1f;*/
    border-top: 0;
}

/*************************** Adnan ******************************/
.apache_kafka_section .item .body.body_color_white:after{
	display: none;
}
.apache_kafka_section .item .body_color_presentation.body:after{
	border-bottom-color:  rgba(109, 110, 112, 0.92);
}
.apache_kafka_section .item .body.body_color_white-papers:after,
.apache_kafka_section .item .body.body_color_whitepapers:after,
.apache_kafka_section .item .body.body_color_datasheets:after,
.apache_kafka_section .item .body.body_color_briefs:after,
.apache_kafka_section .item .body.body_color_webinars:after
{
	border-bottom-color:  rgba(255, 76, 13, 0.92);
}
.apache_kafka_section .item .body.body_color_ebooks:after{
	border-bottom-color:  rgba(39, 134, 192, 0.92);
}
.apache_kafka_section .item .body.body_color_videos:after,
.apache_kafka_section .item .body.body_color_analyst-reports:after
{
	border-bottom-color:  rgba(0, 0, 0, 0.92);
}
/*************************************/
.apache_kafka_section .item .body_color_presentation.body:after{
	border-bottom-color:  rgba(109, 110, 112, 0.92);
}
.apache_kafka_section .item .body.body_color_white-paper:after,
.apache_kafka_section .item .body.body_color_whitepaper:after,
.apache_kafka_section .item .body.body_color_datasheet:after,
.apache_kafka_section .item .body.body_color_brief:after,
.apache_kafka_section .item .body.body_color_webinar:after,
.apache_kafka_section .item .body.body_color_report:after
{
	border-bottom-color:  rgba(255, 76, 13, 0.92);
}
.apache_kafka_section .item .body.body_color_ebook:after,
.apache_kafka_section .item .body.body_color_case-study:after
{
	border-bottom-color:  rgba(39, 134, 192, 0.92);
}
.apache_kafka_section .item .body.body_color_video:after,
.apache_kafka_section .item .body.body_color_analyst-report:after
{
	border-bottom-color:  rgba(0, 0, 0, 0.92);
}
/*************************************/

.apache_kafka_section .item .item_hover {
float: none;
    clear: both;
    display: block;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    margin-bottom: -100%;
	transition: all 1s ease;
    opacity: 0;
}
.apache_kafka_section .item .item_hover span{
	font-weight: 500;
    margin-bottom: 15px;
    display: block;
    line-height: 22px;
}
.apache_kafka_section .item .item_hover p{
	color: #fff;
	line-height: 20px;
}
.resources_filter select.types {
    float: right;
    margin: 25px 0 0;
    font-size: 15px;
	font-weight: bold;
    padding: 5px 8px;
    border: 2px solid #d3d3d3;
    color: #777;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 123px;
    background-size: 17px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
    width: 150px;
}
.resources_filter  .container{
    position: relative;
}



/*
.page-id-3590 .apache_kafka_section  .item.item-clicked {
    cursor: initial;
}
.page-id-3590 .apache_kafka_section  .item .body{
	transition: all 0.8s ease;
	height: 50px;
}
.page-id-3590 .apache_kafka_section  .item.item-clicked .body{
	height: 100%;
	display: block;
}
.page-id-3590 .apache_kafka_section  .item.item-clicked  .body:after{
	display: none;
}
.page-id-3590 .apache_kafka_section  .item.item-clicked .content{
	display:block;
}
.page-id-3590 .apache_kafka_section  .item.item-clicked .item_hover{
    margin-bottom: 0;
    opacity: 1;
}
*/


.apache_kafka_section .item {
	cursor: initial;	
}
.apache_kafka_section .item.h4hover {
    cursor: initial;	
}
.apache_kafka_section .item .body{
	transition: all 0.8s ease;
	height: 50px;
}
.apache_kafka_section .item.h4hover .body{
	height: 100%;
	display: block;
}
.apache_kafka_section .item.h4hover  .body:after{
	display: none;
}
.apache_kafka_section .item.h4hover .content{
	display:block;
}
.apache_kafka_section .item.h4hover .item_hover{
    margin-bottom: 0;
    opacity: 1;
} 
/*************************** Adnan ******************************/




/*************************** Talha Online Talks ******************************/
.body_color_orange{
	background-color: rgba(234, 107, 41, 0.8);
}
.body_color_gry{
    background-color: rgba(96, 94, 92, 0.8);
}
.upcoming_webinars_section_new.section {
	padding: 0px 0;
    margin-bottom: 30px;
}
.upcoming_webinars_section_new h2{
	color: #4597CB;
	font-size: 32px;
    font-weight: 500;
	padding-bottom: 62px;
}
.upcoming_webinars_section_new .online_image {
    background-image: url(../images/bg-featured-webinar.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    background-color: #472a8a;
    padding:0;
	margin-right: 0;
    margin-left: 0;
	position: relative;
}
.upcoming_webinars_section_new .online_image .video_container {
    margin-top: 35px;
    float: none;
}

.upcoming_webinars_section_new .text_left {
    text-align: left;
	padding-top: 42px;
}
.upcoming_webinars_section_new .text_left h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 36px;
    color: #fff;
	font-weight: 400;
}
.upcoming_webinars_section_new .text_left h3 {
	font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.upcoming_webinars_section_new .text_left p {
	font-size: 12px;
    line-height: 18px;
    max-width: 550px;
    color: #fff;
}
.upcoming_webinars_section_new .text_left .learn_more {
	float: right;
    color: #fff;
    padding-right: 25px;
    background-image: url(../images/link-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right;
	margin-top: 40px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.upcoming_webinars_section_new ul.items {
    margin-left: -20px;
    margin-right: -20px;
}

.upcoming_webinars_section_new ul.items>li {
    margin-bottom: 20px;
    text-align: center;
    clear: none !important;
    padding: 40px 20px 20px;
    display: block;
    float: left;
}
.upcoming_webinars_section_new .items>li .box {
    position: relative;
    overflow: hidden;
}
.upcoming_webinars_section_new .items>li .box img{
    margin-left: 0px; 
    margin-right: 0px;
	width: 100%;
}
.upcoming_webinars_section_new .items>li .box .body {
    position: absolute;
    width: 100%;
    bottom: 0;
    /* background-color: rgba(234, 107, 41, 0.8); */
    min-height: 170px;
    display: table;
}
.upcoming_webinars_section_new .items>li .box .content {
	text-align: left;
    margin-left: 20px;
    padding-right: 55px;
    padding-left: 0;
    display: block;
    vertical-align: middle;
}
.upcoming_webinars_section_new .items>li .box .content h6{
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.upcoming_webinars_section_new .items>li .box .content h3{
	font-size: 20px;
    line-height: 24px;
    padding: 10px 0 0;
    font-weight: 400;
    color: #fff;
}
.upcoming_webinars_section_new .items>li .box .content span{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
	
}
.upcoming_webinars_section_new .items>li .box .content p{
    font-size: 12px;
    color: #fff;
    padding-top: 12px;
    font-weight: 400;
    line-height: 16px;
}
.upcoming_webinars_section_new .items>li .box .learn_more {
    position: absolute;
    top: 80%;
    right: 15px;
    text-indent: -99999px;
    height: 24px;
    width: 15px;
    background-image: url(../images/link-arrow-white.png);
    background-repeat: no-repeat;
}

.upcoming_webinars_section_new .video_container {
    position: relative;
    background-image: url(../images/news-banner-laptop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	float: left;
    margin-right: 40px;
	min-width: 420px;
}
.upcoming_webinars_section_new .video_container img {
    overflow: hidden;
    margin: auto;
    padding: 10% 3.4% 15% 5%;
    height: auto;
	min-width: 75%;
    max-width: inherit;
    max-height: inherit;
}
a.link_hole_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    text-indent: -999999px;
}



.aditional_resources_section  h2{
	font-size: 26px;
}
.aditional_resources_section .item h3{
	color:#111820;
	font-size: 24px;
}
.aditional_resources_section .item{
	background-color: #fff;
    position: relative;
	padding: 28px 15px 2px;
	border-top: 5px solid #F16F45;
	height: 100%;
	padding-bottom: 28px;
}
.aditional_resources_section .item p{
	color:#111820;
}
.aditional_resources_section .item a{
    color: #F16F45;
    padding: 10px 20px;
    /* border: 1px solid #FF671E; */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    background-color: white;
	
}


.aditional_resources_section .item img{
	margin-left: auto;
	margin-right: auto;
}
.aditional_resources_section {
    background-position: center;
    padding: 80px 0 140px !important;
}
.aditional_resources_section .item img.cta_icon_hover{
	display: none;
}
.aditional_resources_section .item:hover img.cta_icon_hover{
	display: block;
}
.aditional_resources_section .item:hover img.cta_icon{
	display: none;
}
.aditional_resources_section .item:hover {
    background-color: #FF671E;
}
.aditional_resources_section .item:hover a{
	opacity: 1;
}
.aditional_resources_section .item:hover h3,
.aditional_resources_section .item:hover p
{
	color: #fff;
}
@media screen and (max-width: 767px){
	.aditional_resources_section .item a{
		opacity: 1;
		background-color: #ff671f;
		color: #fff;
		display: inline-block;
	}
	.aditional_resources_section .item:hover img.cta_icon_hover{
		display: none;
	}
	.aditional_resources_section .item:hover img.cta_icon{
		display: block;
	}
	.aditional_resources_section .item:hover {
		background-color: #fff;
	}
	.aditional_resources_section .item:hover h3,
	.aditional_resources_section .item:hover p
	{
		color: #111820;
	}
}


.no_resource .no_resource_found.hide {
    display: block !important;
}
.no_resource_found{
	padding: 60px 0 40px;
	font-size: 20px;
}
.all_resource_section .section{
	padding: 40px 0 0;
}
.all_resource_section .section hr{
	margin-bottom: 0;
    margin-top: 50px;
}
/************************************************************************************************/
/******=================================== Responsive ==================================*********/
/************************************************************************************************/


@media screen and (max-width: 1199px){
.upcoming_webinars_section_new .video_container {
    min-width: 380px;
}
.upcoming_webinars_section_new .text_left {
    text-align: left;
    padding-top: 0px;
}
}
@media screen and (max-width: 991px){
.after_banner_resources nav.navigation{
    display: block !important;
}
.after_banner_resources nav.navigation ul li{
float: none;
    display: inline-block;
}
.after_banner_resources nav.navigation>ul>li>a {
    border-bottom: 0;
    margin: 0 5px 10px;
    padding: 10px 15px;
    border: 1px solid #4698CB;
}
.after_banner_resources nav.navigation>ul>li>a:hover {
    border-bottom: 0;
    border: 1px solid #4698CB;
}
.after_banner_resources nav.navigation>ul>li:hover a {
    border-bottom: 0;
}
.after_banner_resources nav.navigation>ul>li.menu-item-has-children:hover>a{
    border-bottom: 1px solid;
}
.upcoming_webinars_section_new .items>li .box .content h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 0;
    margin-bottom: 5px;
}
.upcoming_webinars_section_new .items>li .box .content h6 {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin-bottom: 3px;
}
.upcoming_webinars_section_new .items>li .box .content p {
    padding-top: 5px;
    line-height: 14px;
    margin-bottom: 15px;
}
.upcoming_webinars_section_new .items>li .box .body{
	min-height: 100%;
}
}

@media screen and (max-width: 767px){
.apache_kafka_section .float_left{
	float: none;
	text-align: left;
}
.after_banner_resources nav.navigation>ul>li>a {
    font-size: 16px;
    width: 235px;
}
.apache_kafka_section.section {
    padding: 60px 0 40px;
}
.resources_filter select.types {
    left: 10px;

}
.upcoming_webinars_section_new .text_left h2 {
    font-size: 26px;
    line-height: 36px;
}
.upcoming_webinars_section_new .text_left h3 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.upcoming_webinars_section_new .items>li .box .content h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 10px 0 0;
}
.upcoming_webinars_section_new .items>li .box .content h6 {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0 0;
    margin-bottom: 5px;
}
.upcoming_webinars_section_new .items>li .box .content p {
    padding-top: 12px;
    line-height: 16px;
	margin-bottom: 15px;
}
}


@media screen and (max-width: 480px){
.upcoming_webinars_section_new .items>li .box .content h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 0;
    margin-bottom: 5px;
}
.upcoming_webinars_section_new .items>li .box .content h6 {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin-bottom: 3px;
}
.upcoming_webinars_section_new .items>li .box .content p {
    padding-top: 5px;
    line-height: 14px;
    margin-bottom: 15px;
}
.aditional_resources_section .col-xxs-12 {
    width: 100%;
}
.upcoming_webinars_section_new .video_container {
    min-width: 350px;
    margin: 0;
}
.upcoming_webinars_section_new .video_container {
    min-width: 265px;
    margin: 0;
    margin-top: 20px;
}
.upcoming_webinars_section_new .video_container img {
    min-width: 70%;
    width: 200px;
}
.upcoming_webinars_section_new .items>li .box .body{
	min-height: 100%;
    display: block;
}
}





/******** Certificate ********/
.certificate_overview_section{
	padding:60px 0 50px;
}
.certificate_overview_section p{
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	color: #4597CB;
	font-size:25px;
	line-height: 32px;
}

section.certificate_items_section{
	padding: 0;
	text-align:center;
}
.certificate_items_section .bg_color_blue{
    background-color: #4597CB;
}
.certificate_items_section .bg_color_orange{
	background-color: #FF671B;
}
section.certificate_items_section ul.items.media>li .media_image img {
    max-width: 200px;
}
section.certificate_items_section ul.items.media>li .media_content {
    padding-left: 220px;
	text-align: center;
}
section.certificate_items_section ul.items.media>li:nth-child(2) .media_image {
    right: 0;
}
section.certificate_items_section ul.items.media>li:nth-child(2) .media_content{
    padding-right: 220px;
    padding-left: 0;
}
section.certificate_items_section ul.items.media{
	margin: 0;
}
section.certificate_items_section ul.items.media>li{
	margin: 0;
	padding: 80px 20px;
} 
.certificate_items_section h3 {
    font-size: 25px;
    color: #fff;
}
.certificate_items_section p {
    color: #fff;
}
.certificate_items_section .bg_color_orange .orange_button {
    background-color: #fff;
	color: #FF671B;
}
.certificate_items_section .bg_color_blue .orange_button {
    background-color: #fff;
	color: #4597CB;
}
.certificate_items_section .arrow_link {
	color: #fff;
    padding-right: 25px;
    background-image: url(../images/certificate-link-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 40px;
    margin-right: 25px;
    margin-bottom: 15px;
}
.certificate_faq_section .midContent{
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.certificate_faq_section h2{
	color: #4597CB;
	font-size:48px;
	margin-bottom: 40px;
    line-height: 56px;
}
.certificate_faq_section ul.faqs_items{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.certificate_faq_section ul.faqs_items li{
	margin-bottom: 40px;
}
.certificate_faq_section h3{
	color: #4597CB;
	font-size:28px;
	text-align: left;
	margin-bottom: 10px;
	
}
.certificate_faq_section p{
    max-width: 800px
}
.page-template-certificate-inside-page .main_banner {
    min-height: 420px;
}
.page-template-certificate-inside-page .main_banner img{
    margin-top: 20px;
}

.certificate_why_get_certified_section h2 {
    font-size: 26px;
    color: #fff;
}
.certificate_why_get_certified_section p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.certificate_why_get_certified_section.bg_color_orange {
	background-color:#FF671B;
	margin-top: 30px;
}

.certificate_why_get_certified_section.bg_color_blue {
	background-color:#4597CB;
	margin-top: 30px;
}


.certificate_description_section {
    background-image: url(../images/certificate_description_bg_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #E5E5E5;
}
.certificate_description_section p{
    font-size: 25px;
    line-height: 32px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.certificate_description_section.bg_color_orange p{
	color: #FF671B;
}
.certificate_description_section.bg_color_blue p{
	color: #4597CB;
}
.certificate_description_section.bg_color_orange .orange_button {
    background-color: #FF671B;
}
.certificate_description_section.bg_color_blue .orange_button {
    background-color: #4597CB;
}

.certificate_study_guide_section {
    background-color: #111820;
}
.certificate_study_guide_section h2 {
    font-size: 26px;
    color: #fff;
}
.certificate_study_guide_section p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.certificate_study_guide_section.bg_color_orange .orange_button {
    background-color: #fff;
	color: #FF671B;
}
.certificate_study_guide_section.bg_color_blue .orange_button {
    background-color: #fff;
	color: #4597CB;
}
@media screen and (max-width: 560px){
section.section ul.items.media>li .media_image{
    position: relative;
    float: none;
    text-align: center;
    margin-bottom: 20px;
	text-align: center;
}
section.certificate_items_section ul.items.media>li .media_content{
	padding: 0!important;
}
}
@media (min-width: 768px) and (max-width: 991px){
section.section ul.items.media>li .media_image{
    position: relative;
    float: none;
    text-align: center;
    margin-bottom: 20px;
	text-align: center;
}
section.certificate_items_section ul.items.media>li .media_content{
	padding: 0!important;
}
}
