.contact-image {
	background-image: url(../images/contact-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 {
	margin-top: 0;
}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

button.btn {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #19b9e7;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

button.btn:hover {
	opacity: 0.6;
	color: #fff;
}

button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

button.btn:active:focus, button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.demo {
	background-position: bottom;
}

.contact-border {
	border: 1px solid #333;
	border-radius: 25px;
	padding-bottom: 15px;
}

.group {
	background-image: url(../images/contact.jpg);
	height: 180px;
	color: #000;
	padding-top: 26px;
	padding-left: 30px;
	background-size: 455px;
	background-repeat: no-repeat
}

.group h3 {
	font-size: xx-large;
	color: black;
	margin-top: 26px;
}

.contact-bg {
	background: #FFF;
	box-shadow: -4px 6px 18px 0px rgba(0, 0, 0, 0.75);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.form-group .form-control {
	border-color: #444343;
}

.group1 {
	background-image: url(../images/enquiry.png);
	height: 180px;
	color: #000;
	padding-top: 30px;
	padding-left: 15px;
}

.boxShadoCSS {
	background: #FFF;
	box-shadow: -4px 6px 18px 0px rgba(0, 0, 0, 0.75);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
}

#scrum-container {
	font-family: sans-serif;
	font-size: 14px;
	margin: auto 16px;
	position: relative;
	line-height: 1.4;
	color: #333;
	text-align: justify
}

#scrum-container h1 {
	font-size: 24px;
	margin: 16px 0 20px 0;
	color: #333;
	padding-bottom: 8px;
	border-bottom: solid 3px #eee;
}

#scrum-container h2 {
	font-size: 18px;
	margin: 0 0 4px 0;
}

#scrum-container p {
	margin: 0 0 20px 0;
}

#scrum-container .media-block-holder {
	margin: 48px 0;
	text-align: center;
}

#scrum-container ul {
	margin: 16px 0;
	padding-left: 40px;
}

#scrum-container ul li {
	margin: 4px 0;
}

#scrum-container ul ul {
	margin: 0.75em 0;
	padding-left: 20px;
}

#scrum-container img {
	border: 0;
}

#scrum-container sup {
	top: -0.5em;
}

#scrum-container sub {
	bottom: -0.25em;
}

#scrum-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

#scrum-container td, #scrum-container th {
	padding: 0;
}

#scrum-container .youtube-list .yt-list {
	margin-bottom: 30px;
	min-height: 180px;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee;
}

#scrum-container .youtube-list .yt-description {
	/*margin-left:340px;*/
	
}

#scrum-container .youtube-list iframe {
	float: left;
	margin-right: 20px;
}

#scrum-container .scrum-action-box {
	padding: 16px 24px;
	height: 35px;
	border: solid 1px #eee;
	background-color: #fafafa;
}

#scrum-container .scrum-action-box p {
	margin: 0;
	padding-top: 6px;
}

#scrum-container .scrum-btn {
	background-color: #20a939;
	border-radius: 4px;
	padding: 8px 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#scrum-container .scrum-btn:hover {
	background-color: #093;
}

#scrum-container .buy-sbok {
	border: solid 1px #eee;
	background-color: #fafafa;
	padding: 20px;
	margin: 20px 0;
	min-height: 310px;
}

#scrum-container .buy-sbok .scrum-no-list {
	list-style: none;
	margin: 20px 0 30px;
	padding: 0;
}

#scrum-container .buy-sbok .scrum-no-list li {
	margin: 8px 0;
}

#scrum-container .buy-sbok .sbok-cover {
	float: left;
	width: 240px;
}

#scrum-container .buy-sbok .sbok-value {
	margin-left: 270px
}
/*Compare table*/
#scrum-container .comparison-table {
	margin: 30px 0;
}

#scrum-container .certification-details-table th, #scrum-container .certification-details-table .align-center,
	#scrum-container .certification-details-table td {
	text-align: center !important;
}

#scrum-container .comparison-table th, #scrum-container .comparison-table td
	{
	padding: 10px;
	text-align: left;
	color: rgb(51, 51, 51);
}

#scrum-container .comparison-table td {
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	background-color: rgb(255, 255, 255);
}

#scrum-container .comparison-table td:first-child {
	background-color: rgb(248, 248, 248);
}

#scrum-container .comparison-table th {
	border: 1px solid rgb(0, 83, 135);
	border-image: none;
	color: rgb(255, 255, 255);
	font-weight: normal;
	background-color: rgb(0, 99, 161);
}

#scrum-container .comparison-table .second-row th {
	border: 1px solid rgb(0, 115, 186);
	border-image: none;
	background-color: rgb(0, 131, 212);
}

#scrum-container .comparison-table tr.odd td {
	background-color: rgb(250, 250, 250);
}

#scrum-container .comparison-table tr.odd td:first-child {
	background-color: rgb(242, 242, 242);
}

.hrStylePartners {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.price-table td, .price-table th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221) rgb(238, 238, 238);
	padding: 10px 5px;
	text-align: left;
	vertical-align: middle;
	background-color: transparent;
}

.price-table {
	width: 880px;
	margin-top: 40px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	line-height: 1.4;
}

.details-table {
	margin-top: 16px;
}

.details-table strong {
	display: block;
	margin-left: 26px;
}

.blank-row td {
	background: none !important;
	border-width: 1px 0 !important;
	height: 10px;
}

.details-table td, .details-table th {
	border: none !important;
	padding: 5px !important;
}

#pt-tab-body div.tabCourseBody {
	display: none;
}

#pt-tab-body div.currentTabBody {
	display: block;
}

#pt-tab-body {
	margin: 60px 0px;
}

#pt-tab-main {
	width: 880px;
	text-align: left;
}

.MainTableBack {
	background-position: center;
	background-image:
		url("http://www.pmstudy.com/images/back/page_back.jpg");
	background-repeat: repeat-y;
}

.price-table td, .price-table th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221) rgb(238, 238, 238);
	padding: 10px 5px;
	text-align: left;
	vertical-align: middle;
	background-color: transparent;
} /*
.price-table .price-row td {
	background-color:#fafafa !important;
	border-color:#ccc;
}
/*.price-table .price-row td.col-odd {
	background-color:#fafafa !important;
}
.price-table .price-row td.col-even {
	background-color:#eee !important;
}*/
.price-table .first-price-row td {
	border-top-width: 5px;
	border-top-color: #ccc;
}

.price-table .price-row td:first-child {
	text-align: left;
}

.price-table td.col-odd {
	text-align: center;
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
}

.price-table td.col-even {
	text-align: center;
	vertical-align: middle;
	background-color: rgb(247, 247, 247);
}

.pt-btn, a.pt-btn {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(0, 102, 255);
	border-image: none;
	color: rgb(255, 255, 255);
	font-size: 14px;
	cursor: pointer;
	background-color: rgb(0, 153, 255);
}

.pt-grey-btn, a.pt-grey-btn {
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	color: rgb(102, 102, 102);
	background-color: rgb(255, 255, 255);
}

.price-table .price-row .pt-btn, a.price-table .price-row .pt-btn {
	margin: 15px 0px 5px;
	display: block;
}

.price-table td table td {
	padding: 0px;
	border: currentColor;
	border-image: none;
	vertical-align: middle;
}

.price-table .p-center {
	text-align: center;
}

.price-table td table tr td:first-child {
	border-right-color: currentColor;
	border-right-width: medium;
	border-right-style: none;
}

.price-table .feature-icon {
	background-position: left top;
	width: 20px;
	height: 16px;
	margin-right: 4px;
	float: left;
	background-image:
		url("http://www.pmstudy.com/images/PMPonline/Enroll/feature-icon.png");
	background-repeat: no-repeat;
}

.price-table .pt-feature-info {
	background: none;
	padding: 0px 10px;
	float: right;
}

.price-table .pt-feature-info img {
	border: currentColor;
	border-image: none;
}

.price-table .chapter-icon {
	background-position: right top;
	margin: 3px 4px;
	width: 16px;
	height: 18px;
	text-align: center;
	color: rgb(153, 153, 153);
	padding-top: 1px;
	font-size: 10px;
	float: left;
	cursor: default;
	background-image:
		url("http://www.pmstudy.com/images/PMPonline/Enroll/chapter-icon.png");
	background-repeat: no-repeat;
}

.price-table .available.chapter-icon {
	background-position: left top;
	color: rgb(255, 255, 255);
}

.price-table .pt-description {
	color: rgb(153, 153, 153);
	margin-top: 8px;
	margin-left: 24px;
	display: block;
}

.price-table .starting-price-row td {
	text-align: center;
	color: rgb(238, 238, 238);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
}

.price-table .starting-price-row:first-child td {
	border-top-color: currentColor;
	border-top-width: 3px;
	border-top-style: none;
}

.price-table .starting-price-row h1 {
	margin: 0px;
	color: rgb(255, 255, 255);
	font-size: 32px;
}

.price-table .starting-price-row h1 span {
	color: rgb(238, 238, 238);
	font-size: 12px;
	font-weight: normal;
	margin-right: 5px;
}

.price-table .plans-row th {
	border-width: medium medium medium 1px;
	border-style: none none none solid;
	border-color: currentColor currentColor currentColor rgb(217, 217, 217);
	border-image: none;
	text-align: center;
	background-color: rgb(242, 242, 242);
}

.price-table .plans-row th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}

.price-table .plans-row h2 {
	margin: 15px 0px 0px;
	color: rgb(51, 51, 51);
	font-size: 14px;
}

.price-table #recommended-plan-image {
	margin: -15px 0px 0px -11px;
	width: 90px;
	height: 90px;
	position: absolute;
	background-image:
		url("http://www.pmstudy.com/images/PMPonline/pt-recommended.png");
	background-repeat: no-repeat;
}

.partnerLi {
	margin: 10px 0;
	-webkit-box-shadow: 13px 5px 11px 0px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 13px 5px 11px 0px rgba(0, 0, 0, 0.64);
	box-shadow: 13px 5px 11px 0px rgba(0, 0, 0, 0.64);
	border-radius: 11px 0px 0px 0px;
	-moz-border-radius: 11px 0px 0px 0px;
	-webkit-border-radius: 11px 0px 0px 0px;
	border: 2px solid #000000;
}
.buttonLns {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
 /*   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7); */
   padding: 8.5px 17px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonLns:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.buttonLns:active {
   border-top-color: #1b435e;
   }
   /*===Our Instructors styles===*/ 
   .ourbody{background-color:#f1f1f1;}
   .ourbody-inner{
   		background:#FFF; 
   		margin-bottom:30px;
   		margin-top:60px;
   	}
   	.our-title{padding-left:15px;}
   	.personal-information{
  display: inline;
  float: left;
  width: 100%;
}


.personal-information>h3{
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;  
  text-transform: uppercase;
}


.personal-information ul li{
  border-bottom: 1px solid #eeeeee;
  color: #727272;
  font-size: 15px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  list-style-type:none;
}
#education {
}
#education hr {
	width: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	border-color: transparent transparent #cccccc transparent;
	border-style: solid;
	border-width: 30px;
}
.education-timeline {
	margin-top: 30px;
}
.education-timeline .programe {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 12px;
	color: #027cd5;
}
.education-timeline .university {
	font-size: 16px;
	font-weight: 400;
}
.education-timeline .col-left {
	text-align: right;
	margin-right: 30px;
}
.education-timeline .col-right {
	text-align: left;
	margin-left: 30px;
}
.education-timeline .duration {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.education-timeline .education:hover .divider {
	background-color: #027cd5;
	color: #fff;
}
.education-timeline .education:hover .duration {
	color: #027cd5;
}
.education-timeline .row {
	padding-bottom: 60px;
}
.education-timeline .divider {
	float: right;
	margin: -6px -35px 0 0;
	color: #000;
	text-align: center;
	background-color: #cccccc;
	border-radius: 20px;
	height: 40px;
	width: 40px;
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.education-timeline {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.education-timeline:before {
	background-color: #cccccc;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 0;
}
.our-main{}
.our-main ul {list-style-image:url(../images/right.png); line-height:25px}

.our-main ul li{}
.thankyou{backgroun-image:url(../images/thank-you-bg.jpg)}

.course{ border: 2px solid #027cd5;border-radius:10px; padding:20px 20px; margin-right:15px;}
.nav-tabs {
   
    border-right:none;
}
.btn-samplelns { 
  color: #FFFFFF !important; 
  background-color: #1B97BD !important; 
  border-color: #1B97BD !important; 
  height: 45px !important;
} 
 
.btn-samplelns:hover, 
.btn-samplelns:focus, 
.btn-samplelns:active, 
.btn-samplelns.active, 
.open .dropdown-toggle.btn-samplelns { 
  color: #FFFFFF !important; 
  background-color: #1B97BD !important; 
  border-color: #1B97BD !important; 
} 
 
.btn-samplelns:active, 
.btn-samplelns.active, 
.open .dropdown-toggle.btn-samplelns { 
  background-image: none; 
} 
 
.btn-samplelns.disabled, 
.btn-samplelns[disabled], 
fieldset[disabled] .btn-samplelns, 
.btn-samplelns.disabled:hover, 
.btn-samplelns[disabled]:hover, 
fieldset[disabled] .btn-samplelns:hover, 
.btn-samplelns.disabled:focus, 
.btn-samplelns[disabled]:focus, 
fieldset[disabled] .btn-samplelns:focus, 
.btn-samplelns.disabled:active, 
.btn-samplelns[disabled]:active, 
fieldset[disabled] .btn-samplelns:active, 
.btn-samplelns.disabled.active, 
.btn-samplelns[disabled].active, 
fieldset[disabled] .btn-samplelns.active { 
  background-color: #1B97BD !important; 
  border-color: #1B97BD !important; 
} 
 
.btn-samplelns .badge { 
  color: #1B97BD !important; 
  background-color: #FFFFFF !important; 
}
.cmmi-top{margin-top:30px;}
.cmmi-steps{margin-top:30px; margin-bottom:30px;}
.cmmi-icon{font-size:30px; color:#177ab1;padding-right:15px;}
.cmmi-title{color:#177ab1; font-size:18px;}
.cmmi-p{padding-left:58px;}

.image:hover {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.cmmi-instructor{padding-top:20px;padding-left:15px;}
.jobPostingBtn {
	background-color: #337ab7;
	color: #FFF;
	border: none;
	padding: 8px 20px 8px 20px;
	border-radius : 4px;
}
