/* Project Management Institute - Project Management Certifications India
==================================================
#Homepage Styles
#Page Styles
#Media Queries
#Font-Face */

html, body, #wrapper {
	height: 100%;
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background:#fff;
	}
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top:100px;
	}

* {
	padding:0;
	margin:0;
	}


/* #Grid system

================================================== */
.container {
	width:1213px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content:"";
	display:table;
	}
.container:after, .row:after {
	clear:both;
	}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
.col-sm-12 {
	width:100%;
	}
.col-sm-11 {
	width:91.66666667%;
	}
.col-sm-10 {
	width:83.33333333%;
	}
.col-sm-9 {
	width:75%;
	}
.col-sm-8 {
	width:66.66666667%;
	}
.col-sm-7 {
	width:58.33333333%;
	}
.col-sm-6 {
	width:50%;
	}
.col-sm-5 {
	width:41.66666667%;
	}
.col-sm-4 {
	width:33.33333333%;
	}
.col-sm-3 {
	width:25%;
	}
.col-sm-2 {
	width:16.66666667%;
	}
.col-sm-1 {
	width:8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;

}

/* #Buttons Styles
================================================== */
.btn_more {
	width:30%;
	margin:6% auto;
	position: relative;
	display: block;
	padding:2% 0%;
	overflow: hidden;
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	background-color: #000;
	color: #fff;
 	transition: background-color .3s;

	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	}
.btn_more:hover {
	background-color: #f04e23;
	}

/* #Homepage Styles
================================================== */
.clr {
	clear:both;
	}
.center {
	text-align:center!important;
	}
.bdr {
	border:none!important;
	}
.tex_lt{
	text-align:left;
	}
.tex_rt{
	text-align:right;
	}
.mbox{
	display:none;
	}
.dbox{
	display:block;
	}
.caps{
	text-transform:uppercase;
	}
strong{
	font-weight: 700;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width:100%;
	padding:1% 0%;
	position: fixed;
	top:0;
	z-index:9;
	background:#fff;
	}

header .logo {
    width:17%;
    float: left;
    z-index: 1;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;	
	}
a{
	color:#929292;	
	}
header.smaller {
	width:100%;
	padding:1% 0%;
	position: fixed;
	top:0;
	z-index:999;
	background:#fff;
	--webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	}
header.smaller .logo {
	width:10%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;	
	}
header.smaller .logo img{
	width:100%;
	}

.Banner{
	width: 100%;
	position: relative;
	text-align: center;
	}
.Banner img{
	width: 100%;
	}
.Banner .Banner_Text{
	position: absolute;
	top: 2%;
	right:28%;
	width:70%;
	float: left;
	text-align: right;
	padding:14% 2% 0 0;
	}
.Banner .Banner_Text .Title_One{
	font-size:32px;
	color: #fff;
	font-weight: 700;
	padding-bottom:10px;
	}
.Banner .Banner_Text .Title_One sup{
	font-size:16px;
	top: -1.2em;
	}		
.Banner .Banner_Text .Title_Two{
	font-size:52px;
	color: #05bfe0;
	font-weight: 700;
	line-height:58px;
	}
.Banner .Banner_Text .Title_Two span{
	display: block;
	}
.Banner .Banner_Text .Title_Two sup{
	font-size: 20px;
	top: -1.5em;
	}
.Banner .Title_Three {
    position: absolute;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    /*bottom:-200px;*/
    bottom:-245px;
    left:10%;
}		
.Banner .Form{
	position: absolute;
	top:10%;
	right:4%;
	width: 22%;
	float: right;
	padding:15px;
	border:1px solid #cdcdcd;
	}
.Banner .Form .Title{
	font-size:22px;
	color: #fff;
	line-height:42px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	line-height: 26px;
	padding:0 0px 20px 0;
	}
.Banner .Form .Title span{
	display: block;
}
.allsize{
	display: block;
}
.d1024{
	display: none;
}
/* Section One
================================================== */
.Section_One{
	width: 100%;
	margin: 0 auto;
	padding:4% 0%;
	background:#0080a8;
	clear:both;
	}
.Section_One h1.Title{
	font-size:34px;
	color: #000;
	line-height:42px;
	font-weight: normal;
	letter-spacing: 1px;
	}
.Section_One h1.Title span{
	display: block;
	}
.Section_One .Sub_Title{
	font-size:22px;
	color: #000;
	line-height:26px;
	font-weight: normal;
	padding:2% 0;
	letter-spacing: 1px;
	}
.Section_One .career_points ul{
	padding:0 0 0 15px;
	margin: 0;
	list-style-type: disc;
	}
.Section_One .career_points ul li{
	padding:2px 0px;
	font-size:22px;
	color:#fff;
	line-height: 32px;
	font-weight:normal;
	letter-spacing: 1px;
	padding-bottom: 1%;
	}
.Section_One .note{
	font-size:18px;
	color: #fff;
	line-height:22px;
	font-weight: normal;
	padding:2% 0;
	letter-spacing: 1px;
	}
/* Section Two
================================================== */
.Section_Two{
	width: 100%;
	margin: 0 auto;
	padding:4% 0%;
	background:#59d4eb;
	}
.Section_Two .Section_Two_Contain{
	width: 80%;
	margin: 0 auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.Section_Two .Section_Two_Contain h2.Title{
	font-size:34px;
	color: #0080a8;
	line-height:42px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 2%;
	}
.Section_Two .Section_Two_Contain h2.Title span{
	display: block;
	}
.Section_Two .Section_Two_Contain p{
	font-size:22px;
	color: #000;
	line-height:32px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	}
/* Section Four
================================================== */
.Section_Four{
	width: 100%;
	margin: 0 auto;
	padding:4% 0%;
	background:#05bfe0;
	}
.Section_Four .Section_Four_Contain{
	width: 80%;
	margin: 0 auto;
}
.Section_Four .Section_Four_Contain h2.Title{
	font-size:34px;
	color: #000;
	line-height:42px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 2%;
	}
.Section_Four .Section_Four_Contain h2.Title span{
	display: block;
	}
.Section_Four .Section_Four_Contain p{
	font-size:22px;
	color: #fff;
	line-height:32px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	}
/* Section Three
================================================== */
.Section_Three{
	width: 100%;
	margin: 0 auto;
	padding:4% 0%;
	background:#fff;
	}
.Section_Three .Title{
	font-size:34px;
	color: #0080a8;
	text-align: left;
	line-height:42px;
	font-weight: bold;
	letter-spacing: 1px;
	}
.Section_Three .Members_Offers{
	width: 100%;
	margin:0 auto;
	padding:4% 0 0;
	}

.Section_Three .Members_Offers .Offers_Box{
	width: 100%;
	margin:0 auto;
	padding-bottom:5%;
	}
.Section_Three .Members_Offers .Offer_Icon{
	width:12%;
	float: left;
	padding-bottom: 10px;
	}
.Section_Three .Members_Offers .Offer_Name{
	font-size:24px;
	color:#0080a8;
	text-align: left;
	line-height: 28px;
	font-weight: 700;
	padding:15px 65px 2px;
	text-transform: capitalize;
	}
.Section_Three .Members_Offers p{
	font-size:18px;
	color:#212121;
	text-align: left;
	font-weight: 400;
	padding:5px 80px;
	}

/* Footer
================================================== */
.Footer{
	width: 1000%;
	padding: 1% 0%;
	background:#0080a8;
}
.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	z-index:9;
	text-align: center;
	text-transform:uppercase;	
	}
.scrollToTop a span{
	color: #000;
	display: block;
}



.Banner .Banner_Text .Title_One span {
    display: block;
}

.Section_Sub-Para_Contain {
    font-size:27px;
    color: #fff;
}

.Section_Sub-Para_Contain span {
    display: block;
}

.Section_One .Sub_Title {
    font-size:29px;
    padding-bottom: 1%;
}

.section-one-content-wrap {
    float: left;
    border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
width: 70%;
    margin-top: 90px;
    padding-top: 10px;
padding-bottom: 10px;
    margin-left: 8%;
}

.storefront-img-wrap {
    float: left;
    margin-left: -6%;
    padding-top: 20px;
}

.storefront-img-wrap img {
        width: 90%;
}

.Section_One .Title {
    /*text-align: center;*/
    padding-left: 4%;
}


.Section_One .Section_Sub-Para_Contain .price-para {
    padding-top: 2%;
}


.Banner .Title_Three {
    /*text-shadow: 0px 0px 2px #000;*/
    text-shadow: 0px 0px 4px #000;
        /*background-color: rgba(0,0,0,0.2);*/
    /*background-color: #7a7782;*/
    /*background-color: rgba(122, 119, 130, 0.65);*/
}



 .price-note {
    position: absolute;
    padding-top: 25px;
    font-size: 16px;
    color: #fff;
    width: 55%;
     float: left;
}

.price-note p {
    font-size: 16px;
    color: #fff;
}



@media only screen and (max-width:1366px) {
 
    .section-one-content-wrap {
    margin-left: 8%;
}
    
    .Section_One .Title {
    text-align: center;
}
    
    .Banner .Title_Three {
    bottom:-195px !important;
}
    
    
}

/*
@media only screen and (max-width:1280px) {
    
}*/


@media only screen and (max-width:1024px) {
    
    .Section_Sub-Para_Contain span {
    display: inline;
}
    
    .section-one-content-wrap {
	margin-left: auto;
	width: 90%;
	margin-right: auto;
	float: none;
}
    
    .storefront-img-wrap {
	margin-left: 0;
	text-align: center;
	width: 35%;
        margin-left: auto;
        margin-right: auto;
	float: none;
        margin-top: 50px;
    }
    
    .Section_Sub-Para_Contain {
    font-size: 24px;
    }
    
    
.Section_One .Sub_Title {
    font-size:27px;
}
    
    .storefront-img-wrap img {
    width: 100%;
}
    
      
    .Banner .Title_Three {
    bottom:-50px !important;
        /*bottom:-70px !important;*/
}
   
     .price-note {
    width: 90%;
}
    
    
    
}



@media only screen and (max-width:480px) {
    
    .storefront-img-wrap {
    margin-top: 70px;
}
    
}



@media only screen and (max-width:360px) {
   
   .Banner .Title_Three {
    bottom:-19px !important;
}  
    
    
}