
/* 'Raleway', sans-serif;    Bold 700   Light 300    Medium 500 */ 

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, input, button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:focus {
	border: 0;
	outline: 0;
	text-decoration: none;
	color: #505050;
}

button, button:focus {
	border: 0;
	outline: 0;
}

focus {
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a, a:focus, span, input, button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: #f15a25;
	text-decoration: underline;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}

.max-width{
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position:relative;
}

.max-width:after {
	content: "";
	display: table;
	clear: both;
}

.input-field:focus{
	border: 1px solid #5dd0c0;
	-webkit-box-shadow: 0px 1px 1px #5dd0c0;
	-moz-box-shadow: 0px 1px 1px #5dd0c0;
	-ms-box-shadow: 0px 1px 1px #5dd0c0;
	-o-box-shadow: 0px 1px 1px #5dd0c0;
	box-shadow: 0px 1px 1px #5dd0c0;
}


.input-field1{
	border: 1px solid #5dd0c0;
	-webkit-box-shadow: 0px 1px 1px #5dd0c0;
	-moz-box-shadow: 0px 1px 1px #5dd0c0;
	-ms-box-shadow: 0px 1px 1px #5dd0c0;
	-o-box-shadow: 0px 1px 1px #5dd0c0;
	box-shadow: 0px 1px 1px #5dd0c0;
}



body {
	font: 300 14px/22px 'Raleway', sans-serif;
	color: #404040;
	background: url(.s./SelfTestEngines.jpg) center top no-repeat #fff;
	counter-reset: section;
}
.mainDiv {
	width: 100%;
}
/*Home Page Start Here*/

header {
	background: #000000;
}

.mainOne {
	margin: 0 auto;
	max-width:1280px;
	position: relative;
}

.login-upper {
    width: 400px;
    float: left;
    margin-top: 10px;
    text-align: right;
    margin-left: 24px;
}

.text-login-field {
    width: 40%;
    float: left;
    height: 40px;
    margin-left: 5px;
    padding: 3px;
}

.login2 {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 48px;
}

.logo-box {
	width: 195px;
	height: 60px;
	float: left;
	margin-left: 10px;
}
.logo {
	width: 195px;
	height: 60px;
	display: block;
	background: url(../images/logo.png)  center no-repeat;
	font-size: 0px;
}
.social-and-menu-box {
	width: 826px;
	float: right;
	z-index: 9999;
}
.social-box {
	width: 140px;
	float: right;
}
.sidr-social {
	width: 100%;
	display: none;
}
.social {
	padding: 21px 0px 20px;
}
.social li {
	width: 20px;
	float: left;
	margin-left: 10px;
}
.facebook-icon, .twitter-icon, .drive-icon, .googlePlus-icon {
	width: 20px;
	height: 19px;
	cursor: pointer;
	transition: all 0.2s;
}
.facebook-icon {
	background: url(../images/social-icon.png) 0px top no-repeat;
}
.facebook-icon:hover {
	background: url(../images/social-icon.png) 0px bottom no-repeat;
}
.twitter-icon {
	background: url(../images/social-icon.png) -20px top no-repeat;
}
.twitter-icon:hover {
	background: url(../images/social-icon.png) -20px bottom no-repeat;
}
.drive-icon {
	background: url(../images/social-icon.png) -40px top no-repeat;
}
.drive-icon:hover {
	background: url(../images/social-icon.png) -40px bottom no-repeat;
}
.googlePlus-icon {
	width: 19px !important;
	background: url(../images/social-icon.png) -60px top no-repeat;
}

.googlePlus-icon:hover {
	background: url(../images/social-icon.png) -60px bottom no-repeat;
}

.search-box {
	float: right;
	width: 60px;
	height: 60px;
	background: url(../images/seach-icon.png) center center no-repeat #d44865;
	cursor: pointer;
}
.search-box:hover {
	background: url(../images/seach-icon.png) center center no-repeat #c33c58;
}
.search-field {
	position: absolute;
	right: 0px;
	top: 100%;
	width: 100%;
	height: 60px;
	color: #FFF;
	border: 1px solid #b62c49;
	background: #d44865;
	padding: 0 20px;
	display: none;
	z-index: 5;
}

.search-box:hover .search-field {
	display: block;
}
.search-field:focus {
	border: 1px solid #9c1732;
	box-shadow: 0 0 3px #cd3b59;
}

.member-sidr-box {
	padding: 0;
	float: right;
}


.sidr-search-box {
	width: 100%;
	display: none;
	position: relative;
}
.search-submet {
	width: 55px;
	height: 55px;
	background: url(../images/sider-seach-icon.png) center center no-repeat #d44865;
	position: absolute;
	right: 0;
	top:2px;
	cursor: pointer;
}
.search-submet:hover {
	color: #FFF;
	background: url(../images/seach-icon.png) center center no-repeat #d44865;
}
.sidr-search-field {
	float: left;
	width: 100%;
	height: 60px;
	color: #FFF;
	border-bottom: 1px solid #fed153;
	border-top: 1px solid #fed153;
	background: #d44865;
	padding: 0 20px;
}
#site-menu {
	width: 150px;
	height: 60px;
	float: right;
	font: 700 16px/60px 'Raleway', sans-serif;
	color: #ffffff;
	padding-left: 65px;
	background: url(../images/menu-icon.png) 20px center no-repeat;
}
#site-menu:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/menu-hover.png) 20px center no-repeat #c33c58;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: none;
  overflow-y: auto;
  background: url(../images/sidr-bg1.jpg) left top repeat-y #c33c58;
}
.sidr.right {
  right: auto;
  right: -260px;
}
.sidr ul li {
	display: block;
}
.sidr ul li a {
	padding: 0 15px;
	display: block;
	font: 700 16px/60px 'Raleway', sans-serif;
	color: #FFF;
	border-bottom: 1px solid #b6314d;
	text-transform: uppercase;
	transition: all .0s;

}
.sidr ul li a:hover {
	color: #c33c58;
	text-decoration: none;
	background: url(../images/sidr-bg-hover.jpg) left top repeat-y #fff;
}
.sidr ul li a.active {
	color: #c33c58;
	text-decoration: none;
	background: url(../images/sidr-bg-hover.png) left top repeat-y #fff;
}

.cart-box {
	float: right;
}
.cart {
	width: 143px;
	padding-left: 50px !important;
	background: url(../images/cart-icon.png) 30px center no-repeat;
}
.cart:hover {
	background: url(../images/cart-hover.png) 30px center no-repeat #c33c58;
}
.login {
	width: 143px;
	background: url(../images/login-icon.png) 26px center no-repeat;
}
.login:hover {
	background: url(../images/login-hover.png) 26px center no-repeat #c33c58;
}
.register {
	width: 172px;
	background: url(../images/register-icon.png) 28px center no-repeat;
}
.register:hover {
	background: url(../images/register-hover.png) 28px center no-repeat #c33c58;
}

.reg-login-cart-box {
	float: right;
	width: 326px;
	position: relative;
}
.login-list {
	padding: 0px;
	float: right;
}
.login-list li {
	float: left;
	position: relative;
	border-right: 1px solid #f27f41;
}
.login-list li a {
	display:block;
	font: 700 16px/60px 'Raleway', sans-serif;
	color:#ffffff;
	padding-left: 30px;
	text-transform: uppercase;
	text-align: center;
}
.login-list li a:hover {
	text-decoration: none;
	color:#fff;
}
.login-list li:hover .menu-box {
	display: block;
}

.menu-box {
	display: none;
	width:300px;
	position: absolute;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	left: -38%;
	top: 65px;
	z-index: 5;
}
.menu-box:before {
	position: absolute;
	top: -16px;
	left: 0;
	height: 16px;
	width: 100%;
	content: "";
	background: url(../images/arrow-bg.png) top no-repeat;
	z-index: 999;
}
.field-box {
	width: 100%;
	margin-bottom: 20px;
}
.text-field {
	display: block;
	width: 100%;
	height: 50px;
	font: 14px/50px 'Raleway', sans-serif;
	color: #a3a3a3;
	border-bottom: 1px solid #c33c58;
	padding: 10px 0;
}
.remember-box {
	position: relative;
	z-index: 999;
	font: 14px/18px Calibri;
	color: #000;
	margin-bottom: 20px;
}
.login-list li a.forget {
	float: right;
	font: 14px/18px Calibri;
	color: #c33c58;
	text-transform: capitalize;
}
.login-list li a.forget:hover {
	text-decoration: underline;
}
.lable {
	float: left;
}

.login-list li a.login2 {
	display: block;
	text-align: center;
	font: 26px/50px 'Raleway', sans-serif;
	color: #fff;
	background: #c33c58;
	padding: 0;
}
.login-list li a.login2:hover {
	color: #fff;
	background: #9e1834;
}

.exam-re-field {
    width: 33%;
    display: inline-block;
    padding: 10px;
	border: 1px solid #ddd;
}

.btn{text-align: center;
 font-family: 'Raleway', sans-serif;
    color: #fff;
    background: #c33c58;
}

/*INDEX LOGIN CSS STARTS*/

.col-md-8 {
    width: 70%;
    float: left;
}

.col-md-4 {
    width: 30%;
    float: left;
}

.menu-box1 {
	/*width:300px;*/
	padding: 20px;
	border-radius: 5px;

	z-index: 5;
}

.field-box {
	width: 100%;
	margin-bottom: 20px;
}
.menu-box1 .text-field {
	display: block;
	width: 100%;
	height: 50px;
	font: 14px/50px 'Raleway', sans-serif;
	color: #a3a3a3;
	border-bottom: 1px solid #c33c58;
	padding: 10px 0;
	background: transparent;
}
.remember-box {
	position: relative;
	z-index: 999;
	font: 14px/18px Calibri;
	color: #000;
	margin-bottom: 20px;
}
.login-list li a.forget {
	float: right;
	font: 14px/18px Calibri;
	color: #c33c58;
	text-transform: capitalize;
}
.login-list li a.forget:hover {
	text-decoration: underline;
}
.lable {
	float: left;
}

.button3 {
	width: 100%;
	display: block;
	text-align: center;
	font: 26px/50px 'Raleway', sans-serif;
	color: #fff;
	background: #c33c58;
	padding: 0;
}
.button3:hover {
	color: #fff;
	background: #9e1834;
	text-decoration:none;
}
/*INDEX LOGIN CSS END*/



/*Banner Start Here*/
.banner-box {
	width: 100%;
	background: url(../images/banner-bg.png) repeat;
}
.banner-image {
	margin: 0 auto;
	width: 1280px;
	position: relative;
}
.banner-image img {
	display: block;
}
.banner-heading-box {
	position: absolute ;
	bottom: 0;
	padding: 0px 0 60px 70px;
}
.banner-heading-box h2 {
	font: 500 45px/47px 'Raleway', sans-serif;
	color: #ed854d;
	padding-bottom: 10px;
}
.banner-heading-box p {
	font: 300 27px/29px 'Raleway', sans-serif;
	color: #000;
	padding-bottom: 20px;
}
.banner-button {
	width: 260px;
	position: relative;
}
.banner-button a {
	display: block;
	font: 500 26px/66px 'Raleway', sans-serif;
	color: #000;
	border-radius: 10px;
	border: 3px solid #cccccc;
	background: url(../images/banner-arrow.png) 25px center no-repeat;
	text-align: center;
	position: relative;
}
.banner-button a:hover {
	background: url(../images/banner-arrow-hover.png) 25px center no-repeat;
	text-decoration: none;
	color: #ed854d;
}
.banner-button a:after{
	content: "";
	height: 72px;
	position: absolute;
	top: -7px;
	left: -3px;
	width: 260px;
	border: 3px solid #000;
	border-radius: 10px;
}
.banner-button a:hover:after{
	border: 3px solid #ed854d;
}

.mainTwo {
	width: 100%;
}

.about-company {
    background: rgba(241,241,241,1);
    background: -moz-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(40%, rgba(241,241,241,1)), color-stop(40%, rgba(255,255,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=1 );
}

.pakage-box-heading{ font-size:30px; margin-bottom:10px; color: #f27f41; font-weight: bold;}

.pakage-box {
	/*width: 100%;*/
	padding: 47px 0 41px;
}
.pakage-group {
	float: left;
	margin-right: 20px;
	width: 470px;
	background: url(../images/pakege-bg1.jpg) right top no-repeat #9cde49;
}
.pakage-group.pakage-group2 {
	float: right;
	margin-right: 0px;
	background: url(../images/pakege-bg6.jpg) right top no-repeat #30d4c3;
}
.pakage-price-box {
	min-height: 200px;
	width: 160px;
	float: left;
	position: relative;
	background: url(../images/pakege-bg2.jpg) left top no-repeat;
}
.pakage-price-box.pakage-price-box2 {
	background: url(../images/pakege-bg5.jpg) left top no-repeat ;
}
.price {
	text-align: center;
	width: 170px;
	height: 80px;
	position: absolute;
	top: 30px;
	left: 0;
	font: bold 56px/80px "Times New Roman", Times, serif;
	color: #fff;
	background: url(../images/pakege-bg3.png) no-repeat;
}
.price.price2 {
	background: url(../images/pakege-bg4.png) no-repeat;
}

.pakage-button1 {
	position: relative;
	bottom: -140px;
	left: 8px;
	width: 143px;
	height: 43px;
	background: url(../images/pakage-button.png) no-repeat;
}
.pakage-button1 a {
	padding-left: 40px;
	display: block;
	width: 143px;
	height: 43px;
	font: 700 16px/43px 'Raleway', sans-serif;
	color: #fff;
	background: url(../images/pakage-arrwo.png) 13px center no-repeat;
	text-transform: uppercase;
}
.pakage-button1 a {
	padding-left: 40px;
	display: block;
	width: 143px;
	height: 43px;
	font: 700 16px/43px 'Raleway', sans-serif;
	color: #fff;
	background: url(../images/pakage-arrwo.png) 13px center no-repeat;
	text-transform: uppercase;
}
.pakage-button1 a:hover {
	text-decoration: none;
	color: #2c3d17;
	background: url(../images/pakage-arrwo.png) 13px center no-repeat;
}
.pakage-heading-box {
	width: 310px;
	padding: 20px;
	float: right;
}
.pakage-heading-box h2 {
	font: 700 26px/28px 'Raleway', sans-serif;
	color: #fff;
	padding-bottom: 18px;
	text-shadow: 0 1px 1px #8cc444;
}
.pakage-list {
	padding: 0 0 20px 0;
}
.pakage-list li {
	font: 16px/18px Calibri;
	color: #56831d;
	background: url(../images/bullet1.png) left 7px no-repeat;
	padding-left: 20px;
}
.pakage-list.pakage-list2 {
	padding: 0 0 20px 0;
}
.pakage-list.pakage-list2 li {
	color: #1c877c;
	background: url(../images/bullet2.png) left 7px no-repeat;
}
.pakage-button2 {
	width: 135px;
	height: 42px;
	font: 700 16px/18px 'Raleway', sans-serif;
	color: #56831d;
	border: 2px solid #56831d;
	border-radius: 5px;
	background: none;
	text-transform: uppercase;
	cursor: pointer;
}
.pakage-button2:hover {
	color: #304b0d;
	border: 2px solid #3f6b08;
	background: none;
}
.pakage-button2.pakage-button3 {
	color: #1c877c;
	border: 2px solid #1c877c;
}
.pakage-button2.pakage-button3:hover {
	color: #13665d;
	border: 2px solid #13665d;
}

.mainThree {
	width: 100%;
	padding: 62px 0 75px;
	background: url(../images/tab-bg1.jpg) repeat;
	border-top: 3px solid #e7e7e7;
}
.tabbing-box {
	width: 100%;
}
.tabbing-box h2 {
	font: 300 40px/40px 'Raleway', sans-serif;
	color: #f27f41;
	text-align: center;
	padding-bottom: 14px;
	font-weight:bold;
}
.tabbing-box p {
	font: 300 26px/28px 'Raleway', sans-serif;
	color: #000000;
	text-align: center;
	padding-bottom: 35px;
}

.tabs-container {
	padding: 0;
}
.tabs-menu {
    margin: 0 auto;
    max-width: 680px;
    padding-bottom: 18px;
}
.tabs-menu li {
	float: left;
	display: block;
	color: #FFF;
	margin-left: 40px;
}
.tabs-menu li:first-child {
	margin-left: 0px;
}
.tabs-menu li a {
	display: block;
	font: 700 18px/63px 'Raleway', sans-serif;
	color: #d44865;
	text-align: center;
	padding: 0 27px;
	background: #fff;
	border-bottom: 2px solid #dcdcdc;
	position: relative;
	text-transform: uppercase;
}
.tabs-menu li a:after {
	/*width: 10px;
	height: 13px;
	content: "";
	position: absolute;
	right: -10px;
	bottom: -2px;
	background: url(../images/tab-bg2.png) no-repeat;*/
	width: 8px;
    height: 13px;
    content: "";
    border-style: solid;
    border-width: 9px 4.5px 0 4.5px;
    border-color: #ffffff transparent transparent transparent;
    left: 16px;
    bottom: -13px;
    content: "";
    z-index: 10000;
    position: absolute;
}
.tabs-menu li a:hover:after {
	/*right: -10px;
	bottom: -2px;
	background: url(../images/tab-bg3.png) no-repeat;*/
	    right: -10px;
    bottom: -2px;
    width: 8px;
    height: 13px;
    content: "";
    border-style: solid;
    border-width: 9px 4.5px 0 4.5px;
    border-color: #D0494F transparent transparent transparent;
    left: 16px;
    bottom: -13px;
    content: "";
    z-index: 10000;
    position: absolute;
}
.tabs-menu li.current a:after {
	/*right: -10px;
	bottom: -2px;
	background: url(../images/tab-bg3.png) no-repeat;*/
	    right: -10px;
    bottom: -2px;
    width: 8px;
    height: 13px;
    content: "";
    border-style: solid;
    border-width: 9px 4.5px 0 4.5px;
    border-color: #D0494F transparent transparent transparent;
    left: 16px;
    bottom: -13px;
    content: "";
    z-index: 10000;
    position: absolute;
}
.tabs-menu li a:hover {
	background: #d44865;
	color: #fff;
	text-decoration: none;
}
.tabs-menu li.current a {
	color: #fff;
	text-decoration: none;
	background: #d44865;
}
.tab-content {
	padding: 30px;
	display: none;
	background: #fff;
	border-bottom: 2px solid #dcdcdc;
	
}
#tab-1 {
	display: block;
}
.tab-content-list {
	padding:0;
}
.tab-content-list li {
	float: left;
	width: 50%;
}
.tab-content-list li a {
	padding-left: 15px;
	font: 300 18px/39px 'Raleway', sans-serif;
	display: block;
	color: #6e6e6e;
	border-bottom: 1px solid #e5e5e5;
}
.tab-content-list li a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #d44865;
	background: #d44865;
}

.mainFour {
	width: 100%;
	background: url(../images/asd.png) repeat;
}
.demo-left {
	float: left;
	width: 75%;
	padding: 40px 19px 40px;
	text-align: center;
}
.demo-left h2 {
	font: 300 42px/44px 'Raleway', sans-serif;
	color: #8dd532;
	padding-bottom: 20px;
}
.demo-left p {
	font: 300 17px/18px 'Raleway', sans-serif;
	color: #414141;
	padding-bottom: 10px;
}
.demo-button {
	float: right;
	width: 25%;
	padding: 0px 0px;
	background: url(../images/demo-bg.png) center center #f27f41 no-repeat;
	cursor: pointer;
	height: 312px;
}
.demo-button:hover {
	background: url(../images/demo-bg.png) center center #d44865 no-repeat;
}

.form-banner {
    background: #eff2f3 url(../images/bg-formb.png) no-repeat;
    font-size: 14px;
    height: 104px;
    padding: 15px;
    width: 100%;
	margin: 0 auto;
}
.form-banner div {
    display: inline;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 10px 0 0;
}
.or {
    font-size: 13px !important;
    padding-top: 20px;
}
.ban-but {
    border: none;
    cursor: pointer;
    height: 33px;
    margin-top: 15px;
    width: 111px;
}
p.dblue.bold {
    font-size: 14px;
    padding-bottom: 5px;
	color: #e73257;
	font-weight:bold;
}

.ban-inp {
    background: #fff url(../images/bg-inp.png) top repeat-x;
    border: #ced2d6 1px solid;
    color: #464646;
    padding: 5px 3px;
    width: 160px;
}
.ban-sel {
    background: #fff url(../images/bg-inp.png) top repeat-x;
    border: #ced2d6 1px solid;
    color: #464646;
    height: 28px;
    padding: 4px 3px;
    width: 160px;
}
.mainFive {
	width: 100%;
	background: #f5f5f5;
	border-top: 3px solid #e7e7e7;
	padding: 50px 0 69px;
}
.features {
	width: 100%;
	text-align: center;
}
.features h2 {
	font: 300 42px/44px 'Raleway', sans-serif;
	color: #e73257;
	padding-bottom: 20px;
}
.features p {
	font: 300 21px/26px 'Raleway', sans-serif;
	color: #4c4c4c;
	padding-bottom: 22px;
}

.features-list {
	padding: 0px;
}
.features-list li {
	width: 33.33%;
	min-height: 248px;
	padding: 10px 45px;
	float: left;
	border-bottom: 1px dashed #000000;
	border-right: 1px dashed #000000;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.5s;
}
.features-list li:hover {
	background: #FFF;
	border-bottom: 1px dashed #000000;
	border-right: 1px dashed #000000;
}
.features-list li:nth-child(3n) {
	border-bottom: 1px dashed #000000;
	border-right: 0px dashed #000000;
}
.features-list li:nth-child(4n) {
	border-bottom: 0px dashed #000000;
}
.features-list li:nth-child(5n) {
	border-bottom: 0px dashed #000000;
}
.features-list li:nth-child(6n) {
	border-bottom: 0px dashed #000000;
}
.features-list li:nth-child(3n):after {
	border: 0px solid #000000;
	background: #f5f5f5;

}
.features-list li:nth-child(4n):before {
	border: 0px solid #000000;
	background: #f5f5f5;

}
.features-list li:nth-child(6n):after {
	border: 1px solid #000000;
	background: #f5f5f5;

}
.features-list li:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	left: -4px;
	bottom: -4px;
	border: 1px solid #000000;
	background: #f5f5f5;
	z-index: 99999;
}
.features-list li:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: -4px;
	top: -4px;
	border: 1px solid #000000;
	background: #f5f5f5;
	z-index: 9999;
}
.guaranty-icon, .tested-icon, .quality-icon, .try-icon, .security-icon, .promptly-icon {
	width: 95px;
	height: 78px;
	margin: 0 auto;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.guaranty-icon {
	background: url(../images/feature-seprite.png) left top no-repeat;
}
.tested-icon {
	background: url(../images/feature-seprite.png) -95px top no-repeat;
}
.quality-icon {
	background: url(../images/feature-seprite.png) -184px top no-repeat;
}
.try-icon {
	background: url(../images/feature-seprite.png) -279px top no-repeat;
}
.security-icon{
	background: url(../images/feature-seprite.png) -374px top no-repeat;
}
.promptly-icon {
	background: url(../images/feature-seprite.png) -475px top no-repeat;
}
.features-list li:hover .guaranty-icon {
	background: url(../images/feature-seprite.png) left bottom;
}
.features-list li:hover .tested-icon {
	background: url(../images/feature-seprite.png) -95px bottom;
}
.features-list li:hover .quality-icon {
	background: url(../images/feature-seprite.png) -184px bottom;
}
.features-list li:hover .try-icon {
	background: url(../images/feature-seprite.png) -279px bottom;
}
.features-list li:hover .security-icon {
	background: url(../images/feature-seprite.png) -374px bottom;
}
.features-list li:hover .promptly-icon {
	background: url(../images/feature-seprite.png) -475px bottom;
}
.feature-heading {
	text-align: center;
	padding: 0px;
}
.feature-heading h3 {
	font: 700 19px/23px 'Raleway', sans-serif;
	color: #e73257;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.feature-heading p {
	font: 16px/20px Calibri;
	color: #7f7f7f;
}

.mainSix {
	width: 100%;
	padding: 80px 0;
	background: url(../images/polygons-552900_960_720.png);
}
.mainSix h2 {
	font: 300 42px/44px 'Raleway', sans-serif;
	color: #f27f41;
	padding-bottom: 40px;
	text-align: center;
}
.textField2-box {
	float: left;
	width: 310px;
	margin-right: 20px;
	padding-left: 6px;
}
.textField2 {
	float: left;
	width: 100%;
	height: 43px;
	font: 16px/50px 'Raleway', sans-serif;
	color: #ffffff;
	padding-left: 75px;
	border-bottom: 1px solid #f27f41;
	background: url(../images/news-lette-icon1.png) 19px 12px no-repeat;
}
.textField2.textField3 {
	background: url(../images/news-lette-icon2.png) 19px 12px no-repeat;
}
.newsLetter-button {
	width: 140px;
	height: 57px;
	font: 700 26px/55px 'Raleway', sans-serif;
	color: #fff;
	margin-left: 10px;
	background: url(../images/news-lette-icon3.png) left 3px no-repeat #f27f41;
	cursor: pointer;
	text-indent: 25px;
}
.newsLetter-button:hover {
	color: #fff;
	text-indent: 25px;
	background: url(../images/news-lette-icon3.png) left -56px no-repeat #f27f41;
}

.mainSeven {
	width: 100%;
	padding: 40px 0 10px;
	background: #f27f41;
	/*border-top: 3px solid #e7e7e7;*/
}

/*Gallery Start Here*/
.testimonial-box {
	text-align: center;
	font: 300 14px/22px 'Raleway', sans-serif;
	color: #404040;
	z-index: 9999999999;
}
.testimonial-box h2 {
	font: 300 35px/35px 'Raleway', sans-serif;
	color: #ffffff;
	padding-bottom: 39px;
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	width: 960px;
	height: 315px;
}
.ca-wrapper{
	width:960px;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width: 319px;
	width: 50%;
	height:100%;
	text-align:center;
}
.ca-item-main {
	position:absolute;
	top:0px;
	left:9px;
	right:9px;
	bottom:0px;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a {
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span {
	width:37px;
	height:74px;
	background:transparent url(../images/bt-prev.png) no-repeat bottom;
	position:absolute;
	top:33%;
	margin-top:-19px;
	left:-100px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next {
	background:transparent url(../images/bt-next.png) no-repeat bottom;
	left:auto;
	right:-100px;
}
.ca-nav span.ca-nav-next:hover {
	
}
.ca-nav span:hover {
	
}

/*Gallery End Here*/

.aboutUs-box {
	width: 100%;
	padding: 28px 28px 24px;
	background: #FFF;
	box-shadow: 0 2px 2px #dcdcdc;
	border-radius: 5px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.aboutUs-box:after {
	position: absolute;
	bottom: -18px;
	left: 45%;
	content: "";
	width: 43px;
	height: 18px;
	background: url(../images/testimonial-bg1.png) no-repeat;
}
.aboutUs-box p {
	font: 14px/18px Calibri;
	color: #5f5f5f;
	padding-bottom: 10px;
}
.aboutUs-box h2 {
	font: 700 16px/18px 'Raleway', sans-serif;
	color: #232323;
	padding-bottom: 3px;
}
.aboutUs-box h3 {
	font: 700 14px/16px 'Raleway', sans-serif;
	color: #e73257;
	padding: 0;
}
.aboutUs-image {
	margin: 0 auto;
	width: 95px;
	border: 2px solid #ffffff;
    border-radius: 50%;
}
.aboutUs-image img {
	display: block;
	width: 100%;
}


footer {
	width: 100%;
	background: #222222;
	clear: both;
    padding: 20px 0;
}
.footerInner {
	margin: 0 auto;
	max-width: 1280px;
}
.footerInner h2 {
	font: 300 26px/28px 'Raleway', sans-serif;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
}

.col-md-6{ width:50%; float:left;}

.accept-payment {
	background: url(../images/polygons-552900_960_720.png);
    width: 100%;
    float: left;
	padding:40px 0 5px;
    clear: both;
    color: #ffffff;
}


.accept-payment h2 {
    font: 300 26px/28px 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.payment-image {
	margin: 0 auto;
	width: 504px;
	padding-bottom: 40px;
	font-size: 0;
}

.payment-image img {
	display: block; margin:0 auto;
}
.copyRight-box {
	width: 100%;
/*	padding-top: 30px;
	background: url(../images/footer-seprator.png) left top repeat-x;*/
}
.copyRight-box p {
	width: 50%;
	float: left;
	font: 14px 'Raleway', sans-serif;
	color: #fff;
	padding-left: 20px;
}
.footer-nav {
	float: right;
	padding: 0
}
.footer-nav li {
	display: inline;
}
.footer-nav li a {
	display: inline-block;
	padding: 0 13px;
	font: 12px 'Raleway', sans-serif;
	color: #fff;
}


/*Inner Pages Start Here*/

.inner-mainTwo {
	padding: 40px 0;
	width: 100%;
	background: url(../images/banner-bg.png) repeat;
	-webkit-box-shadow: 0px 2px 0px   rgba(0, 0, 0, 0.10) inset;
	-moz-box-shadow: 0px 2px 0px   rgba(0, 0, 0, 0.10) inset;
	-ms-box-shadow: 0px 2px 0px   rgba(0, 0, 0, 0.10) inset;
	-o-box-shadow: 0px 2px 0px   rgba(0, 0, 0, 0.10) inset;
	box-shadow: 0px 2px 0px   rgba(0, 0, 0, 0.10) inset;
}
.inner-packages {
	padding: 0;
	background: #FFF;
}
.inner-page-section {
	padding: 60px 0 80px;
	background:#f1f1f1;
	/*background: url(../images/inner-page-bg.jpg) repeat;*/
}
.inner-try-demo {
	background: #fff;
	-webkit-box-shadow: 0px 3px 0px   rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 3px 0px   rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 3px 0px   rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 3px 0px   rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 0px   rgba(0, 0, 0, 0.10);
	/*margin-bottom: 80px;*/
}
.cisco-cert {
	text-align: center;
}
.cisco-cert h2 {
	font: 300 41px/43px 'Raleway', sans-serif;
	color: #f27f41;
	padding-bottom: 25px;
}
.exam-cisco {
	font: 300 36px/38px 'Raleway', sans-serif;
	color: #f27f41;
	padding-bottom: 25px;
}
.cisco-cert h3 {
	font: 300 26px/28px 'Raleway', sans-serif;
	color: #000000;
	padding-bottom: 34px;
}
.cisco-cert p {
	font: 16px/22px Calibri;
	color: #000000;
	padding-bottom: 70px;
}

.cert-list {
	margin-bottom: 80px;
	padding: 50px 30px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
}
.cert-list h2 {
	font: 300 42px/44px 'Raleway', sans-serif;
	color: #d44865;
	padding-bottom: 70px;
	text-align: center;
}
.offer-main{/* background:url(../images/banner.jpg) center no-repeat;
background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;*/
	background:#f27f41;
    padding:40px 0px !important;}

.first_box{ width:30%; float:left;  margin-right: 10px;}
.second_box{ width:30%; float:left; text-align:center}
.second_box img{position: relative; top: 81px; }

.row1 {
    padding: 5px;
    margin: 0 0 10px 0;
	border-bottom: 1px solid #E26725;
	font: 300 15px/21px 'Raleway', sans-serif; color:#ffffff;
}

.cart-button {
	width: 100%;
	height: 57px;
	font: 700 26px/55px 'Raleway', sans-serif;
	color: #fff;
	background: url(../images/cart-icon3.png) left 3px no-repeat #E26927;
	cursor: pointer;
	text-indent: 25px;
	border-bottom:5px solid #A74511;
}
.cart-button:hover {
	color: #fff;
	text-indent: 25px;
	background: url(../images/cart-icon3.png) left -56px no-repeat #BF3551;
}

.title{ color:#ffffff ; padding:5px 0; font: 61px/67px 'Montserrat', sans-serif; text-shadow: -1px -1px 17px rgba(58, 58, 58, 0.74); -webkit-text-stroke: 1px black;}


.button_example{
border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;padding: 8px 30px 8px 30px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(to bottom, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
font: 300 20px/25px 'Raleway', sans-serif;
}

.button_example:hover{
	text-decoration:none;
 border:1px solid #ff9913;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}
.third_box{ width:35%; float:left;}

.main-features li{ color:#ffffff; padding:6px 0; font-size: 16px;}

.download-pdf{width:100%; float:left;}

.heading-title{
	background: #F27F41;
    color: #ffffff;
    padding: 13px 10px;
    font-size: 22px;
	}

.pdf-img {
    width: 10%;
    float: left;
}
.pdf-price {
    width: 20%;
    float: left;
    font-size: 50px;
    margin-top: 20px;
    color: #F27F41;
    line-height: 61px;
}

.pdf-title {
    width: 40%;
    float: left;
	font-size: 19px;
    margin-top: 20px;
}
.pdf-download {
    width: 20%;
    float: right;
	margin-top: 20px;
}

.hot-offer {
    float: left;
    width: 100%;
}

.hot-offer:after {
    content: " ";
    display: block;
    background:url(../images/discount.png) no-repeat;
    height: 298px;
    width: 225px;
    right: 0px;
    position: absolute;
    right: -60px;
	bottom:-170px;
    z-index: 100;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-34deg);
}

.exam-list {
	margin-bottom: 20px;
	padding: 50px 30px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
}
.exam-list.exam-list02 {
	padding: 30px;
}
.exam-list h2 {
	font: 300 42px/44px 'Raleway', sans-serif;
	color: #d44865;
	padding-bottom: 45px;
	text-align: center;
}
.exam-list01 {
	padding: 14px 15px;
	background: #d44865;
	font: 700 16px/18px 'Raleway', sans-serif;
	color: #fff;
}
.exam-list01.exam-list02 {
	padding: 9px 15px;
	background: #fff;
	font: 500 16px/18px 'Raleway', sans-serif;
}
.exam-list01 li {
	float: left;
	border-bottom: 0 !important;
}
.exam-list > ul > li {
	border-bottom: 1px solid #e5e5e5;
}
.exam-list01 li.titles02 {
	float: left;
}
.exam-list01 li.price02 {
	width: 150px;
	float: right;
}
.exam-list01 li.titles02 span {
	line-height: 39px;
	color: #000;
}
.exam-list01 li.price02 span {
	line-height: 39px;
	color: #000;
}
.exam-list01 li.buyExams {
	width: 120px;
	float: right;
}
.buyButton1 {
	width: 100%;
	padding: 9px 0;
	font: 700 13px/15px 'Raleway', sans-serif;
	color: #d44865;
	border: 1px solid #d44865;
	cursor: pointer;
	background: url(../images/download-arrow.png) 13px -15px no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-indent: 20px;
	text-transform: uppercase;
}
.buyButton1:hover {
	background-position:  13px 12px;
	border: 1px solid #ed1f24;
	color: #ed1f24;
}



/*Exam Page Start Here*/
.shadow {
    -webkit-box-shadow: 0px 13px 28px -10px rgba(154,154,154,1);
    -moz-box-shadow: 0px 13px 28px -10px rgba(154,154,154,1);
    box-shadow: 0px 13px 28px -10px rgba(154,154,154,1);
}

.exam-cisco {
	padding: 0;
	text-align: center;
}
.exam-cisco h2 {
	font: 300 28px/28px 'Raleway', sans-serif;
	color: #ffffff;
	padding-bottom: 25px;
	font-weight:bold;
}
.exam-cisco h3 {
	font: 300 26px/28px 'Raleway', sans-serif;
	color: #ECDDDD;
	padding-bottom: 34px;
}
.exam-cisco p {
	font: 16px/22px Calibri;
	color: #ECDDDD;
	padding-bottom: 30px;
}

/*Cart button CSS*/
.enjoy-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  font-size:20px;
  position: relative;
  cursor: pointer;
  top: 0;
  padding: 0 25.600000381469727px;
  border: 1px solid rgba(152,0,0,1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(0deg, rgba(255,0,0,0.8) 0, rgba(255,0,0,0.8) 100%), rgba(0,0,0,1);
  background: -moz-linear-gradient(90deg, rgba(255,0,0,0.8) 0, rgba(255,0,0,0.8) 100%), rgba(0,0,0,1);
  background: linear-gradient(90deg, rgba(255,0,0,0.8) 0, rgba(255,0,0,0.8) 100%), rgba(0,0,0,1);
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgba(137,30,30,1) , 0 8px 3px 0 rgba(0,0,0,0.2) ;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgba(137,30,30,1) , 0 8px 3px 0 rgba(0,0,0,0.2) ;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.enjoy-css:hover {
	color:#ffffff;
  text-decoration:none;
  border: 1px solid rgba(114,2,2,1);
  background: -webkit-linear-gradient(0deg, rgba(152,0,0,1) 0, rgba(152,0,0,1) 100%), rgba(0,0,0,1);
  background: -moz-linear-gradient(90deg, rgba(152,0,0,1) 0, rgba(152,0,0,1) 100%), rgba(0,0,0,1);
  background: linear-gradient(90deg, rgba(152,0,0,1) 0, rgba(152,0,0,1) 100%), rgba(0,0,0,1);
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgba(89,8,8,1) , 0 8px 3px 0 rgba(0,0,0,0.2) ;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgba(89,8,8,1) , 0 8px 3px 0 rgba(0,0,0,0.2) ;
}

.enjoy-css:active {
  top: 6px;
  border: 1px solid rgba(152,0,0,1);
  -webkit-border-radius: 0;
  border-radius: 0;
  background: -webkit-linear-gradient(-90deg, rgba(152,0,0,0.8) 0, rgba(152,0,0,0.8) 100%), rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(152,0,0,0.8) 0, rgba(152,0,0,0.8) 100%), rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(152,0,0,0.8) 0, rgba(152,0,0,0.8) 100%), rgb(255, 255, 255);
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
  -webkit-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*Cart button CSS END*/
/*Exam Page Start Here*/





/*Shopping Cart Page Start Here*/

.shoppingCart {
	padding-bottom: 18px;
}

.shoppingCart li {
	width: 290px;
    border-bottom: 2px solid #DCDCDC;
    color: #D44865;
    display: block;
    font: 700 18px/63px 'Raleway',sans-serif;
    position: relative;
	min-height: 63px;
    text-align: center;
    text-transform: uppercase;
	float: left;
	background: #fff;
	margin-left: 30px;
}
.shoppingCart li span {
	padding: 0;
}
.shoppingCart li:first-child {
	margin-left: 0px;
}
.shoppingCart li:after {
    background: url(../images/tab-bg2.png) no-repeat;
    bottom: -2px;
    content: "";
    height: 13px;
    position: absolute;
    right: -10px;
    width: 10px;
}
.shoppingCart li.active {
	color: #fff;
	background: #d44865;
}
.shoppingCart li.active:after {
    background: url(../images/tab-bg3.png);
}

.shoppingCart-numbers {
	width: 34px;
	height: 34px;
	font: 700 18px/32px 'Raleway',sans-serif;
	color: #fff;
	text-align: center ;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9999;
	background-color: #d44865;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	counter-reset: subsection;
	z-index: 0;
}
.shoppingCart-numbers.active {
	color: #d44865;
	background-color: #fff;
}
.shoppingCart h3:before {
	line-height: 34px;
	counter-increment: section;
	content:"" counter(section) " ";
}

.cart-box02 {
	padding:0;
}
.cart-list-box {
	padding: 40px 30px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
}
.cart-list01 {
	padding: 14px 15px;
	background: #d44865;
	font: 700 16px/18px 'Raleway', sans-serif;
	color: #fff;
}
.cart-list01.cart-list02 {
	padding: 9px 0px 9px 15px;
	background: #fff;
	font: 500 16px/18px 'Raleway', sans-serif;
}
.cart-list01 li {
	float: left;
	border-bottom: 0 !important;
}
.cart-list-box > ul > li {
	border-bottom: 1px solid #e5e5e5;
}
.cart-list01 li.cart-titles02 {
	float: left;
}
.cart-list01 li.cart-titles02 span {
	line-height: 30px;
	color: #000;
}
.cart-list01 li.cart-price02 {
	width: 75px;
	float: right;
}
.cart-list01 li.cart-price02 span {
	font: 300 16px/30px 'Raleway', sans-serif;
	color: #000;
}
.cart-list01 li.cart-quantity {
	width: 105px;
	float: right;
}
.quantityField {
	width: 100%;
	height: 30px;
	border: 0;
	font: 300 16px/30px 'Raleway', sans-serif;
	color: #000;
	padding: 0 10px;
}
.cart-list01 li.cart-total {
	width: 105px;
	float: right;
}
.cart-list01 li.cart-total span {
	font: 300 16px/30px 'Raleway', sans-serif;
	color: #000;
}
.cart-list01 li.cart-remove {
	width: 40px;
	float: right;
}
.removeButton {
	width: 30px;
	height: 30px;
	font-size: 0;
	color: #d44865;
	border: 1px solid #d44865;
	cursor: pointer;
	background: url(../images/remove-icon.png) center center no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.removeButton:hover {
	background: url(../images/remove-icon-hover.png) center center no-repeat;
	border: 1px solid #ed1f24;
	color: #ed1f24;
}
.subTotal {
	float: right;
	font: 700 16px/40px 'Raleway', sans-serif;
	color: #fff;
	padding: 0 26px;
	margin: 0 105px 40px 0;
	background: #d44865;
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	position: relative;
}
.subTotal:before {
	width: 10px;
	height: 11px;
	position: absolute;
	left: -10px;
	top: 0;
	content: "";
	background: url(../images/subTotal-bg.png) center center no-repeat;
}
.subTotal span {
	width: 115px;
	font: 300 16px/40px 'Raleway', sans-serif;
	color: #fff;
	display: inline-block;
}
.pay-and-confirm-box {
	padding: 30px;
	background: #fd8645;
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
}

.payment-method {
	width: 440px;
	float: left;
	border: 0;
	padding: 10px;
	font: 700 16px/40px 'Raleway', sans-serif;
	color: #fd8645;
	background: #fff;
}

.payment-method option {
	padding: 0 10px;
	color: #000;
}

.confirm-order {
	float: right;
	border: 0;
	font: 700 16px/20px 'Raleway', sans-serif;
	color: #fff;
	text-align:center;
	background: #000;
	cursor: pointer;
	padding: 10px 40px;
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.10);
}
.confirm-order:hover {
	color: #fd8645;
	background: #000;
}

/*--*/
@media only screen and (max-width: 1199px){
#sequence {
  height: 400px;
}
.title {
    bottom: 62%;
}
.subtitle {
    bottom: 50%;
}
.ca-nav span {
	top: 26%;
}
.ca-nav span.ca-nav-prev {
    left: -48px;
}
.ca-nav span.ca-nav-next {
    right: -48px;
}
.ca-container, .ca-wrapper {
    margin: 0 auto;
    width: 632px;
}
.copyRight-box p {
	text-align: center;
    width: 100%;
}
.footer-nav li {
    display: inline-block;
    margin-bottom: 10px;
}
.footer-nav {
    float: none;
    text-align: center;
}

/*inner pages*/

}
/*--*/
@media only screen and (max-width: 1023px){
.social-and-menu-box {
    width: 798px;
}
.social-box {
    width: 123px;
}

/*inner pages*/

}
/*--*/
@media only screen and (max-width: 999px){
.reg-login-cart-box {
    width: 355px;
}
.social-and-menu-box {
    width: 695px;
}
.register {
    background-position: 9px;
    width: 121px;
    text-indent: 22px;
}
.register:hover {
    background-position: 5px;
}
.login-list li a {
	padding: 0;
}
.login {
    background-position: 9px;
    text-indent: 25px;
    width: 95px;
}
.login:hover {
    background-position: 5px;
}
.cart {
    background-position: 9px center;
    padding-left: 0px !important;
    text-indent: 26px;
    width: 92px;
}
.cart:hover {
    background-position: 5px center;
}
.menu-box {
	left: -90px;
}

.pakage-right {
	float: none;
}
.pakage-group {
	float: none;
    background-size: 100% 100%; 
    width: 470px;
	margin: 0 auto 20px;
}
.pakage-group.pakage-group2 {
	float: none;
    background-size: 100% 100%; 
    width: 470px;
	margin: 0 auto;
}

.tab-content-list li {
    width: 25%;
}
.tab-content-list li a{
	padding-left: 13px;
}
#sequence {
  height: 360px;
}
.demo-left {
    padding: 66px 19px 0;
}

.features-list li {
    padding: 25px 7px;
}
.textField2-box {
    margin-right: 10px;
    width: 334px;
}

.ca-container {
    margin: 0 auto;
    width: 642px;
}
.ca-wrapper {
    width: 642px;
}

/*inner pages*/

.shoppingCart {
	margin: 0 auto;
	display: table;
}
.shoppingCart li {
    font: 700 19px/63px 'Raleway',sans-serif;
    margin-left: 30px;
    padding-right: 10px;
    text-align: right;
    width: 260px;
}
.shoppingCart li:first-child {
    padding-right: 30px;
}
}
/*--*/
@media only screen and (max-width: 899px){
.sidr-search-box {
	display: block;
}
.search-box {
	display: none;
}
#site-menu {
    background-position: 9px center;
    padding-left: 43px;
    width: 106px;
}
#site-menu:hover {
    background-position: 5px center;
    padding-left: 43px;
    width: 106px;
}
.reg-login-cart-box {
    width: 335px;
}

#sequence {
  height: 320px;
}
.title {
	font-size: 34px;
}
.subtitle {
	font-size: 20px;
}
.banner-button {
    width: 180px;
}
.banner-button a:after {
	display: none;
}

.banner-button a {
	background-position: 10px center;
    font: 500 26px/45px 'Raleway',sans-serif;
}
.banner-button a:hover {
	background-position: 10px center;
}
.textField2-box {
    display: table;
    float: none;
    margin: 0 auto 30px;
    width: 440px;
	padding-left: 0;
}
.newsLetter-button {
    display: table;
    margin: 0 auto;
    width: 440px;
	background-position: 39% 3px;
}
.newsLetter-button:hover {
	background-position: 39% -56px;
}



/*inner pages*/
.shoppingCart li {
    font: 700 16px/63px 'Raleway',sans-serif;
    margin-left: 20px;
    padding-right: 10px;
    text-align: right;
    width: 220px;
}
.shoppingCart li:first-child {
    padding-right: 30px;
}

.cart-list01 li.cart-price02 {
    width: 65px;
}
.cart-list01 li.cart-quantity {
    width: 75px;
}
.cart-list01 li.cart-total {
    width: 45px;
}

.payment-method {
    width: 410px;
}
}
/*--*/
@media only screen and (max-width: 768px){
	
.reg-login-cart-box { width: 225px;}

.login-upper { width: 255px;}

.sidr-social {
	display: block;
}
.social-box {
	display: none;
}
.facebook-icon {
	background-position: 0px -19px;
}
.twitter-icon {
	background-position: -20px -19px;
}
.drive-icon {
	background-position: -40px -19px;
}
.googlePlus-icon {
	background-position: -60px -19px;
}
.googlePlus-icon:hover {
	background-position: right bottom;
}
.tabs-menu {
    max-width: 600px;
}
.tab-content-list li {
    width: 33.33%;
}
.tabs-menu li a {
	padding: 0 16px;

}

#sequence {
  height: 260px;
}
.demo-left {
    padding: 30px 12px 23px;
    width: 100%;
}
.demo-left h2 {
    font: 300 42px/44px 'Raleway',sans-serif;
    padding-bottom: 9px;
}
.demo-button {
    width: 100%;
}

.features-list li {
    min-height: 300px;
    padding: 25px 5px;
}
.feature-heading p {
	padding: 0;
}
.mainSix h2 {
    font: 300 34px/36px 'Raleway',sans-serif;
    padding-bottom: 25px;
}
.ca-container {
    width: 300px;
	height: 350px;
}
.ca-wrapper {
    width: 300px;
}
.ca-item {
    width: 300px;
}
.ca-nav span {
	top: 20%;
}
.ca-nav span.ca-nav-prev {
    left: -70px;
}
.ca-nav span.ca-nav-next {
    right: -70px;
}

/*inner pages*/
.exam-list01 li.price02 {
    width: 50px;
}
.exam-list01 li.buyExams {
    width: 82px;
}
.buyButton1 {
    background: none;
    font: 700 11px/15px 'Raleway',sans-serif;
    text-indent: 0px;
}
.shoppingCart li {
    font: 700 13px/50px 'Raleway',sans-serif;
    width: 180px;
	min-height: 50px;
}
.shoppingCart-numbers {
    font: 700 16px/19px 'Raleway',sans-serif;
    height: 30px;
    left: 10px;
    top: 10px;
    width: 30px;
}
.shoppingCart h3:before {
    line-height: 28px;
}
.cart-list01 li.cart-titles02 {
    width: 50%;
}
.cart-list01 li.cart-titles02 span {
    font-size: 14px;
    line-height: 20px;
}
.payment-method {
    width: 310px;
}
}
/*--*/
@media only screen and (max-width: 640px){
.logo-box {
    float: left;
}
.reg-login-cart-box {
	border: 0;
    float: none;
    margin: 0 auto;
    width: 364px;
}
.login-list li {
	border: 0;
}
.member-sidr-box {
    display: table;
    float: none;
    margin: 0 auto;
}
.register {
    background-position: 9px;
    width: 121px;
    text-indent: 22px;
}
.login-list li a {
	padding: 0;
}
.login {
    background-position: 9px;
    text-indent: 25px;
    width: 121px;
}
.cart {
    background-position: 9px center;
    padding-left: 0px !important;
    text-indent: 26px;
    width: 121px;
}

.pakage-group {
    width: 436px;
}
.pakage-group.pakage-group2 {
    width: 436px;
}
.price {
    background-size: 100% 100%;
    width: 168px;
}
.price.price2 {
    background-size: 100% 100%;
}
.pakage-list.pakage-list2 {
	padding-bottom: 8px;
}
.pakage-heading-box {
    padding: 0;
    width: 255px;
}
.pakage-heading-box h2 {
    padding: 9px 0 4px;
}
.pakage-list {
    padding: 0 0 8px;
}

.tabs-menu {
    max-width: 95%;
	padding-bottom: 7px;
}
.tabs-menu li {
	width: 100%;
	margin: 0 0 20px 0;
}
.tab-content-list li {
    width: 50%;
}

#sequence {
  height: 196px;
}
.title {
    font-size: 22px;
	bottom: 50%;
}
.subtitle {
    font-size: 15px;
	bottom: 47%;
}
.sequence-pagination {
    right: 32%;
}
.banner-button {
    height: 41px;
    width: 143px;
}
.banner-button a:after {
    height: 41px;
    width: 143px;
}
.banner-button a {
    width: 143px;
    font: 500 20px/35px 'Raleway',sans-serif;
	background: none;
}
.banner-button a:hover {
	background: none;
}
.demo-left h2 {
    font: 300 31px/33px 'Raleway',sans-serif;
    padding-bottom: 10px;
}
.demo-left p {
    font: 300 14px/24px 'Raleway',sans-serif;
    padding-bottom: 0;
}

.demo-image img {
    width: 94px;
}
.demo-left {
    padding: 22px 19px 0;
}
.demo-button {
    background-size: 88% auto;
    height: 200px;
}
.demo-button:hover {
    background-size: 88% auto;
}
.features p {
    font: 300 22px/29px 'Raleway',sans-serif;
    padding-bottom: 20px;
}
.features h2 {
    font: 300 40px/44px 'Raleway',sans-serif;
    padding-bottom: 10px;
}

.sequence-next, .sequence-prev {
    display: none !important;
}


.feature-heading p {
	padding: 0;
	font-size: 13px;
	line-height: 15px;
}

.features-list li {
    width: 50%;
    min-height: 220px;
	padding: 25px 10px;
}
.features-list li:nth-child(3n) {
	border-bottom: 1px dashed #000000;
	border-right: 1px dashed #000000;
}
.features-list li:nth-child(2n) {
	border-bottom: 1px dashed #000000;
	border-right: 0px dashed #000000;
}
.features-list li:nth-child(2n):after {
	display: none;
}
.features-list li:nth-child(4n) {
	border-bottom: 1px dashed #000000;
}
.features-list li:nth-child(4n):after {
	display: block;
}
.features-list li:nth-child(5n):before {
	top: -4px;
	left: 98.7%;
	z-index: 99999999;
}
.features-list li:nth-child(6n) {
	border-bottom: 0px dashed #000000;
}
.features-list li:nth-child(3n):after {
	border: 0px solid #000000;
	background: #f5f5f5;

}
.features-list li:nth-child(4n):before {
	border: 0px solid #000000;
	background: #f5f5f5;

}
.features-list li:nth-child(6n):after {
	border: 1px solid #000000;
	background: #f5f5f5;
	display: block;

}
.feature-heading h3 {
    font: 700 16px/18px 'Raleway',sans-serif;
}

.guaranty-icon, .tested-icon, .quality-icon, .try-icon, .security-icon, .promptly-icon {
	margin-bottom: 15px;
}
.mainSix {
    padding: 60px 0;
}
.mainSix h2 {
    font: 300 22px/26px 'Raleway',sans-serif;
    padding-bottom: 18px;
}
.mainSeven {
    padding: 40px 0 55px;
}
.payment-image {
	width: 460px;
}
.payment-image img {
	width: 460px;
}

/*inner pages*/

.inner-page-section {
    padding: 40px 0;
}

.exam-cisco h2 {
    font-size: 25px;
	line-height: 33px;
    padding-bottom: 16px;
}
.exam-cisco h3 {
    font-size: 22px;
	line-height: 28px;
    padding-bottom: 15px;
}
.exam-cisco p {
    font-size: 14px;
	line-height: 22px;
    padding-bottom: 20px;
}
.inner-try-demo {
    margin-bottom: 40px;
}
.exam-list01 li.titles02 {
    width: 50%;
}
.exam-list01 li.titles02 span {
    font-size: 13px;
    line-height: 18px;
}
.exam-list.exam-list02 {
	padding: 30px 0 50px;
}
.exam-list h2 {
    font: 300 30px/32px 'Raleway',sans-serif;
    padding-bottom: 24px;
}
.exam-list {
	padding: 30px 0 50px;
    margin-bottom: 60px;
}
.cert-list {
    margin-bottom: 60px;
    padding: 30px 0;
}
.cert-list h2 {
    font: 300 26px/28px 'Raleway',sans-serif;
    padding-bottom: 10px;
}
.shoppingCart li:first-child {
    padding-right: 0px;
}
.shoppingCart li {
    font: 700 12px/14px 'Raleway',sans-serif;
    margin: 0 20px 0 0;
    min-height: 70px;
    padding: 43px 0 0;
    width: 126px;
	text-align: center;
}
.shoppingCart-numbers {
    top: 16px;
}
.cart-list-box {
    padding: 40px 0px;
}
.cart-list01 li.cart-titles02 {
    width: 43%;
}
.subTotal {
    margin: 0 20px 40px 0;
}
.payment-method {
    width: 238px;
}
.confirm-order {
    padding: 10px 20px;
}
.pay-and-confirm-box {
    padding: 15px;
}


.shoppingCart-numbers {
    left: 36%;
    top: 6px;
}

.menu-box {
	left: -50px;
	width: 250px;
}

.col-md-6{ width:100%; display:block;}
.col-md-6.group {   padding: 20px 0;}
.col-md-8 { width: 100%;}
.col-md-4{ width: 100%;}
}
/*--*/
@media only screen and (max-width: 480px){
	
.exam-re-field {  width: 88%;   margin: 0 auto;   display: block;}

.form-banner {
    height: 142px;
    width: 100%; background:#eff2f3 ;
}
.login-upper {  width: 100%;}
	
.max-width {
	padding: 0 10px;
}
.logo-box {
    margin: 0 auto;
    float: none;
}
.reg-login-cart-box {
    float: none;
    margin: 0 auto;
    width: 121px;
}
.login-list li {
    width: 100%;
}
.login-list li a {
	font: 700 16px/40px 'Raleway',sans-serif;
    width: 100%;
}
.pakage-group {
    width: 297px;
}
.pakage-group.pakage-group2 {
    width: 297px;
}
.pakage-price-box {
    width: 95px;
}
.price {
    background-size: 100% 100%;
    width: 101px;
	height: 60px;
    font-size:43px;
	line-height: 60px;
}
.pakage-button1 {
    height: 38px;
	top: 153px;
	left: 4px;
    width: 86px;
    background-size: 100% 100%;
}
.pakage-button1 a {
	height: 38px;
	line-height: 38px;
    width: 86px;
    background:none;
	padding-left: 0;
	font-size: 13px;
	text-align: center;
}
.pakage-button1 a:hover {
	background: none;
}
.pakage-heading-box {
    padding: 0;
    width: 186px;
}
.pakage-heading-box h2 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 4px;
}
.pakage-list li {
	font-size: 13px;
}
.pakage-button2 {
    font-size: 13px;
    height: 37px;
    width: 110px;
}
.price.price2 {
	background-size: 100% 100%;
}
.pakage-list.pakage-list2 {
	padding-bottom: 7px;
}

.mainThree {
    padding: 30px 0 37px;
}
.tab-content {
    padding: 20px 10px 30px;
}
.tab-content-list li a {
    font: 300 15px/38px 'Raleway',sans-serif;
    padding-left: 10px;
}
.tabbing-box h2 {
    font: 300 30px/39px 'Raleway',sans-serif;
    padding-bottom: 6px;
}
.tabbing-box p {
    font-size:18px;
    padding-bottom: 15px;
}

.exam-list {margin-bottom: 0px;}

#sequence {
  height: 146px;
}
.subtitle2 {
    bottom: -17%;
}

.first_box {
    width: 100%;
}

.second_box img{position: relative; top: 0px; }

.second_box {width: 100%;}

.third_box {width: 100%;}

.pdf-img {width: 20%;}
	
.exam-list h2 { font: 300 16px/16px 'Raleway',sans-serif;}

.pdf-price {font-size: 28px;}

.pdf-title {width:58%;}
	
.pdf-download {width:100%;}
	
.hot-offer:after {display:none;}


.title {
    bottom: 68%;
    line-height: 24px;
}
.subtitle {
    bottom: 45%;
    line-height: 17px;
	max-width: 200px;
}
.banner-button a:after {
    border-width: 2px;
    height: 29px;
    top: -6px;
    width: 78px;
}
.banner-button a {
    border-width: 2px;
    font: 500 13px/24px 'Raleway',sans-serif;
    width: 77px;
}
.sequence-pagination {
    right: 34%;
}
.sequence-pagination li {
    margin-right: 7px;
}
.mainFour {
	padding: 10px 0 40px;
}
.demo-left {
    width: 100%;
}
.demo-left h2 {
    font: 300 40px/42px 'Raleway',sans-serif;
    padding-bottom: 13px;
}
.demo-left p {
    font: 300 17px/24px 'Raleway',sans-serif;
    padding-bottom: 20px;
}
.demo-button {
	width: 100%;
    background-size: 70% auto;
    height: 300px;
}
.demo-button:hover {
    background-size: 70% auto;
}

.features h2 {
    font: 300 29px/31px 'Raleway',sans-serif;
    padding-bottom: 7px;
}
.features p {
    font: 300 15px/23px 'Raleway',sans-serif;
    padding-bottom: 22px;
}

.features-list li {
    width: 100%;
	padding: 25px 5px 0;
	min-height: 0;
}
.features-list li:before {
    bottom: -3px;
    left: 0;
}
.features-list li:after {
    right: 0px;
    top: 99%;
}
.features-list li:first-child {
	border-bottom: 1px dashed #000000;
	border-right: 0px dashed #000000;
}

.features-list li:nth-child(2n) {
	border-bottom: 1px dashed #000000;
	border-right: 0px dashed #000000;
}
.features-list li:nth-child(2n):after {
	display: block;
}
.features-list li:nth-child(3n) {
	border-right: 0px solid #000000;

}
.features-list li:nth-child(3n):after {
	border: 1px solid #000000;

}
.features-list li:nth-child(4n):before {
	left: 0;
	border: 1px solid #000;
}
.features-list li:nth-child(4n):after {
	bottom: -4px;
}
.features-list li:nth-child(5n) {
	border-right: 0px solid #000000;
	border-bottom: 1px dashed #000000;
}
.features-list li:nth-child(5n):before {
	top: 99%;
	left: right;
}
.features-list li:nth-child(5n):after {
	left:0;
}
.features-list li:nth-child(6n) {
	border-bottom: 1px dashed #000000;
}
.mainSix {
    padding: 50px 0;
}
.textField2-box {
    width: 100%;
}
.newsLetter-button {
    width: 100%;
}
.ca-container {
    width: 300px;
	height: 350px;
}
.ca-wrapper {
    width: 300px;
}
.ca-item {
    width: 300px;
}
.ca-nav span {
	top: 33%;
}
.ca-nav span.ca-nav-prev {
    background-size: 100% auto;
    height: 48px;
    width: 24px;
    left: -24px;
}
.ca-nav span.ca-nav-next {
    background-size: 100% auto;
    height: 48px;
    width: 24px;
    right: -24px;
}
.testimonial-box h2 {
    font: 300 30px/34px 'Raleway',sans-serif;
    padding-bottom: 19px;
}
.payment-image {
	width: 300px;
    padding-bottom: 20px;
}
.payment-image img {
	width: 300px;
}
.copyRight-box {
    padding-top: 20px;
}
.footer-nav li a {
    font: 14px/18px 'Raleway',sans-serif;
    padding: 0 5px;
}
.footer-nav {
    margin-bottom: 15px;
}

.copyRight-box p {
    font: 14px 'Raleway',sans-serif;
	color: #999;
    width: 100%;
}
footer {
    padding: 55px 0 40px;
}

/*inner pages*/
.exam-list01 {
    font: 700 14px/16px 'Raleway',sans-serif;
}

.cisco-cert h3 {
    font: 300 20px/28px 'Raleway',sans-serif;
    padding-bottom: 14px;
}
.cisco-cert h2 {
    font: 300 31px/33px 'Raleway',sans-serif;
    padding-bottom: 15px;
}
.cisco-cert p {
    font: 14px/20px Calibri;
    padding-bottom: 40px;
}
.cart-list01 li.cart-titles02 span {
    font-size: 13px;
    line-height: 15px;
}
.cart-list01 {
    font: 500 14px/18px 'Raleway',sans-serif;
    padding: 14px 15px;
}
.cart-list01 li.cart-titles02 {
    width: 52%;
}
.cart-list01 li.cart-remove {
    width: 30px;
}
.cart-list01 li.cart-total {
	display: none;
}
.cart-list01 li.cart-quantity {
    width: 63px;
}
.cart-list01 li.cart-price02 {
    width: 42px;
}

.subTotal {
    margin: 0 0px 40px 0;
}
.payment-method {
    width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.confirm-order {
    width: 100%;
}
.shoppingCart li span {
    display: none;
}
.shoppingCart li {
	margin-right: 10px;
	width: 99px;
}
.shoppingCart li.active:after {
    background: none;
}
.shoppingCart li:after {
    background: none;
}
.shoppingCart-numbers {
    left: 33%;
    top: 6px;
}

.pakage-list li {
	padding-left: 12px;
}
}
@media only screen and (max-width: 360px){
	
	.exam-list {margin-bottom: 0px;}
	
.menu-box {
	top: 46px;
}
#site-menu {
    padding-left: 0px;
    width: 58px;
	font-size: 0;
}
#site-menu:hover {
    width: 58px;
}
.sidr {
	width: 260px;
}
.sidr ul li a {
    font: 700 14px/40px 'Raleway',sans-serif;
}
.sidr-search-field {
	font: 700 16px/60px 'Raleway',sans-serif;
	padding: 0 13px;
	color: #fed153;
}
#sequence {
  height: 131px;
}
.price {
    font-size: 39px;
}


.ca-nav span {
    top: 84%;
}
.ca-container {
    height: 307px;
}
.ca-nav span.ca-nav-prev {
	left: 40px;
}
.ca-nav span.ca-nav-next {
    right: 40px;
}
.aboutUs-box {
    padding: 20px 10px;
}
.testimonial-box h2 {
    padding-bottom: 15px;
}

/*inner pages*/
.cart-list01 {
    padding: 14px 5px;
}
.cart-list01.cart-list02 {
    padding: 9px 5px;
}

.shoppingCart li {
	width: 90px;
}



}





/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}
 
/*----- Menu -----*/
@media screen and (min-width: 860px) {
    .menu {
        width:100%;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        background:#303030;
    }
}
 
.menu ul {
    display:inline-block;
}
 
.menu li {
    margin:0px 20px 0px 0px;
    float:left;
    list-style:none;
    font-size:14px;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#dddddd;
    transition:color linear 0.15s;
	font-weight:bold;
}
 
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#f27f41;
}
 
/*----- Search -----*/
.search-form {
    float:right;
    display:inline-block;
}
 
.search-form input {
    width:200px;
    height:30px;
    padding:0px 8px;
    float:left;
    border-radius:2px 0px 0px 2px;
    font-size:13px;
}
 
.search-form button {
    height:30px;
    padding:0px 7px;
    float:right;
    border-radius:0px 2px 2px 0px;
    background:#c33c58;
    font-size:13px;
    font-weight:600;
    text-shadow:0px 1px 0px rgba(0,0,0,0.3);
    color:#fff;
}
 
/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
    .wrap {
        width:90%;
    }
}
 
@media screen and (max-width: 970px) {
    .search-form input {
        width:120px;
    }
}
 
@media screen and (max-width: 860px) {
    .menu {
        position:relative;
        display:inline-block;
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
		z-index:100;
    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
 
    .menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        /*border-radius:3px;*/
        background:#303030;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
 
    .search-form {
        margin:12px 0px 0px 20px;
        float:left;
    }
 
    .search-form input {
		    border: 1px solid #ddd
       /* box-shadow:-1px 1px 2px rgba(0,0,0,0.1);*/
    }
}








