@charset "utf-8";



.content {
	width:100%;
	float:left;
	padding-bottom: 120px;
}



.first_content {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	height:auto;
	background:#FFFFFF;

}

.fifth_content {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	height:auto;
	background:#FFFFFF;

}

p {
	margin-bottom: 15px;
}


.video_wrapper {
	margin:40px 0 40px 0;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.31);
}

a.read_more {
	display:block;
	font-size:18px;
	font-weight: 700;
	margin: 60px 0 80px 0;
	color: #fff;
	background-color: #BB0813;
	padding: 8px 4px;
	text-decoration: none;
	text-align:center;
	width:160px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

a.read_more:hover {
	background-color: #2B2B2B;
	color: #fff;
}




h1 {
    font-family: 'ITC Avant Garde Gothic Bold', sans-serif;
	font-weight:bold;
	display:block;
	text-align:left;
 	font-size:32px;
	margin: 20px 0 30px 0;
	line-height: 1.2;
	color: #2B2B2B;
}


.breaking_news {
    font-family: 'ITC Avant Garde Gothic Bold', sans-serif;
	font-weight:bold;
	text-align:left;
 	font-size:46px;
	margin: 0px 0 70px 0;
	line-height: 1.2;
	color: #fff;
	background:#BB0813;
	display:inline-block;
	padding: 0.5% 1%;
}

.spacer {
	height:30px;
	width: 10px;
	background-color:#fff;
}


.spacer_10 {
	height:10px;
	width: 10px;
	background-color:#fff;
}


.spacer_20 {
	height:20px;
	width: 10px;
	background-color:#fff;
}


.lazy {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.daulatram_logo {
	margin: 10px 0 40px 0;
	max-width:600px;
}


.daulatram_logo:hover .lazy {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}






.cpg-certificate-container {
	display: flex;
	justify-content: space-between;
}


.cpg_logo {
	margin: 10px 0 40px 0;
	flex-basis: 30.5%;
}



.cpg_logo:hover .lazy {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}



.interstate-mcbee_logo {
	margin: 10px 0 40px 0;
	width:780px;
}



.interstate-mcbee_logo:hover .lazy {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}



.strato_logo {
	margin: 20px 0 20px 0;
	width:483px;
}

.strato_logo:hover .lazy {
	-webkit-transform:scale(1.06);
	transform:scale(1.06);
}





.made-partners_logo {
	margin: 10px 0 40px 0;
	width:500px;
}



.made-partners_logo:hover .lazy {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}





.divvali_logo {
	margin: 10px 0 40px 0;
	width:500px;
}



.divvali_logo:hover .lazy {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
}


.left_list {
	display:block;
	float:left;
	width: 45%;
	margin: 20px 0 -20px 0;
}


.right_list {
	display:block;
	float:left;
	width: 45%;
	margin: 20px 0 0 50px;
}




h3 {
	font-weight:700;
	display:block;
	text-align:left;
 	font-size:38px;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.2;
	color: #0055c9;
}


ul.bullets {
	margin: 20px 0 0 0;
    list-style-type: none;
}


ul.bullets li {
    background-image: url(../../images/generic/bullet_2024.png);
    background-repeat: no-repeat;
    background-position: 0px 3px; 
    padding-left: 29px;
	margin: 10px 0 14px 0;
}



.fourth_content {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	height:auto;
	background:#fff;
	margin-top: -10px;
}


.second_content {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	height:auto;
	background:#fff;

}


.third_content {
	margin-top: 60px;
	margin-left: 2%;
	margin-right: 2%;
	width: 88%;
	height:auto;
	background:#ebebeb;
	padding: 40px 4%;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.31);
}





.article {
	clear:both;
	display:block;
	text-align:left;
	width: 100%;
	margin: 0 0 -10px 0;
}

.red_line {
	display:block;
	width: 96%;
	margin: 80px 2%;
	height: 12px;
	background-color:#BB0813;
}

.red_line2 {
	display:block;
	width: 96%;
	margin: 80px 2%;
	height: 2px;
	background-color:#BB0813;
}

.grey_box {
	width: 90%;
	display:block;
	background-color:#CDCACA;
	margin: 0 0 60px 0;
	padding: 5%;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.21);
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.21);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.21);
}


h2 {
	line-height: 1.2;
	width: 100%;
	display:block;
	font-size: 35px;
	margin: 0;
    font-family: 'ITC Avant Garde Gothic Bold', sans-serif;
	font-weight:bold;
	text-align:center;

}


.ge_logo {
	float: left;
	width: 100px;
	height: 100px;
	display:block;
	margin: 40px 0 0 70px;
}


.edm_logo {
	float: left;
	width: 180px;
	display:block;
	margin: 40px 0 0 40px;
}



.pic_4 {
	display:block;
	float:left;
	background-color:#fff;
	width: 48%;
	height: auto;
	margin: 0 0 45px 0;
}

.pic_4_mobile {
	display:none;
}



.pic_1 {
	overflow:hidden;
	display:block;
	float:left;
	background-color:#fff;
	width: 48%;
	height: auto;
	margin: 50px 2.2% 0 0;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.31);
}



.pic_2 {
	display:block;
	overflow:hidden;
	float:left;
	background-color:#fff;
	width: 23.8%;
	height: auto;
	margin: 50px 0 0 0;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.31);
}

.pic_3 {
	display:block;
	overflow:hidden;
	float:right;
	background-color:#fff;
	width: 23.8%;
	height: auto;
	margin: 50px 0 0 0;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.31);
}


.pic_1:hover .lazy, .pic_2:hover .lazy, .pic_3:hover .lazy {
	-webkit-transform:scale(1.07);
	transform:scale(1.07);
}

.lazy {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pic_1 img, .pic_2 img, .pic_3 img, .ge_logo img {
	display:block;
	width: 100%;
	height:auto;
	border:0;
}


a.button {
	display:inline-block;
	font-size:18px;
	font-family: 'ITC Avant Garde Gothic Bold', sans-serif;
    font-weight: bold;
	margin: 40px 0 80px 0;
	color: #fff;
	background-color: #BB0813;
	padding: 8px 24px;
	text-decoration: none;
	text-align:center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}


a.red-button {
	display:inline-block;
	width: auto;
	font-size:18px;
	font-family: 'ITC Avant Garde Gothic Bold', sans-serif;
    font-weight: bold;
	margin: 20px 10px 0px 0;
	color: #fff;
	background-color:#BB0813;
	padding: 8px 24px;
	text-decoration: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}



a.button:hover, a.red-button:hover  {
	background:#2B2B2B;
}







@media only screen and (min-width: 600px) and (max-width: 800px) {



.pic_1 {
	float:none;
	width: 100%;
	margin: 30px 0 20px 0;
}

.pic_2 {
	width: 48.6%;
	margin: 0;
}

.pic_3 {
	width: 48.6%;
	margin: 0;
}


}









@media only screen and (min-width: 681px) and (max-width: 900px) {


.pic_4 {
	float:none;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0px;
	height:auto;
	background-color:#ebebeb;
}


}


@media only screen and (min-width: 561px) and (max-width: 840px) {


.interstate-mcbee_logo {
	width:520px;
}

}



@media only screen and (min-width: 300px) and (max-width: 680px) {


.cpg-certificate-container {
	flex-wrap: wrap
}


.cpg_logo {
	margin: 10px 0 40px 0;
	flex-basis: 45%;
}



.pic_4 {
	float:none;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0px;
	height:auto;
	background-color:#ebebeb;
}





@media only screen and (min-width: 360px) and (max-width: 599px) {


.pic_1 {
	float:none;
	width: 100%;
	margin: 30px 0 15px 0;
}

.pic_2 {
	width: 48%;
	margin: 0 0 0 0;
}

.pic_3 {
	width: 48%;
	margin: 0 0 0 0;
}


}






@media only screen and (min-width: 300px) and (max-width: 560px) {


.left_list {
	float:none;
	width: 100%;
	margin: 40px 0 0 0;
}


.right_list {
	float:none;
	width: 100%;
	margin: 60px 0 0 0;
}


ul.bullets li {
    background-position: 0px 3px; 
}


.breaking_news {
	font-weight:700;
	text-align:left;
 	font-size:40px;
	margin: 0px 0 50px 0;
	line-height: 1.2;
	color: #fff;
	background:#BB0813;
	display:inline-block;
	padding: 0.5% 2.5%;
}

.strato_logo {
	margin: 10px 0;
	width:100%;
}

.interstate-mcbee_logo {
	width:100%;
}



.made-partners_logo {
	width:100%;
}


.divvali_logo {
	width:100%;
}


}





@media only screen and (min-width: 300px) and (max-width: 650px) {

.first_content, .second_content {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}


.fourth_content {
	margin-left: 3%;
	margin-right: 3%;
	width: 94%;
	margin-top: -10px;
}


.third_content {
	width: 86%;
	margin-left: 3%;
	margin-right: 3%;
}




.red_line {
	width: 94%;
	margin: 60px 3% 60px 3%;
	height: 10px;
	background-color:#BB0813;	
}



a.button {
	margin-left:auto;
	margin-right:auto;
	width:180px;

}


}



@media only screen and (max-width: 500px) {


.cpg-certificate-container {
	flex-wrap: wrap;
	justify-content: center;
}


.cpg_logo {
	margin: 10px 0 40px 0;
	flex-basis: 80%;
}


a.button-long1 {
	width: 74%;
	margin: 40px 5% 10px 0;
	padding: 8px 8%;
	text-align:left;

}

a.button-long2 {
	width: 74%;
	margin: 40px 5% 80px 0;
	padding: 8px 8%;
	text-align:left;

}

}
