@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face {
	font-family: 'calibri';
	src: url('../fonts/calibri.ttf') format('truetype');
}
@font-face {
	font-family: 'georgia';
	src: url('../fonts/georgia.ttf') format('truetype');
}
.scrollup {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	z-index: 999;
	opacity: .5;
	width: 36px;
	height: 36px;
	color: #fff;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 36px;
}
.scrollup:before {
	content: '\f062';
	font-size: 16px;
	color: #fff;
	font-family: 'FontAwesome';
}
.scrollup:hover {
	text-decoration: none;
	outline: 0;
	opacity: 1;
}
ul, ol {
	margin: 0px;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
p {
color: #555;
font-size: 14px;
line-height: 26px;
}
body {
	font-size: 14px;
	color: #555;
	overflow-x: hidden;
	font-weight: 400;
	font-family: 'Roboto', 'Open Snas', sans-serif;
	position: relative;
	line-height:26px;
	counter-reset: section;
}
.fullbody {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.fullpage {
	max-width: 1148px;
	min-width: 240px;
	margin: 0px auto;
}
.sec_wrapper
{
	max-width:1349px;
	min-width: 240px;
	margin: 0px auto;
}
.main_inner
{
	width:100%;
	float:left;
	position:relative;
}
.topheader_fluid
{
	background:#f4f3f2;
	width:100%;
	text-align:center;
	padding:4px 0px;
	float:left;
}
.header_contact
{
	float:right;
	width:auto;
	margin:0px 0px 0px;
	list-style-type:none;
}
.header_contact li
{
	float:left;
	margin-left:20px;
	color:#222;
	transition:all .5s;
	font-size:14px;
	font-weight:400;
	border-left:1px solid #dddddd;
	padding-left:20px;
	letter-spacing: 1px;
}
.header_contact li:first-child
{
	border-left:0px;
}
.header_contact li i
{
	margin-right:5px;
	font-size:18px;
	color:#3778b0;
}
.header_fluid {

	padding-bottom: 0px;
	width:100%;
    height:78px;
	float:left;
	background:#fff;
	background: url(../images/headerbg.jpg) repeat-x;
	z-index:99;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: slideInDown;
	animation-timing-function: ease;
}

.logo {
	float: left;
	text-align: left;
	width: 27%;
	position:relative;
	padding:14px 0px;
	margin: 0px 0px 0px;
}
.logo a {
	outline: none;
}
.logo a img{
	height:47px;
}

.header_right {
	width:70%;
	float: right;
}
.main_menupart
{
	width:100%;
	float:left;
	margin-top:0px;
}
.nav {
	float: right;
	width:auto;
	margin:10px 0px 0px;
}
.nav ul {
	float: right;
	margin:0;
}
.nav ul > li {
	display: inline-block;
	float: left;
	margin:0px;
	position:relative;
	margin-right:10px;
}
.nav ul li > a {
	display: block;
	color: #333;
	height:100%;
	outline:none;
	letter-spacing:1px;
	font-size: 14px;
	padding: 12px 25px 20px;
	font-weight:500;
	text-decoration: none;
	text-transform: uppercase;
}
.nav ul li a i {
	margin-left:5px;
	font-size:16px;
}

.nav ul li a.current {
	color: #0e749b;
}
.nav ul li:hover > a {
	color: #0e749b;
}
.nav ul ul
{
	display:none;
}
.nav ul li:hover > ul{
	width:250px;
	position:absolute;
	left:0px;
	top:100%;
	background:#3b3f3f;
	z-index:99;
	transition:all .5s;
	display:block !important;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-timing-function: ease;
}
.subarrow:before
{
	position:absolute;
	left:47px;
	top:-10px;
	content:'';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3b3f3f;
}
.nav ul ul li{
	width:100%;
	float:left;
	position:relative;
	border-bottom:1px solid #444646;
}
.nav ul ul li:last-child{
	border-bottom:0px;
}
.nav ul ul li a{
	padding:10px;
	font-size: 13px;
	color: #fff;
	letter-spacing:0px;
	font-weight:400;
	text-transform:capitalize;
}
.nav ul ul li a:hover
{
	background:#0086b9;
	color:#fff;
}
.nav ul ul li:hover >  ul{
	left:-220px;
	top:0px;
	position:absolute;
	width:220px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-timing-function: ease;
}
.nav_bus
{
	background: #06476d;
	float: right;
	color:#fff !important;
	padding: 9px 14px 9px !important;
	border-radius:100px;	
	font-weight:500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size: 14px;
	float:right;
	margin-top:14px;
	transition:all .5s;
}
.nav_bus:hover
{
	background: #0081b3;
	text-decoration:none;
	transition:all .5s;
}
/* ---- banner ---- */
.home_banner {
	width: 100%;
	float: left;
	height:350px;
	overflow:hidden;
	position: relative;
}
.home_banner:before
{
	width:100%;
	height:100%;
	max-height:100%;
	min-height:100%;
	background:rgba(0, 0, 0, .5);
	content:'';
	top:0px;
	position:absolute;
	left:0px;
	z-index:1;
}

.pav-caption.big-caption {
	color: #fff;	
	padding: 20px;    
	z-index:90;
    text-align: center;
}
.btitle {
	font-size:35px;
	margin: 0;
	color: #fff;
	position: relative;
	text-shadow: 0px 0px 3px #333;
	margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
	position:relative;
}
.subtitle {
	font-size: 16px;
	line-height: 1.7rem;
	padding: 10px 0;
	display: block;
	color: #fff;
}
a.bnrbtn {
	text-decoration:none;
	padding:12px 25px;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	margin-top:25px; 
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s;
}
.bnrbtn:hover {
	text-decoration: none;
	background: #33B0E1;
	color: #fff;
	/*box-shadow: 0px 0px 5px -1px #333;*/
	transition: all 0.2s;
}
.pavcontentslider .carousel-control {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.pavcontentslider .carousel-control.left {left: 25px;outline: 0; z-index:9;}
.pavcontentslider .carousel-control.right {right: 25px;outline: 0; z-index:9;}
.carousel-fade .carousel-inner .item { -webkit-transition-property: opacity; transition-property: opacity; } 
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0; } 
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } 
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
.carousel-fade .carousel-control { z-index: 2; } 
.carousel, .carousel-inner, .carousel-inner .item { height: 100%; }

.bannertext_box
{
	width:51%;
	position:absolute;
	left:0px;
	top:32%;
	text-align:center;
	right:0px;
	z-index:9;
	margin:auto;
	display:table;
}
.home_banner:hover .carousel-control{
	display: block !important;
}
.bannertext_box p
{
	font-size:23px;
	color:#fff;
	font-weight:400;
	letter-spacing:1px;
	text-shadow: 0px 0px 3px #333;
}
.bannerform
{
	width:730px;
	margin:auto;
	display:table;
	margin-bottom:15px;
	/*background:rgba(0, 43, 70, .7);
	background: #fff;*/
	height:84px;
	padding:15px 15px 8px 15px;
	border-radius:5px;
}
.courses_banner .bannerform
{
	background: transparent;
}
.bannerform h5
{
	float:left;
	color:#fff;
	 font-size:19px;
	 letter-spacing:1px;
	 padding:0px 6px;

}
.courses_banner .bannerform h5
{
	color:#333;
}
.bannerser_box
{
    width:64%;
    position:relative;
    float:left;
    margin:0px 6px;
}
.banner_fieldssubmit
{
    position:absolute;
    right:10px;
    top:13px;
    z-index:9;
    width:20px;
    height:20px;
    background:#fff url(../images/search.png) no-repeat center;
    border:0px;
}

.banner_fields
{
	width:100%;
	height:100%;
	font-size:18px;
	color:#a1a1a1;
	font-weight:400;
	border-radius:5px;
	padding:8px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.browsecourses_but
{
	margin:0px 6px;
	font-size:15px;
	color:#fff;
	border-radius:5px;
	padding:9px 39px;
	float:right;
	border:none;
	cursor:pointer;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
	background:#0081b3;
	transition:ease all .5s;
	background-position:10% 15px;
}
.browsecourses_but:hover
{
	background:#b33a33;
	transition:ease all .5s;
	text-decoration:none;
	color:#fff;
	background-position:10% 15px;
}
.searhkeywords
{
    text-align:left;
    padding:0px 0px 0px 7px;
    letter-spacing:1px;
}
.searhkeywords a
{
    text-decoration:none;
    color:#eee;
    outline:none;
    font-size:12px;
}
.courses_banner .bannerform .searhkeywords a
{
	color:#777;
}
.searhkeywords a:hover
{
     color:#fff;
     text-decoration:none;
}
.courses_banner .bannerform .searhkeywords a:hover
{
	color:#000;
}
.border-side {
    font-size:20px;
    display: table;
	color:#06476d;
	font-weight:600;
	margin:20px auto 10px;
	padding-bottom:12px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	position:relative;
}
.border-side:before
{
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	bottom:-1px;
	width:60px;
	content:'';
	height:4px;
	background:#0e91c4;
}
.coursesbox
{
	width:100%;
	float:left;
	margin-top:10px;
}
.coursesbox ul{
	list-style-type:none;
	margin-bottom:0px;
}
.coursesbox ul li
{
	list-style:none;
}
.coursesbox ul li a
{
	outline:none;
	float:left;
	border: 1px solid #ebebeb;
	width:100%;
}
.course_img
{
	width:100%;
	float:left;
	padding:5px 5px 0px;
	height: 130px;
	border: 1px solid #ebebeb;
}
.course_img img
{
	width:100%;
	height:100%;
}
.course_info
{
	width:100%;
	float:left;
	min-height: 190px;
	height: 190px;
	overflow:hidden;
	background:#f0f0f0;
	padding:0px 15px 15px;
	text-align:center;
	position:relative;
}
.coursesbox ul li a:hover > .course_info .course_hover
{
	top:0%;
	transition:all .3s;
}
.course_hover
{
	position:absolute;
	left:0px;
	top:100%;
	width:100%;
	height:100%;
	transition:all .3s;
	background:#e8e8e8;
	z-index:9;
	padding:20px 10px;
}
.course_hover p{
	color: #333 !important;
    font-size: 14px;
    font-weight: 400;
	margin-top:15px;
}
.course_info h4
{
	border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0px 10px;
    padding: 9px 0px;
    min-height: 45px;
	color: #075370
}
.h_stars
{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.h_stars i
{
	display:inline-table;
	color:#e4b009;
}
.course_info p
{
	color: #989898;
    font-size: 12px;
    font-weight: 400;
	margin-bottom:0px;
}
.course-price
{
	width:100%;
	float:left;
	color:#3b3b3b;
}
.course-price span
{
	display:inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-right:5px;
	
}
.course-price small
{
	display:inline-block;
	text-decoration: line-through;
	color:#ff0004;
	font-weight:400;
	font-size: 13px;
	margin-left:5px;
}
.m_details
{
	width:auto;
	border:1px solid #3b3b3b;
	padding:5px 15px;
	margin:10px auto 0px auto;
	display:inline-table;
	color:#3b3b3b;
	font-size:12px;
	border-radius:3px;
	transition:ease all .5s;
}
.m_details:hover
{
	background:#de6667;
	border:1px solid #db0d0f;
	color:#fff;
	transition:ease all .5s;
}
.parallax_fluid
{
	width:100%;
	float:left;
	background-image:url(../images/city.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	height:300px;
	position:relative;
}
.parallax_fluid a{
	font-size:16px;
	font-weight:500;
	display:table;
	background:#0e91c4;
	border:1px solid #0e91c4;
	padding:10px 20px;
	letter-spacing:1px;
	border-radius:3px;
	outline:none;
	color:#fff;
	margin:30px auto 0px;
	text-transform:capitalize;
	transition:all .5s;
}
.parallax_fluid a:hover{
	border:1px solid #fff;
	background-color:transparent;
	transition:all .5s;
	text-decoration:none;
}
.allcourses_blog
{
	border:5px solid #d8d7d7;
	padding:40px 0px;
	background-color:#f7f7f7;
	color:#3b3b3b;
	margin:20px 0px 40px;
	background: url(../images/headerbg.jpg) repeat;
	background: url(../images/hs.png) repeat;
	background-size:cover;
	text-align:center;
}
.allcourses_blog h4{
	font-size:24px;
	font-weight:400;
	display:inline-block;
	padding-top:5px;
}
.allcourses_blog a{
	font-size:16px;
	font-weight:500;
	display:inline-block;
	background:#0e91c4;
	border:1px solid #0e91c4;
	padding:10px 20px;
	letter-spacing:1px;
	border-radius:3px;
	outline:none;
	margin-top:-13px;
	color:#fff;
	margin-left:20px;
	text-transform:capitalize;
	transition:all .5s;
}
.allcourses_blog a:hover{
	border:1px solid #002b46;
	background-color:transparent;
	transition:all .5s;
	text-decoration:none;
	background:#002b46;
}
.about_us
{
	width:100%;
	float:left;
	margin-top:40px;
}
.about_us h2
{
    margin-bottom: 10px;
	font-size: 33px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
	letter-spacing:1px;
	text-shadow: 0px 0px 3px #333;
	line-height:50px;
	padding:0px 100px;
}
.footer_fluid
{
	width:100%;
	float:left;
	background:#002b46;
	padding:10px 0px 20px;
}

.footersection {
    width:43%;
    float: left;
    margin-top: 20px;
}
.secfootersection {
    width:20%;
    float: left;
    margin-top: 20px;
	margin-left:45px;
}
.footer_hd {
    color: #fff;
	font-size:30px;
    padding-bottom: 10px;
	letter-spacing:2px;
    position: relative;
	margin-bottom:20px;
}
.footer_hd:after {
	height:2px;
    content: "";
    float: left;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#FB7F15;
    width:60px;
}	
.footermenu
{
	list-style-type:none;
	margin-top:0px;
}
.footermenu li
{
	padding:2px;
	width:50%;
	float:left;
	list-style-image:url(../images/listicon.png);
	list-style-position:outside;
	margin-bottom:10px;
}
.footermenu li a
{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	transition:all .3s;
	position: relative;
	letter-spacing:1px;
    padding-left: 15px;
}
.footermenu li a:before
{
	color: #fff;
    content: "\f0da";
    float: left;
   font-family: 'FontAwesome';
    font-size: 1.2em;
	font-weight:400;
    transition: all 0.3s ease;
    opacity: 1;
    position: absolute;
	top: -5px;
    left: 0;
}

.footermenu li a:hover
{
	color:#08a9e8;
	transition:all .3s;
}
.secfootersection .footermenu  li{
	width:100%;
	float:left !important;
}


.socialicons
{
	list-style-type:none;
	margin-top:5px;
	width:100%;
	float:left;
}
.socialicons li
{
	float:left;
}
.socialicons li a
{
	outline:none;
	color:#fff;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	transition:all .5s;
	display:table;
	font-size:22px;
	margin-right:25px;
}
.socialicons li a:hover
{
	color:#08a9e8;
	transition:all .5s;
}
.footersectionlast {
	width:24%;
    float: right;
    margin-top: 20px;
}

.footersectionlast p
{
	width:100%;
	float:left;;
	transition:all .3s;
	margin-bottom:15px;
	letter-spacing:1px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	transition:all .3s;
}
.copy_fluid
{
	color:#fff;
	font-size:13px;
	font-weight:400;
	text-align:center;
	letter-spacing:1px;
	background:#013556;
	padding:15px 0px 55px;
}
.clients {
	list-style-type: none;
	margin:auto;
	float:none;
	width:100%;
	padding:0px 10px;
}
.clients ul {
	list-style-type: none;
	margin:15px 0px 35px;
}
.clients ul li {
	background:#fafafa;
	border: 1px solid #ededed;
	padding: 10px;
	max-height:135px;
	text-align: center;
}
.clients ul li img
{
	width:100%;
	/*height:100%;*/
}
.customerreview
{
	margin:30px 0px 30px;
}
.user-photo {
	width: 173px;
	height: 173px;
	border-radius: 100%;
	overflow: hidden;
	margin-top: 10px;
	float:left;
	border:10px solid #fff;
}
.user-photo img {
	width: 100%;
}
.customer_info {
	margin-bottom: 20px;
	color:#404040;
	width:68%;
	float:right;
	font-size: 16px;
	line-height:24px;
}
.customerreview_pg .customer_info {
    width: 82%;
    margin-top: 20px;
    font-size: 14px;
}
.customerreview_pg li {
	width:100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.customerreview_pg li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #eee;
}
.customer_info .testi_cnt {
    height: 125px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}
.customername
{
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0px 10px;
	color: #075370;
}
.reviewrate{
    position:absolute;right:10px;top:0px
}
.customerdec
{
	color:#7a7a7a;
	font-style:italic;
	display:table;
}
.customer_info a{
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 10px;
	letter-spacing:1px;
	color:#cc3a3c;
	transition:all .5s;
}
.customer_info a:hover{
	text-decoration:none;
	transition:all .5s;
	color:#ff0000;
}


.inner_banner {
	width: 100%;
	float: left;
	height:165px;
	overflow:hidden;
	position: relative;
}
.courses_banner {
	background: url(../images/headerbg.jpg) repeat;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.inner_banner .bannertext_box
{
	top:19%;
}
.inner_banner:before
{
	width:100%;
	height:100%;
	max-height:100%;
	min-height:100%;
/*	background:rgba(0, 0, 0, .8);*/
	content:'';
	top:0px;
	position:absolute;
	left:0px;
	z-index:1;
}
/*.courses_banner:before {background: url(../images/headerbg.jpg) repeat-x;}*/
.courses_banner:before {background: url(../images/white_grid_paper-background_pattern.jpg) repeat;}
.content
{
	line-height:24px;
}
.course-des-clp
{
	padding:20px 0px;
}
.clp-video-panel
{
	background: #fafafa;
    border: 1px solid #dedede;
    padding: 20px;
}
.clpvideo_box
{
	width:20%;
	float:left;
	height:150px;
	border:1px solid #e1e1e1;
}
.clpvideo_box img
{
	width:100%;
	height:100%;
}
.clpvideo_rightbox
{
	width:76%;
	float:right
}
.clpvideo_rightbox h1
{
	border-bottom: 1px solid #eee;
    color: #444;
    display: inline-block;
    font-size: 18px;
    margin:0px 0px 15px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
.clpvideo_rightbox h1:before
{
	background-color: #dc143c;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.clpvideo_rightbox ul{
    list-style-type:none;
	margin-top:0px;
	padding-left:0px;
	height:100px;
	overflow:hidden;
}
.clpvideo_rightbox ul li{
	float:left;
	width:48%;
	margin-bottom:8px;
	position:relative;
	padding-left:20px;
}
.clpvideo_rightbox ul li:after{
    position:absolute;
    left:0px;
    top:0px;
    content:'\f101';
    color:#0084b8;
    font-size:20px;
    font-family:'FontAwesome';
}
.clpvideo_rightbox ul li:nth-child(even){
	float:right !important;
}
.clpvideo_icon
{
	background: #0f7ea9;
	float:left;
    font-size: 16px;
    height: 35px;
	line-height:35px;
    position: relative;
	color:#fff;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 35px;
}
.clpvideo_icon:before
{
	border-bottom: 17px solid transparent;
	border-left: 10px solid #0f7ea9;
	border-top: 18px solid transparent;
	bottom: 0px;
	content: "";
	position: absolute;
	right: -10px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.clpvideo_info
{
	float:right;
	width:80%;
	color:#454545;
	font-size:13px;
	line-height:22px;
}
.coursemenubar
{
	width:100%;
	float:left;
	margin:20px 0px;
	z-index:99;
	position:relative;
}
.coursemenubar ul
{
	list-style-type:none;
	border:1px solid #ccc;
	width:100%;
	float:left;
	background:#fff;
}
.coursemenubar ul li
{
	width:11.1%;
	float:left;
	background:#fff;
	text-align:center;
	border-right:1px solid #ccc;
}
.coursemenubar ul li:last-child
{
	border-right:0px;
	float:right;
	background:#de6667;
}

.coursemenubar ul li a
{
	color:#3b3b3b;
	width:100%;
	float:left;
	padding:10px;
	text-align:center;
	letter-spacing:1px;
	transition:all .5s;
}
.coursemenubar ul li:last-child a
{
	color:#fff;
}
.coursemenubar ul li a:hover
{
	text-decoration:none;
	background:#ededed;
	transition:all .5s;
	color:#3778b0;
}
.coursemenubar ul li a:focus
{
	text-decoration:none;
	background:#ededed;
	transition:all .5s;
	color:#3778b0;
}
.coursemenubar ul li:last-child a:focus
{
	color:#fff;
	background:#ce4f50 !important;
}
.coursemenubar ul li:last-child a:hover
{
	color:#fff;
	background:#ce4f50 !important;
}
.coursemenubar ul li a i
{
	display:block;
	margin-bottom:10px;
}
.inner_mainhd
{
    color: #333;
	width:100%;
	float:left;
	padding:10px 10px 10px 15px;
	border-radius:3px;
    font-size: 20px;
    margin: 15px 0px 0px;
	background:#efeeee;
    position: relative;
	border-left:3px solid #0f7ea9;
	letter-spacing:0px;
    text-transform: uppercase;
    line-height: 30px;
}
.inner_hd
{
	border-bottom: 1px solid #eee;
    color: #444;
    display: inline-block;
    font-size: 22px;
    margin: 20px 0px;
    padding: 0 0 15px;
    position: relative;
	letter-spacing:1px;
    text-transform: uppercase;
}
.inner_hd:before
{
	background-color: #dc143c;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.cf_box
{
	list-style-type:none;
}
.cf_box li
{
	width:33.3%;
	float:left;
	padding:0px 20px;
	margin:15px 0px;
}

.cf_hd{
	float:left;
	margin-left:25px;
    color: #333;
    font-size:18px;
    font-weight: 400;
    transition: all .5s;
	margin-top:14px;
}

.cf_icon
{
	background: #0f7ea9;
	float:left;
    font-size: 24px;
    height: 50px;
	line-height:50px;
    position: relative;
	color:#fff;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
}
.cf_icon:before
{
	border-bottom:25px solid transparent;
	border-left: 17px solid #0f7ea9;
	border-top: 25px solid transparent;
	bottom: 0px;
	content: "";
	position: absolute;
	right: -17px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.cf_info
{
	width:100%;
	float:left;
	line-height:24px;
	margin:15px 0px 10px;
	min-height: 110px;
}



.toggle {
	padding:0; 
	list-style:none;
	width: 100%;
	margin-top:10px;
}
.toggle li {
	position:relative; 
	cursor:pointer; 
	margin-bottom: 0px;
}
.toggle h3 {
	margin:0; 
	padding: 14px 20px 14px 50px; 
	margin-bottom:10px;
	color: #2f2f2f; 
	font-size: 14px;
	border:1px solid #d4d4d4 !important;
	background:url(../images/icon.png) no-repeat left #fff;
	background-position:2% 50%;
	border-radius:50px;
	border: 0px;
	width:100%;
	float:left;
	font-weight:400;
	position: relative;
}
.toggle h3:after {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size:18px;
	content: '\f106';
	font-family:'FontAwesome'
}
.toggle h3.open:after {
	content: '\f107';
}
.toggle span { 
float:left;
margin-right:10px;
}
.toggle .panel {
	display:none; 
	position: relative;  
	padding:15px; 
	font-size: 14px;
	line-height: 24px;
	color: #3b3b3b;
	width:100%;
	float:left;
	margin-bottom:20px;
	background: #f7f7f7; 
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
}
.panel ul {
    list-style-type:initial;
    padding-left:30px;
}
.panel ul li {
    list-style-type:initial;
    padding:3px 0;
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.innerpage_reivew
{
	background:#fff;
	padding:10px;
	width:100%;
	float:left;
	position:relative;
	margin-bottom:30px;
	border:1px solid #ccc;
}
.reivew_photo
{
	float:left;
	width:80px;
}
.reivew_photo img
{
	width:100%;
}
.reivew_profi
{
	float:right;
	width:72%;
}
.reivew_profi h4{
	color:#444444;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}
.reivew_profi small
{
	margin-bottom:5px;
	width:100%;
	float:left;
}
.reivew_info
{
	width:100%;
	float:right;
	color:#444444;
	font-size:13px;
	line-height:22px;
	margin-top:10px;
}
.reivew_info .text
{
	height: 105px;
	overflow: hidden;
}
.reviewall
{
	margin:0px auto 20px;
	padding:10px 20px;
	width:auto;
	display:table;
	background:#0f7ea9;
	font-size:16px;
	color:#fff;
	border-radius:3px;
	text-transform:uppercase;
	transition:all .5s;
	outline:none;
}
.reviewall:hover
{
	background:#de6667;
	transition:all .5s;
	text-decoration:none;
	color:#fff;
}
.reviewall:focus
{
	background:#de6667;
	transition:all .5s;
	text-decoration:none;
	color:#fff;
}
.main_batchtable
{
	margin:0px 0px 20px;
}
.innermain_batchtable
{
	margin:10px 0px;
}
.batchtable
{
	width:100%;
	float:left;
	border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
	padding: 9px 0px;
	transition:all .3s;
	cursor: pointer;
}
.batchtable:last-child{
	  border-bottom: 1px solid #dddddd;
}
.batchtable:hover
{
	background:#ededed;
	transition:all .3s;
}
.batchtable:hover .select_tick 
{
	color:#3778b0;
	transition:all .3s;
}
.batchrow_num
{
	  border: 1px solid #dddddd;
	  text-align:center;
	  padding: 4px 0;
	  color: #444444;
	  margin-left:10px;
	  font-size:13px;
	  text-transform:uppercase;	
	  line-height:16px;
	  letter-spacing:1px;
	  background:#fff;
	  width:70%;
}
.weeksbox
{
	float:left;
	width:30%;
	color:#626262;
	letter-spacing:1px;
	padding: 9px 0px;
	 border-right: 1px solid #dddddd;
}
.timebox
{
	float:left;
	width:70%;
	color:#626262;
	letter-spacing:1px;
	padding: 9px 0px 9px 60px;
}
.batchprice
{
	letter-spacing:1px;
	padding: 9px 0px 9px 0px;
	color: #222222;
    font-size: 16px;
	float:left;
	text-align:center;
	width:60%;
    font-weight: 700;
}
.select_tick
{
	float:left;
	width:auto;
	width:40%;
	text-align:center;
	padding: 9px 0px 9px 0px;
	color: #cccccc;
    font-size: 16px;
    vertical-align: middle;
}
.btn-box {
    text-align: center;
    padding: 9px 0;
}
.btn-box .btn {
    color: #fff;
    background: #306a9b;
}
.videos_block
{
	margin-bottom:15px;
}
.ourvideoclick {
	text-align: center;
}
.videobox
{
	list-style-type:none;
	border:6px solid #eee;
	cursor:pointer;
	overflow:hidden;
	margin-bottom:10px;
}
.videobox img
{
	width:100%;
}
.curriculum_download
{
	position:absolute;
	right:0px;
	top:15px;
	color:#de6667;
	border-radius:3px;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	outline:none;
	letter-spacing:1px;
	border:1px solid #de6667; 
	padding:10px 25px;
	transition:all .5s;
}
.curriculum_download i
{
	margin-right:5px;
	font-size:16px;
}
.curriculum_download:hover
{
	text-decoration:none;
	border:1px solid #3778b0;
	color:#3778b0;
	transition:all .5s;
}
.enroll_form
{
	background: #f7f7f7;
	padding:40px 60px;
	width:100%;
	float:left;
	margin-bottom:30px;
}
.enroll_check{
	list-style-type:none;
}
.enroll_check li{
	float:left;
	margin-right:30px;
}
.enroll_maincheck
{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 20px;
	padding: 5px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.contactfielddiv {
    float: left;
    margin-bottom:20px;
    width: 100%;
}
.fields_two {
    float: left;
    width: 48%;
}
.fields_two_right {
    float: right;
}
.contactname {
    color: #2f2e3c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
	letter-spacing:1px;
    padding: 0;
}
.contactfealds {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.staricon {
    color: #d5193e;
    font-size: 16px;
}
.et_pb_submit_cont {
    background: #0f7ea9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
	width:auto;
	margin:auto;
	display:table;
    font-size: 16px;
    font-weight: 500;
	letter-spacing:1px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.et_pb_submit_cont:hover {
    background: #de6667 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}



#bodyover {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
	display:none;
    width: 100%;
    z-index: 99999;
}
.ourvideoshow {
    background: #fff;
    display: none;
	border:5px solid #fff;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
	border-radius:0px;
    top: 12%;
	max-height:500px;
    transition: all 0.5s ease 0s;
    width: 50%;
    z-index: 99999;
}
#ourteampopclose {
    color: #204687;
    font-size:16px;
    outline: medium none;
    position: absolute;
    right:15px;
	cursor:pointer;
    bottom: 10px;
}
#ourteampopclose i{
    font-size: 22px;
	margin-left:5px;
	padding-top:10px;
}
#ourteampopclose:hover {
    color: #D9231A;
	text-decoration:none;
}


.innerpro_left {
    width: 23%;
    float: left;
    margin: 15px 0px 30px;
}
.innerpro_leftinner {
    width:100%;
    float: left;
	border: 1px solid #dddddd;
	background:#fff;
}
.categories_hd {
	font-size: 20px;
	font-weight: 600;
	background: #eee;
	padding: 13px 15px;
	color: #333;
	letter-spacing:1px;
	margin: 0px;
	text-transform: uppercase;
}
.categories_subhd {
	color: #fff;
	background: #23527c;
	margin: 0;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 10px 15px;
}
.pricecheckbox {
	list-style-type: none;
	width: 100%;
	margin-bottom: 0;
	float: left;
	padding:10px;
	border-bottom:1px solid #dddddd;
}

.pricecheckbox li {
	float: left;
	padding: 5px 10px;
	width: 100%;
}
.pricecheckbox li a
{
    color:#333;
}
.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    display: inline-block;
}
input.css-checkbox[type="checkbox"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	left: -1000px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	z-index: -1000;
}
input.css-checkbox[type="checkbox"] + label.css-label {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
	height: 18px;
	padding-left: 27px;
	vertical-align: middle;
}
input.css-checkbox[type="checkbox"] + label.css-label:hover {
	color: #06476d;
}
input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	-moz-user-select: none;
	background-image: url("../images/csscheckbox.png");
}

.coursespage_right
{
	width:76%;
	float:right;
	  margin: 15px 0px 30px;
}
.coursespage_list ul li
{
	width:25%;
	float:left;
	min-height:250px;
	padding:0px 10px;
	margin-bottom:20px;
}

.breadcrumbs {
    display: inline-block;
    float: left;
    text-transform: capitalize;
    margin-top: 10px;
	margin-bottom:0px;
}
.breadcrumbs ul {
    list-style-image: none;
    list-style-type: none;
}
.breadcrumbs ul li {
    color: #2d2d2d;
    display: inline-block;
    float: left;
	font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 18px;
    letter-spacing: 0px;
}
.breadcrumbs ul li:before {
	position: absolute;
	top: 0px;
	right: -5px;
    color: #000;
    content: "\f105";
	font-size: 14px;
    font-family: FontAwesome;
}
.breadcrumbs ul  li:last-child:before {
	display: none;
}
.breadcrumbs ul li a {
    color: #2d2d2d;
    font-weight: 600;
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    text-decoration: none;
}
.breadcrumbs ul li a:hover {
    color: #ff0000;
    text-decoration: none;;
}
.org_box
{
	width:100%;
	float:left;
	padding:10px;
	background:#fff;
	border: 1px solid #dddddd;
	margin:15px 0px;
}
.org_box h4{
	 color: #06476d;
	 font-size: 16px;
}
.org_box p
{
	width:65%;
	float:left;
	font-size:13px;
}
.org_box img
{
	float:right;
}


.footerstip
{
	position:fixed;
	bottom:0px;
	background:#232323;
	z-index:99;
	height:40px;
	display: none;
	cursor:pointer;
}

.footer_contact
{
	float:left;
	width:auto;
	margin:0px 0px 0px;
	list-style-type:none;
}
.footer_contact li
{
	float:left;
	margin-right:20px;
	color:#fff;
	transition:all .5s;
	font-size:13px;
	font-weight:400;
	border-right:1px solid #434343;
	padding:10px 0px;
	padding-right:20px;
	letter-spacing: 1px;
}
.footer_contact li:last-child
{
	border-right:0px;
}
.footer_contact li i
{
	margin-right:5px;
	font-size:18px;
	color:#fff;
}
.query
{
	float:right;
	color:#fff;
	width:17%;
}
.query i
{
	float:left;
	padding:13px;
	background:#306a9b;
}
.query p
{
	background:#3778b0;
	float:left;
	padding:10px 25px;
	transition:all .5s;
	color:#fff;
}
.query:hover p
{
	background:#306a9b;
	transition:all .5s;
}
.scrolltop
{
	position:absolute;
	right:-80px;
	background:#000;
	float:left;
	font-size:18px;
	padding:7px 20px;
	color:#fff;
	transition:all .5s;
}
.scrolltop:hover
{
	color:#f7f7f7;
}


.forbusiness_banner
{
	height:165px;
}
.business_left
{
	width:69%;
	float:left;
	color: #555;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:20px;
	text-align:justify;
}
.business_left p
{
	color: #555;
	font-size: 14px;
	line-height: 26px;
}
.bannertext_box h3{
	color: #ffffff;
    font-size: 35px;
	text-align:center;
	line-height:50px;
	padding:10px 100px 0px;
}

.rightform_hd
{
	font-size:20px;
	color: #222;
	font-weight: 500;
	margin: 0px auto 20px;
	text-transform: uppercase;
}
.businesspage_right {
    float: right;
    margin: 25px 0px;
    width:28%;
}
.businessname {
    color: #2f2e3c;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
  display: inline-block;
    font-weight:400;
    width: 100%;
}
.businessname p {
	margin: 0 0 3px;
}
.businesspage_rightinner{
  background-color: #f4f4f4;
  width: 100%;
  display: table;
  padding: 20px;
  border:5px solid #e9e9e9;
}
.businessfealds {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    height:35px;
  font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 15px;
}
.businessfielddiv {
    width: 100%;
}
.businessfielddiv span {
    color: #d5193e;
    font-size: 16px;
}
.et_pb_submit_cont {
    background: #4285b7;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    float: right;
   padding: 10px 20px;
   margin-top:0px;
   font-size: 16px;
   font-weight: 500;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;  
  cursor: pointer;
}
.et_pb_submit_cont:hover {
    background: #134367 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

.client_list {
	list-style: none;
	margin: 20px 0px 30px;
}
.client_list li {
    float: left;
    margin: 0px;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 20px;
    display: inline-block;
    width: 25%;
    border: 1px solid #ddd;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
.client_list li img {
    max-width: 100%;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
/*.client_list li:nth-child(1),.client_list li:nth-child(5),.client_list li:nth-child(10),.client_list li:nth-child(15),.client_list li:nth-child(20)  {
    border-left: 1px solid #ddd;
}*/
.contentpageinner_ul ul
{
	margin:20px 0px 10px;
	width:100%;
	float:left;
	list-style-type:none;
}
.contentpageinner_ul ul li
{
	width:100%;
	float:left;
	padding-left:20px;
	position:relative;
	margin-bottom:7px;
	color: #555;
	font-size: 14px;
	line-height: 26px;
}
.contentpageinner_ul ul li:after
{
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	content:'\f111';
	top:0px;
	color:#366a73;
	font-size:10px;
}

.jobposition_ul  {
	width: 100%;
	list-style: none;
}
.jobposition_ul li {
	display: block;
	width: 100%;
	margin-top: -1px;
}
.jobposition_ul li a.active, .jobposition_ul i a:hover {
	background-color: #06476d;
	color: #fff !important;
}
.jobposition_ul  li a {
	display: block;
	padding: 5px 40px 5px 15px;
	color: #555;
	display: block;
	padding: 12px 35px 12px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	letter-spacing:1px;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	position: relative;
}
.jobposition_ul  li a i {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #e2e2e7;
}
.jobposition_ul  li a.active i, .jobposition_ul  li a:hover i {
	color: #fff;
}
.career_txt {
	margin-top: 30px;
}
/*career_links*/
.career_links {
	padding: 20px;
	background: #f5f5f5;
	margin-top: 20px;
}
.career_link {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	padding: 20px;
	margin: 10px;
	background : #fff;
}
.career_link .txt {
	max-height: 80px;
	overflow: hidden;
}
.career_link h3 {
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}
.career_link a {
	float: left;
	margin-top: 15px;
	padding: 5px 30px;
	color: #fff;
	background: #007BAA;
	transition: all .5s;
}
.career_link a:hover {
	background: #333;
	text-decoration: none;
	transition: all .5s;
}








.mobile_menu_icon {
    float: right;
    font-size: 28px;
    font-weight: 600;
    color: #046a96;
    margin: 11px 10px 0px 0px;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}





.mobile_menu
{
	width:100%;
	height:100%;
	background:#005d8d;
	overflow-y: auto;
	z-index:99999999;
	position:fixed;
	display:block;
	top:-100%;
	transition:ease all .5s;
	/*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
	width:100%;
	float:left;
	padding:20px 15px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	background:#f3970f;
}
.mslidemenu_close i
{
	float:right;
}
		
ul.parent {
list-style: none;
width: 100%;
padding:0px;
float: left;
padding-bottom:5px;
}
ul.parent li{
width: 100%;
float: left;
position: relative;
border-bottom: 1px solid #116794;
}
ul.parent li a{
display:table;
width: 100%;
padding:10px 10px; 
font-size: 14px;
color:#fff;
text-decoration: none;
text-transform: capitalize;
}
ul.parent li span, ul.level1 li span{
float: right;
color: #feb801;
line-height:35px;
font-weight: 700;
font-size: 22px;
padding: 0px 10px;
right: 0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
text-decoration: none;
color: #feb801;
}
ul.parent ul {
padding:0px 0px;
list-style: none;
background-color: #116794;
}
ul.parent ul ul {
padding:0px 0px;
list-style: none;
background-color: #08415f;
}

ul.parent ul li:last-child{
border-bottom: 0px solid #071e3d;
}
.more span{
position: absolute;
}
.menul .open > .more span{
transform: rotate(45deg);
}
.more span{
transition: transform 0.3s;
font-weight: bold;
}
.more{
float: right;
cursor: pointer;
font-size: 20px;
position: relative;
margin-right:10px;
}
.menul ul{
height:0px;
overflow: hidden;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-fill-mode: both;
  animation-fill-mode: both;
-webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.menul .open > ul{
height:auto;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-fill-mode: both;
  animation-fill-mode: both;
-webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.menul > li.open > ul{
height:auto;
-webkit-animation-duration: 1s;
  animation-duration: 1s;
-webkit-animation-fill-mode: both;
  animation-fill-mode: both;
-webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}


.copyright
{
	width:100%;
	float:left;
	text-align:left;
	color:#ccc;
}






/* ----- responsive starts here ----- */
@media only screen and (min-width : 980px) and (max-width :1279px) {
.fullpage {
	max-width:970px;
	min-width: 240px;
	margin: 0px auto;
	padding:0px 20px;
}
.home_banner {
	height:auto;
}
.allcourses_blog h4 {
    font-size: 24px;
}
.customer_info {
    width: 61%;
}
.footer_hd {
    font-size: 24px;
}
.query {
    width: 21%;
	margin-right:60px;
}
.scrolltop
{
	right:0px;
}
.reivew_profi {
    width: 67%;
}
.coursemenubar
{
	width:930px !important
}
.categories_hd
{
	font-size:16px;
}
.coursespage_list ul li
{
	display:inline-block;
	min-height:250px;
	float:none;
	width:33%;
}
.org_box p {
    width: 60%;
}
.cf_hd {
    font-size: 17px;;
}
.customerreview_pg .customer_info {
    width: 80%;
}


	
	}
	@media only screen and (min-width : 768px) and (max-width :979px) {
.fullpage {
	max-width:760px;
	min-width: 240px;
	margin: 0px auto;
	padding:0px 15px;
}
.home_banner {
	height:auto;
}
.logo {
    width: 35%;
}
.header_right {
    width: 63%;
}
.nav ul li > a {
    letter-spacing: 0px;
    font-size: 13px;
    padding: 12px 11px 28px;
}
.nav_bus {
    padding: 7px 12px 7px !important;
    letter-spacing: 0px;
    font-size: 13px;
}
.nav ul li > a {
    padding: 12px 7px 28px;
}
.bannerform {
    width: 600px;
}
.banner_fields {
    width:100%;
}
.browsecourses_but {
    padding: 9px 18px;
}
.coursesbox {
    padding: 0px 19px;
}
.allcourses_blog h4 {
    font-size: 24px;
    width: 100%;
    float: left;
    text-align: center;
	margin-bottom:30px;
}
.about_us h2
{
	padding:0px;
	font-size: 26px;
	line-height: 42px;
}
.customerreview, .clients
{
	padding:0px 20px;
}
.footer_hd {
    font-size: 24px;
    letter-spacing: 0px;
}
.footermenu li {
    width: 50%;
}
.footersection {
    width: 100%;
}
.secfootersection {
    width: 50%;
    margin-left:0px;
}
.footersectionlast {
    width: 50%;
}
.query {
    width: 29%;
	margin-right:60px;
}
.scrolltop
{
	right:0px;
}
.bannertext_box
{
	top:20%;
}
.reivew_profi {
    width: 67%;
}

.clpvideo_info {
    width: 77%;
}
.coursemenubar ul li a {
    padding: 5px;
    letter-spacing: 0px;
	font-size: 12px;
}
.coursemenubar{
	width:730px !important
}
.weeksbox{
	width:50%;
	  letter-spacing: 0px;
}
.timebox {
    width: 50%;
    letter-spacing: 0px;
    padding: 9px 0px 9px 20px;
}
.cf_box li {
    width: 50%;
}
.ourvideoshow
{
	width:95%;
}

.innerpro_left {
    width: 32%;
}
.coursespage_right {
    width: 67%;
}
.coursespage_list ul li
{
	display:inline-block;
	min-height:250px;
	float:none;
	width:48%;
}
.customer_info {
    width: 73%;
}
.course_img {
    height: 160px;
}
.weeksbox, .timebox {
    letter-spacing: 0px;
    font-size: 12px;
}
.customerreview_pg .customer_info {
    width: 73%;
}
.cadr_left {
    font-size: 14px  !important;
    padding: 25px 5px !important;
}
.forbusiness_banner {
    height: 124px;
}
.clpvideo_box {
    height: auto;
}
.forbusiness_banner {
    height: auto;
}
.clpvideo_rightbox ul {
    height: auto;
}



	}
	@media only screen and (min-width : 360px) and (max-width :767px) {
	.reviewrate{
    position:relative;
}
.fullpage {
	max-width:550px;
	min-width: 240px;
	margin: 0px auto;
	padding:0px 10px;
}
.main_menupart, .home_banner::before,  .footer_contact{
	display:none;
}
.header_contact li {
    margin-left: 0px;
    font-size: 12px;
    border-left: 0px;
    padding-left: 9px;
    letter-spacing: 0px;
}
.header_right {
    width: 18%;
}
.bannerser_box {
    width: 100%;
    margin: 0px 0px;
}
.header_contact li i {
    font-size: 16px;
}
.logo {
    width: 76%;
}
.bannerform {
    width: 100%;
	border-radius:0px;
	background: rgba(0, 43, 70, 1);
}
.bannertext_box {
    width:100%;
    top: 0;
	position:relative;
}
.bannerform h5 {
    padding: 0px 5px;
	width:100%;
	float:left;

}
.browsecourses_but{
	width:100%;
		margin: 0px 0px;
}
.bannertext_box p {
    font-size: 20px;
    color: #3b3b3b;
    text-shadow: none;
}
.home_banner{
	height:auto;
}
.banner_fields{
	width:100%;
}
.coursesbox {
    padding: 0px;
}
.secfootersection {
    width: 100%;
    margin-left:0px;
}
.customerreview, .clients{
	padding:0px;
}
.customerreview {
    margin: 15px 0px 30px;
}
.parallax_fluid a {
    font-size: 13px;
}
.course_info h4{
	line-height:19px;
	font-size:13px;
}
.customer_info{
	width:100%;
	text-align:center;
}
.customerdec{
	display:block;
}
.user-photo {
    float: none;
    margin:10px auto;
}
.allcourses_blog {
    padding: 0px 0px;
}
.allcourses_blog h4 {
    font-size: 20px;
    padding:10px;
    line-height: 30px;
}
.allcourses_blog a{
	margin-bottom:20px;
	 font-size: 13px;
}
.parallax_fluid{
	height:240px;
}
.about_us {
    margin-top: 16px;
}
.about_us h2 {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0px 0px;
}
.clients ul li{
	height:auto;
	margin-top: 25px;
}
.owl-next, .owl-prev  {
	display:none !important;
}
.footersectionlast, .footersection, .footermenu li, .query {
    width: 100%;
}
.scrolltop{
	right:0px;
}
.coursemenubar{
	display:none !important	;
}
.inner_mainhd {
    font-size: 15px;
}
.clpvideo_box {
    width: 100%;
	margin-bottom:20px;
	height: auto;
}
.clpvideo_rightbox {
    width: 100%;
}
.clpvideo_rightbox ul li {
    width: 100%;
}
.cf_info
{
    min-height:auto;
}
.cf_box li {
    width: 100%;
    padding: 0px 0px;
}

.curriculum_download {
    position: relative;
    width: 100%;
    float: left;
	top:0px;
	margin-bottom:20px;
}
.toggle h3 {
    font-size: 12px;
}
.enroll_form {
    padding: 10px;
}
.enroll_check li {
    margin-right: 0px;
    width:100%;
}

.batchrow_num
{
	width:100%;
	font-size:11px;
	margin:0px;
}
.weeksbox {
    width: 100%;
    letter-spacing: 0px;
	font-size:11px;
	border:0px;
}
.timebox {
    width:100%;
    letter-spacing: 0px;
    padding: 9px 0px 9px 0px;
	font-size:11px;
}
.batchprice {
    text-align: left;
}
.inner_banner
{
	overflow:visible;
	height:auto;
}
.inner_banner::before
{
	display:none;
}
.ourvideoshow {
    top: 5%;
    max-height: auto;
    width: 90%;
}
.innerpro_left {
    width:100%;
}
.coursespage_right {
    width:100%;
}
.coursespage_list ul li
{
	display:inline-block;
	min-height:250px;
	float:none;
	width:49%;
}
.footer_hd {
    font-size: 24px;
    letter-spacing:0px;
}
.socialicons li a {
    font-size: 17px;
}
.breadcrumbs ul li a {
    font-size: 10px;
    letter-spacing: 0px;
}

.sticky {
    position: relative !important;
    top:0px !important;
}
.course_info {
    height: 215px;
    padding: 0px 5px 15px;
}
.business_left
{
    width:100%;
}
.businesspage_right{
width:100%;
}
.customerreview_pg .customer_info {
    width:100%;
}
.cadr_left {
    width: 100% !important;
    padding: 10px !important;
}
.cadr_map {
    width: 100% !important;
}
.contactform_left, .contactform_right {
    width: 100% !important;
}
.user-photo {
    height: auto;
}
.forbusiness_banner {
    height: 124px;
}
.course_img {
    height: 110px;
}

.mobile_menu_icon {
    display: block;
}
.searhkeywords a {
    letter-spacing: 0;
}

.forbusiness_banner {
    height: auto;
}

.clpvideo_rightbox ul {
    height: auto;
}


	}
	@media only screen and (min-width : 240px) and (max-width :359px) {
	    
.reviewrate{
    position:relative;
}
.fullpage {
	max-width:359px;
	min-width: 240px;
	margin: 0px auto;
	padding:0px 10px;
}
.main_menupart, .home_banner::before,  .footer_contact{
	display:none;
}
.header_contact li {
    margin-left: 0px;
    font-size: 11px;
    border-left: 0px;
    padding-left: 0px;
    letter-spacing: 0px;
}
.header_contact li i {
    font-size: 16px;
}
.logo {
    width:84%;
}
.header_right {
    width: 13%;
}
.bannerform {
    width: 100%;
	border-radius:0px;
	background: rgba(0, 43, 70, 1);
}
.bannerser_box {
    width: 100%;
    position: relative;
    float: left;
    margin: 0px 0px;
}
.bannertext_box {
    width:100%;
    top: 0;
	position:relative;
}
.bannerform h5 {
    padding: 0px 5px;
	width:100%;
	float:left;
}
.browsecourses_but{
	width:100%;
	margin: 0px 0px;
}
.bannertext_box p {
    font-size: 23px;
    color: #3b3b3b;
    text-shadow: none;
}
.home_banner{
	height:auto;
}
.banner_fields{
	width:100%;
}
.coursesbox {
    padding: 0px;
}
.secfootersection {
    width: 100%;
    margin-left:0px;
}
.customerreview, .clients{
	padding:0px;
}
.customerreview {
    margin: 15px 0px 30px;
}
.parallax_fluid a {
    font-size: 13px;
}
.course_info h4{
	line-height:19px;
	font-size:13px;
}
.customer_info{
	width:100%;
	text-align:center;
}
.customerdec{
	display:block;
}
.user-photo {
    float: none;
    margin:10px auto;
}
.allcourses_blog {
    padding: 0px 0px;
}
.allcourses_blog h4 {
    font-size: 20px;
    padding: 20px;
    line-height: 30px;
}
.allcourses_blog a{
	margin-bottom:20px;
	 font-size: 13px;
}
.parallax_fluid{
	height:240px;
}
.about_us {
    margin-top: 16px;
}
.about_us h2 {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0px 0px;
}
.clients ul li{
	height:auto;
	margin:5px;
	width:94%;
    float: left;
}
.owl-next, .owl-prev  {
	display:none !important;
}
.footersectionlast, .footersection, .footermenu li, .query {
    width: 100%;
}
.scrolltop{
	right:0px;
}
.coursemenubar{
	display:none !important	;
}


.inner_mainhd {
    font-size: 15px;
}
.clpvideo_box {
    width: 100%;
	margin-bottom:20px;
	height:auto;
}
.clpvideo_rightbox {
    width: 100%;
}
.cf_info
{
    min-height:auto;
}
.clpvideo_rightbox ul li {
    width: 100%;
}
.cf_box li {
    width: 100%;
    padding: 0px 0px;
}

.curriculum_download {
    position: relative;
    width: 100%;
    float: left;
	top:0px;
	margin-bottom:20px;
}
.toggle h3 {
    font-size: 12px;
}
.enroll_form {
    padding: 10px;
}
.enroll_check li {
    margin-right: 0px;
    width:100%;
}



.batchrow_num
{
	width:100%;
	font-size:11px;
	margin:0px;
}
.weeksbox {
    width: 100%;
    letter-spacing: 0px;
	font-size:11px;
	border:0px;
}
.timebox {
    width:100%;
    letter-spacing: 0px;
    padding: 9px 0px 9px 0px;
	font-size:11px;
}
.batchprice {
    text-align: left;
}



.inner_banner
{
	overflow:visible;
	height:auto;
}
.inner_banner::before
{
	display:none;
}

.ourvideoshow {
    top: 5%;
    max-height: auto;
    width: 90%;
}
.innerpro_left {
    width:100%;
}
.coursespage_right {
    width:100%;
}
.coursespage_list ul li
{
	display:inline-block;
	min-height:250px;
	float:none;
	width:100%;
}
.footer_hd {
    font-size: 24px;
    letter-spacing:0px;
}
.course_info p {
    font-size: 11px;
}
.course_info {
    padding: 0px 3px 15px;
}
.socialicons li a {
    font-size: 17px;
}
.course_img {
    height: 100px;
}
.breadcrumbs ul li a {
    font-size: 10px;
    letter-spacing: 0px;
}
.sticky {
    position: relative !important;
    top:0px !important;
}
.course_info {
    height: 215px;
    padding: 0px 5px 15px;
}
.business_left
{
    width:100%;
}
.businesspage_right{
width:100%;
}
.customerreview_pg .customer_info {
    width:100%;
}
.cadr_left {
    width: 100% !important;
    padding: 10px !important;
}
.cadr_map {
    width: 100% !important;
}
.contactform_left, .contactform_right {
    width: 100% !important;
}
.user-photo {
    height: auto;
}
.forbusiness_banner {
    height: 124px;
}

.logo a img {
    height: 43px;
    padding-top:5px;
}
.mobile_menu_icon {
    display: block;
    text-align:right;
}
.searhkeywords a {
    letter-spacing: 0;
}

.forbusiness_banner {
    height: auto;
}
.clpvideo_rightbox ul {
    height: auto;
}
}
.modal .modal-title {
    text-align: center;
}
.modal .modal-body {
    padding: 0;
}
.modal .enroll_form {
    float: inherit;
    display: inline-block;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}
















