

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.invalid{
	color: red !important;
}
a{ 
  text-decoration: none;
  color: #2f2f2f;
  
}
a:focus{
  outline: none;
  text-decoration: none;
}
h1,h2{
	font-family: 'Roboto', sans-serif; 
}
h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;	
}

h2 {
  color: #313338;  
  font-size: 72px;
  font-weight: 700;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.NoPadding{
	padding-left:0px;
	padding-right:0px;
}

.NoPaddingL{
	padding-left:0px;
}

.NoPaddingR{
	padding-right:0px;
}

img{
 border:none;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}
.coupon-discount-area{
	display: none;
}
#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}

/*--------.menu_area-------- */

.menu_area{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
}


.navbar-default {
  background-color: #FFF;
  border-color: transparent;
  margin-top: 0px;
}


.past-main {
  background-color: rgba(254,254,254,1);
  margin-top: 0px;
  margin-bottom:0px;
  padding:0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom:1px solid #9f9f9f;
}


#navbar{
  overflow-x: hidden;
}


.navbar-brand {    
	color: #158fe4 !important;
	font-size: 35px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	margin-top:20px;
}

.nav-search-bar{
	padding:10px 20px 0px 10px;
}

@media(max-width:1199px ){
.nav-search-bar{
	padding:12px 0px 0px 0px;
}
}

#top-menu{
	padding:0px;
}

.search-bar{
	padding-left:10px;
	padding-right:0px;
}

.search-bar input{
	font-weight: 300;
	color:#9f9f9f;
	font-size:13pt;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0px;
	box-shadow:none;
	padding-left:0px;
}

.search-bar input:focus{
	border-top:none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom:4px solid #06da51;
  color: #4c4c4c;
}


.navbar-default .navbar-nav > li > a {
  color: #4c4c4c;
  font-size: 11pt;
  font-weight: 400;
  text-transform: capitalize;
  padding:10px 0px;
  margin:0px 8px;
 }


.navbar-default .navbar-nav > li > a:hover{
  text-transform: capitalize;
  border-bottom:4px solid #06da51;
  color: #4c4c4c;
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  border-bottom:4px solid #06da51;
  color: #4c4c4c;
}

.navbar-user {
	padding-right:0px;
}

.navbar-user > ul {
	list-style:none;
}

.navbar-user > ul > li {
	display:inline-block;
}

.navbar-user > ul > li > a {
  color: #4c4c4c;
  font-size: 10pt;
  font-weight: 400;
  padding:10px 15px;
  text-decoration:none;
  display:block;
  line-height: 20px;
}
.navbar-user > ul > li > a:last-child{
	padding-right:0px;
}

.navbar-user > ul > .active > a,
.navbar-user > ul > li > a:hover {
	color:#2da2c8;
}

.nav-box-wrap{
	padding:0px 10px;
}

.nav-box{
	padding: 15px 0px;
    background-color: #f4f4f4;
    color: #6d6d6d;
    margin: 16px 2px 0px;
    width: 30%;
    display: inline-block;
}

.nav-box a{
	font-size:11pt;
	display:inline-block;
}

.nav-box a i{
	font-size: 18pt;
	display:inline-block;
	margin:0px 5px;
}



.nav-box:first-child{
	margin-left:0px;
}

.nav-box:last-child{
	margin-right:0px;
}

.nav-box:hover{
	color:#FFF;
	background-color: #158fe4;
}

.nav-box:hover a{
	color:#FFF;
}

#bars-content{
	position:fixed;
	background-color:#f4f4f4;
	display:none;
	margin-top:5px;
}

#bars-content ul > li > a {
  color: #4c4c4c;
  font-size: 12pt;
  font-weight: 300;
  padding:6px 15px;
  text-decoration:none;
  display:block;
}

#bars-content > ul > .active > a,
#bars-content > ul > li > a:hover {
	color: #FFF;
    background-color: #158fe4;
	border:1px solid #FFF;
}

@media(min-width: 1200px){
.navbar-brand { 
	width:22%;
	margin-left:0px !important;
}

.nav-search-bar {
	width:57.333333%;
}

.nav-box-wrap{
	width:20.666667%;
}
}

@media(max-width:999px ){
.nav-box-wrap{
	text-align:right;
}
.nav-box{
	padding:20px 25px;
	margin:5px 2px;
	width:auto;
	font-size: 18pt;
}
}

@media(max-width:768px ){
.navbar-user{
	padding-left:0px;
}
.navbar-user > ul > li {
	display:block;
	text-align:left !important;
}
.navbar-user > ul > li > a {
  padding:10px 10px;
}
.nav-box-wrap {
	padding:20px 0px;
}
.navbar-collapse{
	height:auto !important;
	max-height:450px !important;
	border-bottom:1px solid #9f9f9f;
}
}

.slider_area{
	float: left;
	display: inline;
	width: 100%;
	height:600px;
	margin-top:90px;
}

.slider-links{
	position: relative;
    bottom: 130px;
    text-align: left;
}

.slider-links .btn-blue-light {
    background-color: transparent;
    color: #FFF;
    padding: 18px 30px;
    border:2px solid #FFF;
	margin-right:15px;
	font-size:12pt;
}

.slider-links .btn-blue-light:hover{
	border:none;
	border:2px solid #06da51;
}

@media(max-width:1199px ){
.slider_area{
	margin-top:155px;
}
.slider-links{
	position: relative;
    bottom: 100px;
    text-align: left;
}
}

@media(max-width:991px ){
.slider_area{
	margin-top:255px;
}
.slider-links{
	position: relative;
    bottom: 50px;
    text-align: left;
}
}

@media(max-width:767px ){
.slider_area{
	margin-top:90px;
}
.slider-links{
	position: relative;
    bottom: 75px;
    text-align: left;
}
}

@media(max-width:729px ){
.slider-links{
	position: relative;
    bottom: 50px;
    text-align: left;
}
.slider-links .btn-blue-light {
    background-color: transparent;
    color: #FFF;
    padding: 18px 25px;
    border:2px solid #FFF;
	margin-right:15px;
	font-size:11pt;
}

}

@media(max-width:659px ){
.slider-links{
	position: relative;
    bottom: 20px;
    text-align: left;
}
.slider-links .btn-blue-light {
    background-color: transparent;
    color: #FFF;
    padding: 18px 20px;
    border:2px solid #FFF;
	margin-right:15px;
	font-size:10pt;
}

}

@media(max-width:579px ){
.slider-links{
	position: relative;
    bottom: 0px;
	top:20px;
    text-align: left;
}

}

@media(max-width:499px ){
.slider-links{
	display:none;
}
}



.slider_overlay {
  /*background: none repeat scroll 0 0 #242434;*/
  height: 100%;
  /*opacity: 0.8;*/
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}


/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
	width: 100px;
	height: 100px;
}


.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}


.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}


.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}


.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}


.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}


.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}


.slides-navigation h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}


.slides-navigation a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


.slides-navigation a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}


.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
	height: 50%;
}


.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}


.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}


.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}


.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}


.slides-navigation a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}


/*===SLIDER CAPTION===*/


.slider_caption {
  margin-top: 8%;
  padding: 0px 15px;
  position: relative;
  text-align: center;
  z-index: 999;
}

.slider_caption img{
	width:100% !important;
	text-align:center;
	position:relative !important;
	left:auto !important;
	top:auto !important;
	height:auto !important;
}


.slider_caption > h2 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}


.slider_caption>p{
	color: #ffffff;
	font-size: 20px;	
}


.slider_caption>a{		
	margin-top: 30px;	
}


.slider_btn{
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
}


.slider_btn:hover,.slider_btn:focus{
	text-decoration: none;
}

.slides-navigation{ 
	display:none;
}

.slides-pagination a.current {
    background: #FFF;
}


/*--------------------*/
/* PRICING SECTION */
/*--------------------*/


#home-about {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline;
  float: left;
  padding: 0px;
  width: 100%;
}


.home-about-area {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  border:1px solid #e5e5e5;
}

.hom-abot-box-wrap{
	padding:0px;
	border-left:1px solid #cdcdcd;
}

.home-about-area .hom-abot-box-wrap:first-child{
	border-left:none;
}

.hom-abot-box {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  background: #f6f6f6;
  color:#464646;
  padding: 35px 0px;
}

@media(max-width:991px ){
.hom-abot-box {
  min-height:280px;
}
}

@media(max-width:767px ){
.hom-abot-box-wrap{
	border-bottom:1px solid #cdcdcd;
}
}

.hom-abot-box i{
	display:block;
	width:100%;
	height:70px;
	background-position:center center;
	background-repeat:no-repeat;
}

.hom-abot-box #sec-icon{
	background-image:url(../img/security-icon-dark.png);
}

.hom-abot-box #cust-icon{
	background-image:url(../img/customer-icon-dark.png);
}

.hom-abot-box #ser-icon{
	background-image:url(../img/services-icon-dark.png);
}

.hom-abot-box #gur-icon{
	background-image:url(../img/thumb-up-icon-dark.png);
}

.hom-abot-box-wrap:hover #sec-icon{
	background-image:url(../img/security-icon.png);
}

.hom-abot-box-wrap:hover #cust-icon{
	background-image:url(../img/customer-icon.png);
}

.hom-abot-box-wrap:hover #ser-icon{
	background-image:url(../img/services-icon.png);
}

.hom-abot-box-wrap:hover #gur-icon{
	background-image:url(../img/thumb-up-icon.png);
}

.hom-abot-box h2{
	color:#464646;
	font-weight:700;
	font-size:40pt;
	margin:15px 0px 0px;
}

.hom-abot-box p{
	color:#464646;
	font-weight:400;
	font-size:14pt;
	margin:0px 0px;
	letter-spacing:1px;
}

.hom-abot-box-wrap:hover .hom-abot-box {
  background: #158fe4;
}

.hom-abot-box-wrap:hover .hom-abot-box h2,
.hom-abot-box-wrap:hover .hom-abot-box p{
	color:#FFF !important;
}


.practice-area {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.practice-box {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  background: #FFF;
  color:#FFF;
  padding: 35px 0px;
}

.practice-box h3 {
  color:#000;
  font-weight:300;
  font-size:24pt;
  margin:50px 0px 0px;
  text-transform:uppercase;
}

.practice-box h3 span{
	color:#158fe4;
	font-weight:700;
}

.practice-box p {
  color:#000;
  font-weight:400;
  font-size:13pt;
}

.Btns { width:235px; margin:30px auto;}
.Btns a.Demo {
	background-color: #08699a;
	display:block; width:235px; height:55px; text-align:center; color:#fff; text-transform:uppercase;
	border-radius:5px; transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s;
}				
	
.Btns a.Demo span { background:url(../img/setting-icon.png) no-repeat right 11px center #158fe4; text-indent:-9999px; float:right; width:50px; height:55px; padding:0 6px 0 0; transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; border-radius:0px 5px 5px 0px;}
.Btns a.Demo strong { display:inline-block; margin-top:16px; font-size:13pt;  font-weight:400;}

.Btns a.Demo:hover { background:#06da51;}
.Btns a.Demo:hover span { border-left:1px solid #fff;}

/*----------------------------------*/
/* POPULAR CERTIFICATIONS SECTION */
/*----------------------------------*/

#PoplrCertifction {
  display: inline;
  float: left;
  width: 100%;
  padding: 80px 0px 30px;
  background: url(../img/certifications-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment:fixed;
}


.PoplrCertifction_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 200px;
}


.heading{
	float: left;
	display: inline;
	width: 100%;
}


.heading h2 {
	display: inline-block;
	font-size: 30pt;
	border-bottom:none;
	font-weight:300;
	color:#FFF;
	margin-bottom:0px;
	padding-bottom:0px;
}

.heading h2 strong{
	font-weight:700;
}

.heading p{
	color:#FFF;
	font-size: 16pt;
	font-weight: 400;
}


.PoplrCertifction_content{
	float: left;
	display: inline;
	width: 100%;
	padding: 30px 0px 50px;
}


.PoplrCertifction_featured{
	float: left;
	display: inline;
	width: 100%;
}

.PoplrCertifction_featured .panel-group .panel-heading{
	display:inline-block;
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0px;
  margin-top:0px;
  box-shadow: none;
  background:transparent !important;
}


.panel-group .panel + .panel {
  margin-top: 0;
}


.panel-default {
  border-color: transparent;
}


.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border: 0 none !important;
  padding: 5px 15px;
}

.panel-heading-wrapr{
	margin-bottom: 30px;
}


.panel-title {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #1386d6;
    border: 2px solid #92c7ec;
    padding: 15px 60px;
}


.panel-title a {
  display: block;
  text-decoration: none;
}

.panel-title:hover{
	background-color:#06da51;
}

.panel-title:hover a{
	color:#FFF;
}


@media(max-width:768px ){
.PoplrCertifction_featured .panel-group .panel-heading{
	display:block;
}

.panel-title {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #1386d6;
    border: 2px solid #92c7ec;
    padding: 15px 50px;
	width:90%;
	margin:0 auto;
}

}


.panel-default .in{	
  padding-left:0px;
  margin-left: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
  border:none;
  color:#FFF;
}


.panel-title a span{
  margin-right: 5px;
}


.panel-body { 
  border-top-color: transparent !important;
  padding: 0px 15px;
  margin: 10px 0px;
}

.panel-body .panel-body-in{
	padding:20px 0px;
}

.panel-body h3{ 
  font-weight:500;
  font-size:14pt;
}

.panel-body p{ 
  font-weight:300;
  font-size:11pt;
}

.btn-blue-light{
	background-color:#08699a;
	color:#FFF;
	padding:18px 40px;
	text-transform:uppercase;
	font-weight:400 !important;
	font-size:11pt;
	text-decoration:none;
}

.BtnAllCertifctn{
	margin-top:40px;
}

.btn-blue-light:hover{
	color:#FFF;
	background:#06da51;
}

/*--------------------*/
/* PDF DEMO SECTION */
/*--------------------*/


#pdf-demo {
  display: inline;
  float: left;
  padding: 15px 0px;
  width: 100%;
  background:#e3e3e3;
}

#pdf-demo .Pdf-Heading h2{
  color: #000;
  display: inline-block;
  font-size: 19pt;
  margin:15px 0px 0px 0px;
  padding:0px;
  line-height:normal;
  text-transform: uppercase;
  font-weight: 700;
}

#pdf-demo .Pdf-Heading p{
	color:#000;
	font-weight:300;
	font-size:19pt;
}

#pdf-demo .Btns{
	margin-bottom:0px;
	margin-top:15px;
}

/*---------------------------*/
/* SUPPORT FEATURES SECTION */
/*---------------------------*/


#SuportFeturs{
	float: left;
	display: inline;
	width: 100%;
	padding:80px 0px; 
}

#SuportFeturs .heading h2{
	color:#000;
}

#SuportFeturs .heading p{
	color:#000;
}

.support_area{
	float: left;
	display: inline;
	width: 100%;
}


.support_slider{
	float: left;
	display: inline;
	width: 100%;
	margin-top:30px;
}


.support_slider .slick-next,
.support_slider .slick-prev{
	height: 32px;
    border-radius: 50%;
    width: 32px;
	background-color:#d2d2d2;
}

.support_slider .slick-next:hover,
.support_slider .slick-prev:hover{
	background-color:#2da2c8;
}

.support_slider .slick-prev{
	background-position:-2px;
}

.support_slider .slick-next{
	background-position:2px;
}


.single_support {
  display: inline;
  float: left;
  padding: 25px 10px;
  text-align: center;
  width: 100%;
}


.support_img {
  border:1px solid #8493a6;
  border-radius: 100%;
  height: 102px;
  margin: 0 auto 15px;
  padding:5px;
  width: 100px;
}

.support_img a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    line-height: 85px;
    font-size: 18pt;
	transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s;
}

.support_img a:hover{
	color:#FFF;
	background-color:#158fe4;
}


.single_support h5 {
  color: #494949;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13pt;
  letter-spacing:-0.5px;
}

.single_support h5 strong{
	font-weight:700;
}

.single_support p {
  line-height: 19px;
  font-weight:300;
  color:#353535;
  font-size:11pt;
}

/*--------------------------------*/
/* SATISFIED CUSTOMER SECTION */
/*--------------------------------*/


#SatisfiCustomr{
	display: inline;
	float: left;
	width: 100%;
	padding: 40px 0px;
	background: url(../img/customer-bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment:fixed;
}


#SatisfiCustomr .satisfi-video-thumb{
	margin:30px 0px;
}

@media(max-width:767px ){
#SatisfiCustomr .satisfi-video-thumb img{
	width:100%;
}
}

.satisfied_customer p{
	color:#FFF;
	font-size:12pt;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
}

.clients_slider{
	width:90%;
	margin:30px auto;
}

.clients_slider .slick-list{
	padding:20px 20px !important;
}

.clients_box {
	display:inline-block;
	height:auto;
}

.clients_box .single_client {
	vertical-align:middle;
}

.single_client {
  border: 1px solid #ccc;
  display:inline-block;
  text-align: center;
  padding: 25px 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin:0 auto;
}

.slick-center .single_client{
	transform:scale(1.4);
}

.slick-slide {
	padding:0px 10px;
}


.single_client>img{
	margin: 0 auto;
}


.clients_slider .slick-prev,
.clients_slider .slick-next {
  height: 32px;
  border-radius: 50%;
  width: 32px;
  background-color:#d2d2d2;
  top:44%;
}

.clients_slider .slick-next:hover,
.clients_slider .slick-prev:hover{
	background-color:#2da2c8;
}

.clients_slider .slick-prev{
	background-position:-2px;
}

.clients_slider .slick-next{
	background-position:2px;
}


/*-----------------------------------*/
/* POPULAR EXAMS SECTION */
/*-----------------------------------*/


#PopulrExam{
	background: none repeat scroll 0 0 #e3e3e3;
	display: inline;
	float: left;
	padding: 50px 0 80px;
	width: 100%;
}


#PopulrExam .heading h2{
	color:#000;
}


#PopulrExam .heading p{
	color:#000;
}


.popular-exam{
	float: left;	
	display: inline;	
	width: 100%;		
}


.popular_slider{
	float: left;	
	display: inline;	
	width: 100%;	
}


.popular_slider>li{
	width: 380px;
	margin: 0 auto;
}

.single-popular-exam {
  display: inline;
  float: left;
  padding: 25px 10px;
  text-align: center;
  width: 100%;
}

.popular_img {
  border:1px solid #8493a6;
  border-radius: 100%;
  height: 102px;
  margin: 0 auto 15px;
  padding:5px;
  width: 100px;
}

.popular_img a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    line-height: 85px;
    font-size: 16pt;
	transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s;
	text-decoration:none;
}

.popular_img a:hover{
	color:#FFF;
	background-color:#158fe4;
}

.single-popular-exam h5 {
  color: #494949;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13pt;
  letter-spacing:-0.5px;
}

.single-popular-exam h5 strong{
	font-weight:700;
}


.popular_slider .slick-dots li {
  border: 1px solid #666666;
  color: #717171;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 102px;
  margin: 0 5px;
  padding: 7px 5px;
  position: relative;
  width: 34px;
}

.popular_slider li.slick-active {
  color: #158fe4;
}


.popular_slider .slick-dots li button:before {
  content:none;  
}


.popular_slider .slick-dots li button {
  background: none repeat scroll 0 0 #666666;
  height: 6px;
  padding: 0px;
  width: 20px;
}

.popular_slider .slick-dots li:hover button {
  background: none repeat scroll 0 0 #158fe4;
}


/*-------------------------------------*/
/* SECURITY AND PRIVACY SECTION */
/*-------------------------------------*/


#SecGurnty {
  display: inline;
  float: left;
  padding: 50px 0px 10px;
  width: 100%;
  background:#FFFFFF;
}

#SecGurnty h2{
	font-size: 26pt;
	font-weight: 300;
	color:#000;
}

#SecGurnty p{
	font-size: 12pt;
	font-weight: 300;
	color:#000;
	text-align:justify;
}

.sec-privcy, 
.mony-gurnty{
	padding:30px 0px;
	border-bottom:1px solid #e8e8e8;
}





/*-------------------------------------*/
/* WHO CHOSSE US SECTION */
/*-------------------------------------*/


#WhoUs {
  display: inline;
  float: left;
  padding: 10px 0px 40px;
  width: 100%;
  background:#FFFFFF;
}

#WhoUs .heading h2{
	color:#000;
}

#WhoUs .heading p{
	font-weight: 300;
	color:#000;
}

.members img{
	width:100%;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
	background-color: #e0e0e0;
}

#footer h3{
	font-weight:600;
	font-size:13pt;
	text-transform:uppercase;
	color:#000;
}

#other-links ul li{
	list-style:disc inside;
}

#other-links ul li a{
	color:#000;
	text-decoration:none;
}

#other-links ul li a:hover{
	color:#337ab7;
}

#site-secure .secure-img {
    background: #FFF;
    margin: 20px auto 0px;
    width: 60%;
    padding: 25px 0px;
}

#help-support p{
	color:#000;
}

#help-support #copyright{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #cbcbcb;
}

#help-support .btn-blue-light{
	padding:10px 20px;
	color:#FFF;
}

@media(max-width:767px ){
#other-links{
	text-align:center;
}

#other-links ul li{
	list-style:none;
}

#help-support{
	text-align:center;
}
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
  max-width: 100%;
}


.img-right{
  display: block;
  margin-left: auto;  
  max-width: 100%;
}


.img-left {
  display: block; 
  margin-right: auto;  
  max-width: 100%;
}

.post_navigation {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}


.previous_nav {  
  display: block;
  float: left; 
  padding: 10px 20px;
  /*border-radius: 12px;*/
  font-weight: bold;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.previous_nav>i{
  margin-right: 5px;
}


.next_nav {
  /*border-radius: 12px;  */
  display: block;
  float: right;
  padding: 10px 20px;
  font-weight: bold;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.next_nav>i{
  margin-left: 5px;
}


.next_nav:hover,
.previous_nav:hover{
  color: #ffffff;
  text-decoration: none;
  outline: none;
}


.similar_post {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px; 
  padding: 0 15px;
  width: 100%;
}


.similar_post h2 {
  border-bottom: 1px dotted #798992;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


.social_link {
  display: inline;
  float: left;
  margin-bottom: 25px;
  margin-top: 20px;
  width: 100%;
}


.sociallink_nav {
  text-align: center;
}


.sociallink_nav li{
  display: inline-block;
}


.sociallink_nav li a {
  border:1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 8px 12px;
  margin: 0px 3px;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.sociallink_nav li a:hover{
  background-color: #fff !important;  
}


.sociallink_nav li:nth-child(1) > a {
  background: none repeat scroll 0 0 #3b5998;
  padding: 8px 15px;
}


.sociallink_nav li:nth-child(2) > a {
  background: none repeat scroll 0 0 #00acee;
}


.sociallink_nav li:nth-child(3) > a {
  background: none repeat scroll 0 0 #dd4b39;
}


.sociallink_nav li:nth-child(4) > a {
  background: none repeat scroll 0 0 #0e76a8;
}


.sociallink_nav li:nth-child(5) > a {
  background: none repeat scroll 0 0 #c92228;
}


/*============================================
			START BREADCRUM STYLE
==============================================*/

#BreadCrumb {
  background: #60a9ea;
  display: inline;
  float: left;
  margin-top: 90px;
  padding: 10px 0;
  width: 100%;
}

.BreadCrumbList{
	list-style:none;
	margin:0px;
}

.BreadCrumbList li{
	display:inline-block;
	color:#FFF;
	font-weight:400;
	font-size:11pt;
}

.BreadCrumbList li a{
	color:#FFF;
	font-weight:400;
	font-size:11pt;
	text-decoration:none;
}

.BreadCrumbList li i{
	color:#FFF;
	font-size:8pt;
	margin:0px 10px;
}

.BreadCrumbList li a:hover{
	color:#000;
}

@media(max-width:1199px ){
#BreadCrumb{
	margin-top:155px;
}
}

@media(max-width:991px ){
#BreadCrumb{
	margin-top:255px;
}
}

@media(max-width:767px ){
#BreadCrumb{
	margin-top:90px;
}
}


/*============================================
			START LOGIN REGISTER STYLE
==============================================*/

#LoginRegiter{
	display: inline;
    float: left;
    padding: 40px 0px;
    width: 100%;
    background: #f9f9f9;
	margin-bottom:30px;
}

#LoginRegiter h2{
	color:#000;
	font-weight:300;
	font-size:22pt;
}

#LoginRegiter p{
	color:#000;
	font-weight:400;
	font-size:11pt;
}

.LoginForm{
	display: inline;
    float: left;
    padding: 20px 0px 40px;
    width: 100%;
	margin-bottom:30px;
	border-bottom:1px solid #e8e8e8;
}

.RegisterForm{
	display: inline;
    float: left;
    padding: 20px 0px;
    width: 100%;
}

#LoginRegiter form input{
	height:40px !important;
}

#LoginRegiter a{
	color:#08699a;
	text-decoration:none;
}

#LoginRegiter a:hover{
	color:#06da51;
}

#LoginRegiter .btn-blue-light{
	padding:10px 30px;
}


/*============================================
			START CONTACT STYLE
==============================================*/

.ContactForm{
	display: inline;
    float: left;
    padding: 20px 0px 40px;
    width: 100%;
}

#LiveSupport{
	background:#FFF;
	border:1px solid #dbdbdb;
}

.live-support{
	background:#FFF;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:40px;
}

.live-support .btn-blue-light{
	color:#FFF !important;
	margin-top:20px;
}

.live-support h3{
	color:#60a9ea;
	font-weight:300;
	font-size:22pt;
	margin:25px 0px 20px;
}

.live-support-help{
	padding:35px 0px;
}

.live-support-help a{
	font-size:12pt;
}


/*============================================
			START VENDOR STYLE
==============================================*/

#VendorPack{
	display: inline;
    float: left;
    padding: 30px 0px;
    width: 100%;
	background:#FFF;
}

@media(max-width:991px ){
.vendor-pack{
	margin-bottom:15px;
	text-align:center;
}
}

@media(max-width:767px ){
.vendor-pack{
	margin-bottom:15px;
}
.vendor-pack img{
	width:100%;
}

.info-box{
	margin:15px 0px !important;
}

.info-box form .form-group{
	margin-right:0px !important;
}

}

.info-box{
	background:#f4f4f4;
	margin-right:15px;
	margin-left:-15px;
	padding:15px 20px 50px;
	font-weight:400;
	color:#000;
	font-size:12pt;
	min-height:405px;
}

.info-box:last-child{
	margin-right:0px;
	margin-left:0px;
}

.info-box h3{
	color:#60a9ea;
	text-transform:uppercase;
	font-weight:400;
}

.info-box h2{
	color:#60a9ea;
	text-transform:uppercase;
	font-weight:400;
	font-size:35pt;
	margin:20px 0px 10px;
}

.info-box ul li i{
	color:#60a9ea;
	margin-right:5px;
	font-size:8pt;
}

.info-box ul li span{
	color:#60a9ea;
	margin:2px 0px;
	display:inline-block;
}

.info-box form .form-group{
	margin-right:15px;
}

.info-box form .form-group:last-child{
	margin-right:0px;
}

#ReCrtification{
	display: inline;
    float: left;
    padding: 0px 0px 40px;
    width: 100%;
	background:#FFF;
}

.RecertWrap{
	border:1px solid #e8e8e8;
	margin-top:30px;
}

.Recertification{
	display: inline;
    float: left;
    padding: 15px;
    width: 100%;
	
}

.Recertification .heading h2{
	font-family: 'Raleway', sans-serif;
	font-size:20pt;
	text-transform:none;
	color:#000;
	font-weight:500;
	letter-spacing:normal;
}

.Recertification .heading p{
	color:#000;
	font-size:11pt;
	font-weight:400;
}

.VendorCertContent{
	display: inline;
    float: left;
    width: 100%;
}

.VendorList{
	border:1px solid #e8e8e8;
	border-top:none;
	padding:15px 0px 15px 30px;
	min-height:500px;
}

.VendorList ul{
	max-height:400px;
	overflow:auto;
}

.VendorList ul li{
	margin:3px 0px;
}

.VendorList ul li a{
	font-weight:400;
	color:#000;
	text-decoration:none;
	font-size:10pt;
}

.VendorList ul li a:hover{
	color:#094f9d;
}

.VendorList ul li a i{
	margin-right:10px;
	color:#000;
	font-size:8pt;
}

.VendorCerDataWrap{
	background:#fffedf;
	border:1px solid #e8e8e8;
	border-top:none;
	padding:30px 0px 30px 30px;
	min-height:500px;
}

.VendorCerData{
	max-height:400px;
	overflow:auto;
}

.CerData-Box{
	background:#FFF;
	border:1px solid #e8e8e8;
	padding:15px 20px;
	margin:15px;
}

.CerData-Box h4{
	font-weight:400;
	font-size:13pt;
	margin-top:0px;
}

.CerData-Box h4 span{
	font-size:11pt;
	color:#d40707;
	display:inline-block;
	margin:0px 10px;
}

.CerData-Box h4 strong{
	font-weight:600;
	font-size:10pt;
}

.CerData-Box p{
	font-weight:400;
	font-size:10pt;
}

.CerData-Box a{
	padding:8px 20px;
	font-size:10pt;
}

@media(min-width:992px ){
.CerData-Box {
	width:45% !important;
}
}

@media(max-width:361px ){
.CerData-Box h4 span{
	margin:10px 0px;
}
}

/* New CSS Start */

#MemberAreaTab{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
}

/*  demo tab */
div.member-tab-container{
  z-index: 10;
  background-color: #FFFFFF;
  padding: 0 !important;
}
div.member-tab-menu{
  padding: 0;
   background-color: #f4f4f4;
}
div.member-tab-menu div.list-group{
  margin-bottom: 0;
}
.list-group-item:first-child{
	border-radius:0 !important;
}

.list-group-item:last-child{
	border-radius:0 !important;
}
div.member-tab-menu div.list-group>a{
  margin: 0;
  padding:10px 0px 16px 35px;
  font-weight:400;
  font-size:12pt;
  background-color: #f4f4f4;
  border-color:#ffffff;
  color:#8b8b8b;
}

div.member-tab-menu div.list-group>a>i{
	color:#8b8b8b;
	font-size:24pt;
	display:inline-block;
	margin-right:10px;
	position:relative;
	top:5px;
}

div.member-tab-menu div.list-group>a:hover{
	color: #ffffff;
	border: 1px solid #337ab7;
}

div.member-tab-menu div.list-group>a:hover i{
	color:#FFF;
}

div.member-tab-menu div.list-group>a.active{
  background-color: #337ab7;
  color: #ffffff;
  border: 1px solid #337ab7;
}

div.member-tab-menu div.list-group>a.active i{
	color:#FFF;
}

a.list-group-item:hover, a.list-group-item:focus{
	background-color: #337ab7 !important;
  color: #ffffff;
  border: 1px solid #337ab7;
}

div.member-tab-content{
  background-color: #f9f9f9;
  /* border: 1px solid #eeeeee; */
  padding: 25px 35px;
}

div.member-tab div.member-tab-content:not(.active){
  display: none;
}

.member-tab-content h2{
	font-weight:300;
	font-size:18pt;
	text-transform:none;
	margin-bottom:10px;
	padding-bottom:0px;
	color:#161616;
}

.member-tab-content p{
	font-weight:400;
	font-size:13pt;
	margin:15px 0px;
}


.dash-tab-singl{
	padding:20px 20px;
	position: relative;
	z-index: 90;
	text-align:center;
	background:#FFF;
	 margin:20px 0px;
	  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 1px 2px -1px rgba(0, 0, 0, .2);
	 
}

.rib-wrapper-tab {
  position: absolute;
  top: -14px;
  right: -14px;
}

.rib-tab {
    position: relative;
    left: 0px;
    top: 0px;
    width: 38px;
    background: #dd3b10;
    height: 38px;
	border-radius:50%;
	color:#FFF;
	line-height:38px;
	font-size:12pt;
}

.dash-tab-singl i{
	font-size:24pt;
	color:#8b8b8b;
	margin:5px 0px;
}

.dash-tab-singl h3{
  font-weight:400;
  font-size:14pt;
  color:#8b8b8b;
  line-height:26px;
  margin:0px;
}

/* DESKTOP TAB */

.desk-tab-singl{
	margin:0px 0px 20px;
}

.desk-tab-singl-head{	
  padding:10px 15px;
  border:1px solid #dbdbdb;
  min-height:50px;
}

.desk-tab-singl-head h3{
  font-weight:600;
  font-size:13pt;
  color:#000000;
  line-height:26px;
  margin:0px;
}

.desk-tab-singl-head h3 strong{
	color:#d0190b;
	font-weight:600;
}

.desk-tab-singl-head h3 span{
	display:inline-block;
	font-weight:300;
	font-size:10pt;
	margin-left:15px;
	background:#189f0b;
	border-radius:4px;
	color:#FFF;
	padding:0px 5px;
	line-height:21px;
}

.desk-tab-singl-head p{
	margin:0px;
}

.desk-tab-singl-head p span{
	margin:0px;
	font-size:11pt;
}

.link-green{
	display:inline-block;
	font-weight:300;
	font-size:10pt;
	background:#189f0b;
	border-radius:4px;
	color:#FFF;
	padding:2px 10px;
	line-height:21px;
	margin:8px 0px;
	text-decoration:none;
}

.link-green:hover{
	color:#FFF;
	text-decoration:none;
}

.link-yellow{
	display:inline-block;
	font-weight:300;
	font-size:10pt;
	background:#e2bb06;
	border-radius:4px;
	color:#FFF;
	padding:2px 10px;
	line-height:21px;
	text-decoration:none;
}

.link-yellow:hover{
	color:#FFF;
	text-decoration:none;
}

.desk-tab-singl h4{
  font-weight:400;
  font-size:11pt;
  color:#000000;
  line-height:26px;
  margin:0px;
}

.desk-tab-singl h4 strong{
	color:#d0190b;
	font-weight:400;
	font-size:10pt;
	margin-left:10px;
}

.desk-tab-singl-detail{
	border:1px solid #dbdbdb;
	border-bottom:none;
	border-top:none;
	background:#FFF;
	padding:15px 15px;
}

.desk-tab-singl-detail p{
	font-weight:400;
	font-size:13pt;
	margin:0px 0px;
}

.desk-tab-singl-detail .btn-green{
	margin-top:10px;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:400;
}

.desk-tab-singl-detail .btn i{
	display:inline-block;
	margin-right:5px;
}


/* DESKTOP TAB */

.online-tab-singl{
	margin:0px 0px 20px;
}

.online-tab-singl-head{	
  padding:10px 15px;
  border:1px solid #dbdbdb;
  min-height:50px;
}

.online-tab-singl-head h3{
  font-weight:600;
  font-size:13pt;
  color:#000000;
  line-height:26px;
  margin:0px;
}

.online-tab-singl-head h3 strong{
	color:#d0190b;
	font-weight:600;
}

.online-tab-singl-head h3 span{
	display:inline-block;
	font-weight:300;
	font-size:10pt;
	margin-left:15px;
	background:#189f0b;
	border-radius:4px;
	color:#FFF;
	padding:0px 5px;
	line-height:21px;
}

.online-tab-singl-head p{
	margin:0px;
}

.online-tab-singl-head p span{
	margin:0px;
	font-size:11pt;
}

.online-tab-singl h4{
  font-weight:400;
  font-size:11pt;
  color:#000000;
  line-height:26px;
  margin:0px;
}

.online-tab-singl h4 strong{
	color:#d0190b;
	font-weight:400;
	font-size:10pt;
	margin-left:10px;
}

.online-tab-singl-detail{
	border:1px solid #dbdbdb;
	border-bottom:none;
	background:#FFF;
	padding:15px 15px;
}

.online-tab-singl-detail h3{
  font-weight:600;
  font-size:13pt;
  color:#000000;
  line-height:26px;
  margin:0px;
}

.online-tab-singl-detail h3 strong{
	color:#d0190b;
	font-weight:600;
}

.online-tab-singl-detail h3 span{
	display:inline-block;
	font-weight:300;
	font-size:10pt;
	margin-left:15px;
	background:#189f0b;
	border-radius:4px;
	color:#FFF;
	padding:0px 5px;
	line-height:21px;
}

.online-tab-singl-detail p{
	font-weight:400;
	font-size:11pt;
	margin:5px 0px 0px;
}

.online-tab-singl-detail .btn-green{
	margin-top:10px;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:400;
}

.online-tab-singl-detail .btn i{
	display:inline-block;
	margin-right:5px;
}

#ConfirmOrder {
  display: inline;
  float: left;
  width: 100%;
  padding: 20px 0px 40px;
  background:#FFFFFF;
}

.ConfirmOrder_area{
	float: left;
	display: inline;
	width: 100%;
	background:#f7f7f7;
}

#ConfirmOrder .heading{
	margin-bottom:15px;
	font-family: 'Lato', sans-serif;
}

#ConfirmOrder .heading h2{
	font-family: 'Lato', sans-serif;
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    text-transform: none;
    line-height: normal;
    color: #000;
	font-size:26pt;
	font-weight:700;
}

#ConfirmOrder .heading h3{
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: none;
    text-transform: none;
    line-height: normal;
    color: #17a3cb;
	font-size:16pt;
	font-weight:700;
	margin-top:5px;
}

#ConfirmOrder .heading p{
	font-family: 'Lato', sans-serif;
	font-size:11pt;
	color:#797979;
	font-weight:400;
	margin-bottom: 10px;
    margin-top: 0px;
	line-height:20px;
}
.ConfirmOrder_area .act-info{
	border:1px solid #dddddd;
	padding:40px 35px;
	min-height:210px;
}

.ConfirmOrder_area h3{
	font-family: 'Lato', sans-serif;
	color: #17a3cb;
	font-size:16pt;
	font-weight:700;
	margin-top:0px;
}

.ConfirmOrder_area p{
	font-family: 'Lato', sans-serif;
	font-size:11pt;
	color:#797979;
	font-weight:400;
	margin-bottom: 10px;
    margin-top: 0px;
	line-height:20px;
}

.ConfirmOrder_area .act-info .form-group{
	margin-bottom:0px;
}

.ConfirmOrder_area .act-info .form-group p{
	font-family: 'Lato', sans-serif;
	font-size:16pt;
	font-weight:700;
	margin-top:0px;
}

.OrderSummary{
	float: left;
	display: inline;
	width: 100%;
	margin:5px 0px;
	padding:10px 0px;
}

.OrderSummary h3{
	font-family: 'Lato', sans-serif;
	color: #17a3cb;
	font-size:17pt;
	font-weight:700;
	margin-top:0px;
}

.OrderSummary .table td{
	padding:10px 15px;
	font-size:11pt;
	vertical-align: middle;
}

.OrderSummary .table td p{
	font-family: 'Lato', sans-serif;
	margin:0px;
	font-weight:600;
	font-size:10pt;
}

.OrderSummary .table td p span{
	color:#25b8e2;
}

.OrderSummary .table td i{
	font-size:14pt;
}

@media(min-width:992px ){
.OrderSummary .table .Product{
	width:65% !important;
}

.OrderSummary .table .ItemPrice{
	width:15%;
}

}

.OrderSummary .table td .GrandTotal h3{
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size:17pt;
	font-weight:400;
	margin-top:0px;
	margin-bottom:0px;
}

.OrderSummary .table td .GrandTotal h3 span{
	color: #17a3cb;
}

.OrderQuickLink{
	float: left;
	display: inline;
	width: 100%;
	margin:5px 0px;
	padding:10px 0px;
}

.OrderQuickLink a{
	margin:5px;
	padding:8px 20px;
}

/* New CSS End */

/*============================================
			START VIEW CART STYLE
==============================================*/

#ViewCart{
	display: inline;
    float: left;
    padding: 40px 0px 10px;
    width: 100%;
    background: #FFFFFF;
}

#ViewCart h2{
	color:#000;
	font-weight:300;
	font-size:22pt;
	margin-bottom:40px;
}

.Cart .table th{
	padding:15px;
	font-size:11pt;
}

.Cart .table td{
	padding:10px 15px;
	font-size:11pt;
	vertical-align: middle;
}

.Cart .table td p{
	margin:0px;
	font-weight:400;
	font-size:14pt;
}

.Cart .table td p strong{
	color:#64a5c7;
	font-weight:400;
}

.Cart .table td p span{
	color:#000000;
	border:1px solid #ddd;
	padding:10px 15px;
}

.Cart .table td i{
	font-size:14pt;
}

.Cart .table td .TdTitleWrap img{
	display:block;
	width:40px;
	height:40px;
	margin-right:10px;
	float:left;
}

.Cart .table td .TdTitle{
	float:left;
}

.Cart .table td .TdTitle p{
	margin:5px 0px 0px 0px;
	color:#000;
	font-weight:400;
}

.Cart .table td .TdTitle h4{
	margin:0px;
	color:#666666;
	font-weight:400;
	font-size:11pt;
}

@media(min-width:992px ){
.Cart .table .Product{
	width:55% !important;
}

.Cart .table .ItemPrice{
	width:15%;
}

.Cart .table th{
	width:10%;
}
}

.Cart .table td .TdCoupon .TdTitle p{
	margin-top:0px;
}

.Cart .table td .TdCoupon .CouponCode{
	margin-left:15px;
}

.Cart .table td .TdCoupon .CouponCode input{
	height:38px;
	margin:0px 10px;
	padding:0px 10px;
	width:150px;
}

.Cart .table td .TdCoupon .CouponCode input,
.Cart .table td .TdCoupon .CouponCode a{
	display:inline-block !important;
}

@media(max-width:767px ){
.Cart .table td .TdCoupon{
	float:none !important;
}

.Cart .table td .TdCoupon .CouponCode{
	float:none  !important;
}
}

.Cart .table td .GrandTotal .btn-blue-light{
	padding:10px 20px;
}

.Cart .table td .GrandTotal p{
	display:inline-block;
	margin-top:12px;
}

.Cart .table td .GrandTotal p span{
	color:#fe0000;
	border:none;
}


/*============================================
			START PAYMENT METHOD STYLE
==============================================*/

#PaymentMethod{
	display: inline;
    float: left;
    padding: 20px 0px;
    width: 100%;
    background: #FFFFFF;
}

#PaymentMethod h2{
	color:#000;
	font-weight:300;
	font-size:22pt;
	margin-bottom:40px;
}


.ChoosePayment #tabs li .ExmsStpsLst {
    width: 100%;
    padding: 0px 10px 5px 0px;
	text-align:left;
}

.ChoosePayment #tabs li .NavPillsImg{
	text-align:left;
}

.ChoosePayment #tabs li .ExmsStpsLst input[type=radio].css-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.ChoosePayment #tabs li .ExmsStpsLst input[type=radio].css-radio + label.css-label {
    padding: 0 0 0 24px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    text-transform: capitalize;
    width: auto;
    font-weight: normal;
    margin: 0px;
}

.ChoosePayment #tabs li .ExmsStpsLst input[type=radio].css-radio + label.css-label strong { font-weight:normal; font-size:18px;}

.ChoosePayment #tabs li .ExmsStpsLst input[type=radio].css-radio:checked + label.css-label {
    background-position: 0 -18px;
}

.ChoosePayment #tabs li .ExmsStpsLst .css-label {
    background-image: url(../img/step_radio_btn.png);
}

.ChoosePayment .nav-pills>li{
	border:1px solid #efefef;
}

.ChoosePayment .nav-pills>li>a{
	border-radius:0px;
}

.ChoosePayment .nav-pills>li.active>a,
.ChoosePayment.nav-pills>li.active>a:hover, 
.ChoosePayment.nav-pills>li.active>a:focus {
	background:#f3f3f3;
}

.ChoosePayment .tab-pane{
	border:1px solid #efefef;
}

.ChoosePayment .tab-pane h3{
	font-size:14pt;
	margin-bottom:20px;
	margin-top:0px;
}

.ChoosePayment .tab-pane form label{
	color:#4c4c4c;
	font-weight:500;
}

.ChoosePayment #BillingInfo{
	padding:50px 40px 35px 25px;
	border-right:1px solid #efefef;
}

.ChoosePayment #CardInfo{
	padding:50px 30px 35px 25px;
}

.ChoosePayment #CardInfo #cvv{
	margin-top:25px;
}

.ChoosePayment #CardInfo select{
	display:inline-block;
	width:100px !important;
	margin-right:10px;
	margin-bottom:20px;
}

.ChoosePayment #CardInfo .btn-blue-light{
	padding:8px 20px;
	color:#FFF;
}

.ChoosePayment #CardInfo p{
	color:#aaaaaa;
	font-size:9pt;
	font-weight:300;
	line-height:normal;
	padding-top:10px;
}

.ChoosePayment #CardInfo p span{
	display:inline-block;
}

.ChoosePayment #CardInfo p i{
	font-size:20pt;
	color:#aaaaaa;
	display:inline-block;
	margin-right:5px;
}

.ChoosePayment #PayPal h3{
	font-size:20pt;
	margin-bottom:10px;
}

.ChoosePayment #PayPal{
	padding:50px 40px 35px;
}

.ChoosePayment #PayPal .btn-blue-light{
	padding:10px 25px;
	margin:15px 0px;
	color:#FFF;
}

.ChoosePayment #PayPal p{
	font-size:12pt;
	line-height:normal;
}

.ChoosePayment #SagaBillingInfo{
	padding:50px 40px 35px 25px;
	border-right:1px solid #efefef;
}

.ChoosePayment #SpecialDiscount{
	padding:50px 30px 35px 25px;
}

.ChoosePayment #SpecialDiscount .btn-blue-light{
	padding:8px 20px;
	color:#FFF;
}

.ChoosePayment #SpecialDiscount #DiscountText{
	border-bottom:1px solid #efefef;
	padding-bottom:20px;
	margin-bottom:35px;
}

.ChoosePayment #SpecialDiscount p{
	color:#aaaaaa;
	font-size:9pt;
	font-weight:300;
	line-height:normal;
	padding-top:10px;
}

.ChoosePayment #SpecialDiscount p span{
	display:inline-block;
}

.ChoosePayment #SpecialDiscount p i{
	font-size:20pt;
	color:#aaaaaa;
	display:inline-block;
	margin-right:5px;
}

/*============================================
			START PURCHSE TEST STYLE
==============================================*/

#PurchaseTest{
	display: inline;
    float: left;
    padding: 20px 0px;
    width: 100%;
    background: #FFFFFF;
}

#PurchaseTest .heading h2{
	color:#000;
	font-weight:300;
	font-size:22pt;
	margin-bottom:40px;
}

.PurchaseTest_area{
	float: left;
    display: inline;
    width: 100%;
}

.PurchaseTest_area .TestBox{
	border:1px solid #cfcfcf;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px rgba(0,0,0,0.2);
}

.PurchaseTest_area .TestBox h3{
	color:#FFF;
	font-weight:300;
	font-size:16pt;
	margin:0px;
	padding:35px 0px;
	background:#3fa3cd;
	text-transform:uppercase;
}

.PurchaseTest_area #DesktopTest h3{
	background:url(../img/h-blue-bg.png) repeat left top #3fa3cd;
}

.PurchaseTest_area #QuesAnsPdf h3{
	background:url(../img/h-red-bg.png) repeat left top #3fa3cd;
}

.PurchaseTest_area #OnlineTest h3{
	background:url(../img/h-yellow-bg.png) repeat left top #3fa3cd;
}

.PurchaseTest_area .TestBox table{
	display:inline-block;
	padding:30px 0px 20px;
}

.PurchaseTest_area .TestBox table tr th{
	font-weight:200;
	color:#616161;
	font-size:11pt;
	text-align:center !important;
	padding:0px 10px;
}

.PurchaseTest_area .TestBox table tr td{
	font-weight:700;
	color:#60a9ea;
	font-size:24pt;
	padding:8px 0px;
}

.PurchaseTest_area .TestBox table tr td span{
	color:#c82c13;
}

/*============================================
			START TEST TABS STYLE
==============================================*/

#TestTabs{
	display: inline;
    float: left;
    padding: 20px 0px;
    width: 100%;
    background: #FFFFFF;
}

#TestTabs #tabs{
	background:#304ffe;
}

#TestTabs .nav-pills>li.active>a, 
#TestTabs.nav-pills>li.active>a:hover, 
#TestTabs.nav-pills>li.active>a:focus{
	background:#304ffe;
	border-bottom:5px solid #a4b2ff;
	font-weight:bold;
}

#TestTabs .nav-pills>li>a{
	border-radius:0px;
}

#TestTabs .nav-pills>li>a:hover{
	border-bottom:5px solid #a4b2ff;
	border-bottom-style:inset;
}

#TestTabs .nav>li>a{
	background:#304ffe;
	color:#FFF;
	font-weight:400;
	font-size:13pt;
	padding:15px 0px;
}

#TestTabs .tab-pane{
	border:1px solid #cfcfcf;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	padding:20px 0px;
}

#TestTabs .CourseList h4{
	font-style:italic;
	font-weight:400;
	font-size:16pt;
}

#TestTabs .CourseList ul{
	max-height:415px;
	overflow:auto;
}

#TestTabs .CourseList ul li{
	list-style:inside decimal;
	font-style:italic;
	font-weight:400;
	font-size:12pt;
	padding:5px 0px 0px 5px;
}

#TestTabs .CourseList ul li a{
	color:#949494;
	line-height:20px;
	text-decoration:none;
}

#TestTabs .CourseList ul li.active a,
#TestTabs .CourseList ul li a:hover{
	color:#304ffe;
}

#TestTabs .CourseList ul li .sub{
	max-height:none;
	overflow:hidden;
	padding:10px 0px;
}

#TestTabs .CourseList ul li .sub li{
	list-style:none !important;
	padding-left:5px;
	font-style:italic;
	font-weight:400;
	font-size:11pt;
}

#TestTabs .CourseList ul li.active .sub li a,
#TestTabs .CourseList ul li .sub li a:hover{
	color:#000000 !important;
}

#TestTabs .CourseList ul li .sub li a{
	color:#949494;
}


#TestTabs .CourseList ul li .sub li i{
	font-size:13pt;
	color:#949494;
	margin-right:5px;
}

.CourseListData{
	padding-top:20px;
}


.CourseListData h3{
	margin-top:0px;
}

.CourseListData p{
	color:#616161;
	font-size:10pt;
	line-height:18px;
}

.CourseListData p span{
	display:inline-block;
	color:#304ffe;
	margin-right:40px;
}

.CourseListData .CourseDetailsContent{
	margin-top:30px;
}


/*============================================
			START ALL VENDORS STYLE
==============================================*/

#AllVendors{
	display: inline;
    float: left;
    padding: 40px 0px;
    width: 100%;
    background: #f9f9f9;
	margin-bottom:30px;
}

#AllVendors .heading h2{
	color:#000;
	font-weight:300;
	font-size:22pt;
}

#AllVendors .RefineVendors{
	background:#60a9ea;
	min-height:530px;
	color:#FFF;
	padding:30px 15px;
}

#AllVendors .RefineVendors h3{
	font-size:18pt;
	font-weight:500;
	margin:0px 0px 15px;
}

#AllVendors .RefineVendors label{
	font-size:11pt;
	font-weight:300;
}

#AllVendors .RefineVendors .btn-blue-light{
	width:100%;
	padding:10px 20px;
	margin:20px 0px;
}

.VendorData{
	padding:0px 0px 0px 40px;
}

.VendorData .form-group{
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.VendorData select,
.VendorData label{
	width:auto;
	display:inline-block;
	margin:0px 10px;
}

.VendorData .pagination{
	margin:0px;
}

.VendorCerList{
	margin:10px 0px;
	padding:20px 0px 0px;
	border-top:1px solid #e0e0e0;
}

.VendorCerList h3{
	margin:0px 0px 15px;
}

.VendorCerList ul li{
	display:inline-block;
	width:200px;
	padding:3px 0px;
	font-size:10pt;
}


/*custom button style*/

.btn-yellow{
  background-color: #ffd62c;
  color: #fff;
}


.btn-yellow:hover{
  background-color: #e1b70b;
  color: #fff;
}


.limeblue_bg{
  background-color: #7dc34d;
}


.blue_bg{
  background-color: #09c;
}


.btn{
  border-radius: 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.btn-red{
  background-color: red;
  color:#fff;
}


.btn-red:hover{
  background-color: #c40505;
  color:#fff;
}


.btn-green{
  background-color: green;
  color: #fff;
}


.btn-green:hover{
  background-color: #0ab20a;
  color: #fff;
}


.btn-black{
  background-color: black;
  color: #fff;
}


.btn-black:hover{
  background-color: #413a3a;
  color: #fff;
}


.btn-orange{
  background-color:orange;
  color: #fff;
}


.btn-orange:hover{
  background-color:#f09d05;
  color: #fff;
}


.btn-blue{
  background-color: blue;
  color: #fff;
}


.btn-blue:hover{
  background-color: #0707a2;
  color: #fff;
}


.btn-lime{
  background-color: lime;
  color: #fff;
}


.btn-lime:hover{
  background-color: #05ae05;
  color: #fff;
}


.default-btn{
  background-color: #12a3df;
  color: #fff;
}


.default-btn:hover{
  background-color: #0a8ec4;
  color: #fff;
}


.btn-theme{
  background-color:#d083cf;
  color: #fff;
}


.btn-theme:hover{
  background-color:#ce39cc;
  color: #fff;
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .slider_caption > h2 {width: 100%;}
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;	}
  }
  .slider_caption {margin-top: 12%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
	.slider_caption {margin-top: 10%;}
  .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 8px 6px;}
  .navbar-brand {font-size: 28px;}
  .slider_area{height: 425px !important;}
  .slider_caption > h2 {font-size: 48px;line-height: 48px;}
  .slider_caption > p {font-size: 18px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 0;}
  .clients_slider .slick-next {right: 0;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  
}

@media(max-width:767px ){
	.navbar-collapse{background-color: rgba(254,254,254,1);} 
	.main_nav{text-align: left; padding-left:15px !important; padding-right:15px !important;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #2da2c8; }
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus  .icon-bar { background-color:#FFF; }
	.slider_area {height: 360px !important;}
	.slider_caption {margin-top: 6%;}
	.slider_caption > h2 {font-size: 25px;line-height: 26px;}
	.slider_caption > p {font-size: 15px;}
	.slider_btn {font-size: 18px;}
	.heading h2 {font-size: 30px;line-height: 30px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.portfolio_area {padding: 60px 15px 0;}
	.wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
	.single_price {margin-bottom: 30px;}	
	.single_price > h3 {font-size: 24px;line-height: 100px;}
	.single_price .price > h4 {font-size: 60px;line-height: 60px;}
	.price_features li {font-size: 15px;line-height: 18px;}
	.price_btn {font-size: 15px;padding: 10px 20px;}
	.single_post h3 {font-size: 15px;line-height: 15px;}
	.testi_content:before {left: 35%;}
	.single_client {padding: 18px 10px;}
	.single_client > img {max-width: 100%;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#PoplrCertifction {padding: 50px 0;}
	#service {padding: 50px 0 50px;}
	#works {padding: 0 0 50px;}
	#team {padding: 50px 0;}
	#home-about {padding: 50px 0;}
	#blog {padding: 50px 0;}
	#testimonial {padding: 50px 0;}
	#clients {padding: 50px 0 100px;}
	#contact {padding: 50px 0 0;}
	#subscribe {padding: 50px  0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer_left {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}

}

@media(max-width:480px ){	
	.slider_area {height: 240px !important;}
	.slider_caption {margin-top: 20%;}
	.slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
	.slider_caption > p {font-size: 14px;}
	.slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 10%;}
	.clients_slider .slick-next {right: 10%;}
	.subscribe_form {width: 100%;}
	.footer_left {text-align: center;}
	.footer_right { margin-top: 20px;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}
  #blogBanner {height: 250px;padding: 100px 0;}
  #blogBanner h2 {font-size: 45px;}	
  .blogdetails_content > h2 {font-size: 18px;line-height: 25px;}
  .similar_post h2 {font-size: 17px;}
  .single_blogsidebar > h2 {font-size: 18px;}
 
}

@media(max-width:360px ){
	.slider_caption {margin-top: 20%;}
	.slider_caption > a {margin-top: 10px;}
	.slides-navigation h3 {display: none;}
	.slider_caption > h2 {font-size: 18px;line-height: 20px;}
	.panel-title {font-size: 17px;}
	.PoplrCertifction_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 0%;}
	.clients_slider .slick-next {right: 0%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.heading h2 { font-size: 25px;line-height: 30px;}
	.single_service > .service_title:after {left: 32%;}
	.slides-navigation {display: none;}
  #blogBanner {height: 150px;padding: 45px 0;}
  #blogBanner h2 {font-size: 30px;}
  .previous_nav {padding: 9px;} 
  .next_nav{padding: 9px;}
  .similar_post h2 {font-size: 14px;}
  .sociallink_nav li a {margin: 0px;font-size: 15px;}
	
}

@media(max-width:320px ){
	.slider_caption > h2 {font-size: 15px;line-height: 18px;}
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}
	.slider_caption {margin-top: 20%;}  
	
}

/**custom css by ali**/
.blckColor{
	color: #000 !important;
}