@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


/*	1. General style, 2. Global style, 3. General style */
* {
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    transition: 0.4s;
}

a:hover, a:focus {

}
body {
	font-family: 'Roboto', sans-serif;
}
.wrapper {
	padding: 0;
	margin: 0;
	background: #fff;
	overflow: hidden;
	height: 100%;
	min-height: 600px;
}

.container {
	max-width: 1280px;
}

p {
	color: #3b3b3b;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	padding-bottom: 15px;
}


header{
    padding: 20px 0px;
}
.logo{float: left;}

.header-logo a{
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.header-logo a img{
	max-width: 100%;
    opacity: 1;
}

.top-header {
	background-color: #00308c;
	padding: 12px 0px;
}
.top-header .header-links {
}
.top-header .header-links ul {
    font-size: 0;
}
.top-header .header-links ul li{
	display: inline-block;
	margin: 0 20px 0 0px;
    background-image: none;
    line-height: inherit;
    padding-left: 0;
}
.top-header .header-links ul li:last-child{
	margin-right: 0px;
}
.top-header .header-links ul li a{
	display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
}
.top-header .header-links ul li a:hover{
    color: #ffc600;
    text-decoration: none;
}
.top-header .header-links ul li a.phone {
    background: url(../images/phone-icon.png) left center no-repeat;
    padding: 0 0 0 25px;
}
.top-header .header-links ul li a.email {
    background: url(../images/email-icon.png) left center no-repeat;
    padding: 0 0 0 28px;
}



.social-links ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.social-links ul li{
	margin-left:0px;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	font-weight: 300;
}
.social-links ul li:first-child{
	padding-top: 6px;
	margin-right: 5px;
}
.social-links ul li a{
	display: inline-block;
	width: 25px;
	height: 25px;
}
.social-links ul li a.facebook{
	background:url(../images/facebook-small.png) no-repeat center;
}
.social-links ul li a.twitter{
	background:url(../images/twitter-small.png) no-repeat center;
}
.social-links ul li a.youtube{
	background:url(../images/youtube-small.png) no-repeat center;
}
.social-links ul li a.rss{
	background:url(../images/rss-small.png) no-repeat center;
}
.social-links ul li a:hover{
	opacity: 0.7;
}

/* Menu Style Strat */
.navbar {
	padding: 0px;
	border: none;
	border-radius: 0px !important;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: auto;
	background-color: transparent;
}
.navbar-nav {
	width: 100%;
	padding: 0px;
	text-align: right;
	margin-top: -55px;
}
.navbar-nav > li {
	display: inline-block;
	float: none!important;
}
.navbar-nav > li > a {
	padding: 10px 18px 9px;
    font-size: 16px;
    font-weight: 400;
    color: #201b17!important;
    outline: none;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
	color: #00308c!important;
}
.navbar-nav > li:last-child {
	border-radius: 4px;
	background: #ffc600;
	color: #201b17!important;
	margin-left: 20px;
}
.navbar-nav > li:last-child a:hover {
	background: #201b17;
	color: #fff!important;
}
.navbar-inverse {
	background: none;
	border: none;
	padding: 0px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-inverse .navbar-toggle {
	background: #333 none repeat scroll 0 0;
	border-color: #333;
}
.navbar-collapse.in {
	overflow-y: none !important;
}
.navbar-header font {
	display: none;
}
.navbar-default .navbar-nav > .open > a, .nav .open > a{
	background-color: transparent;
}
/* Dropdown Menu */
.dropdown-menu > li > a{
	text-align: left;
	padding: 9px 12px;
	font-size: 13px;
	border-bottom: solid 1px #eee;
	text-transform: capitalize;
}
.dropdown-menu > li > a:hover{
	background: none;
	color: #59b7df;
}

.dropdown-menu{
	min-width: 250px;
	padding: 15px 50px 30px;
	left: -50px;
	border:none;
	box-shadow: none;
}
.dropdown-menu:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
/* Menu Style End */


.banner-area{
	padding: 135px 0px 235px;
	background:url(../images/banner.jpg) no-repeat top center;
	background-size: cover;
}
.banner-area h1{
	font-size: 60px;
	line-height: 1.2;
	color: #00308c;
	margin-bottom: 25px;
	font-weight: 600;
}

a.cta-button{
	display: inline-block;
	color: #00308c;
	padding: 16px 30px;
	font-size: 18px;
	text-decoration: none;
	border:solid 2px #ffc600;
	border-radius: 4px;
	text-transform: uppercase;
}
a.cta-button:hover, a.cta-button:focus{
	background: #ffc600;
	color: #00308c;
	text-decoration: none;
}
a.custom-link{
	text-decoration: none;
	display: inline-block;
	width: 100%;
}


.top-service{
	margin-top: -65px;
	text-align: center;
}
.top-service .service-col,
.about-midtop-banner.top-service .service-col{
	background:#fff;
	padding: 50px 0px;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	transition: all 0.3s;
}
.top-service .service-col img,
.about-midtop-banner.top-service .service-col img{
	margin-bottom: 36px;
}
.top-service .service-col .heading,
.about-midtop-banner.top-service .service-col .heading{
	font-size: 20px;
	color: #201b17;
}
.top-service .service-col:hover,
.about-midtop-banner.top-service .service-col:hover{
	transform: translateY(-20px);
	transition: all 0.3s;
}
.top-service .service-col:hover .heading,
.about-midtop-banner.top-service .service-col:hover .heading{
	color: #00308c;
}
.about-midtop-banner{
	margin-top: 0px;
	text-align: center;
	background-color: #f1f5f8;
	padding: 80px 0px;
}
.about-midtop-banner h2{
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 500;
	color:#01308c;
	display: inline-block;
}
.about-midtop-banner h2::after{
	position: absolute;
	width: 50px;
	height: 1px;
	background-color:#00308c;
	content:"";
	top:20px;
	left:-60px;
}
.about-midtop-banner h2::before{
	position: absolute;
	width: 50px;
	height: 1px;
	background-color:#00308c;
	top:20px;
	content:"";
	right:-60px;
}



.mid-top-content{
	position: relative;
	padding: 115px 0px;
}
.mid-top-content h2{
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 200;
	padding:0px 50px;
}
.mid-top-content h2::after{
	position: absolute;
	width: 1px;
	height: 50px;
	background-color:#00308c;
	left:0;
	right:0;
	margin: 0 auto;
	content:"";
	top:-60px;

}
.mid-top-content h2::before{
	position: absolute;
	width: 1px;
	height: 50px;
	background-color:#00308c;
	left:0;
	right:0;
	margin: 0 auto;
	content:"";
	bottom:-60px;

}
.mid-top-content h2 span{
	font-weight: bold;
	color: #00308c;
}



.mid-class-area{
	margin-bottom: 90px;
}
.mid-class-area h3{
	color: #fff;
	font-size: 36px;
	margin-bottom: 60px;
	font-weight: 400;
}
.col-left-blue{
	padding: 65px 30px;
	background-color: #00308c;
	border-radius: 4px 0px 0px 4px;
}
.col-right-blue{
	padding: 65px 30px;
	background-color: #002b7d;
	border-radius: 0px 4px 4px 0px;
}
.mid-class-area ul{
	width: 100%;
	font-size: 0px;
}
.mid-class-area ul li{
	width: 24%;
	display: inline-block;
	border-right: solid 1px #2b519b;
}
.mid-class-area ul li{
	border-bottom: solid 1px #2b519b;
}
.mid-class-area ul li:last-child{
	border-right: none;
}
.mid-class-area ul:last-child li{
	border-bottom: transparent;
}
.mid-class-area ul li a{
	padding: 30px 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size:30px;
	font-weight: 300;
	display: block;
}
.mid-class-area ul li a:hover, .mid-class-area ul li a:focus{
	color: #00308c;
	background-color: #ffc601;
	text-decoration: none;
}



.top-product{
	padding: 90px 0px;
	background-color: #f1f5f8;
}
.top-product h2{
	position: relative;
	font-size: 36px;
	color: #00308c;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 500;
}
.top-product .product-col{
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	transition: all 0.3s;
}
.top-product .product-col img{
	width: 100%;
}
.top-product .product-col .heading{
	padding: 25px 0px;
	color: #00308c;
	font-size: 20px;
}
.top-product .product-col:hover{
	background-color: #ffc600;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	transform: translateY(-20px);
	transition: all 0.3s;
}
.top-product .product-col:hover .heading{
	color: #00308c;
}




.mid-bottom-content{
	position: relative;
	padding: 135px 0px 85px;
}
.mid-bottom-content h2{
	position: relative;
	font-size: 36px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 100px;
}
.mid-bottom-content h2::after{
	position: absolute;
	width: 1px;
	height: 50px;
	background-color:#00308c;
	left:0;
	right:0;
	margin: 0 auto;
	content:"";
	top:-60px;
}
.mid-bottom-content h2::before{
	position: absolute;
	width: 1px;
	height: 50px;
	background-color:#00308c;
	left:0;
	right:0;
	margin: 0 auto;
	content:"";
	bottom:-60px;

}
.mid-bottom-content h2 span{
	font-weight: bold;
	color: #00308c;
}



.about-button-content{
	padding: 90px 0px;
}
.side-image-area{
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.side-image-area img{
	width: 100%;
	max-width: 100%;
}
.mid-image-area{
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}
.mid-image-area img{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
.side-image-content{
	width: 100%;
	position: relative;
	padding-left: 0px;
}
.side-image-area h2, .mid-image-area h2{
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.2;
	color: #00308c;
	margin-top: 30px;
	font-weight: 700;
}
.side-image-area p, .mid-image-area p{
	line-height: 1.9;
	font-size: 16px;
}
.side-image-area ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.side-image-area ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left:20px;
	line-height: 1.9;
}
.side-image-area ul li::after{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color:#ffc600;
	left:0;
	top:10px;
	content:"";
}




.about-company-profile{
	padding: 20px 0px 0px;
	background-color: #dfe7ea;
}
.about-company-profile h2{
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.2;
	color: #00308c;
	margin-top: 60px;
	font-weight: 700;
}
.about-company-profile p{
	line-height: 1.9;
	font-size: 16px;
}







footer{
	padding: 90px 0px 40px;
	background: #00308c;
}
footer h4{
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}
footer .footer-nav{
	display: block;
    margin-bottom: 30px;
}
footer .footer-nav ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
footer .footer-nav ul li{
	display: block;
	margin-bottom:15px;
	font-size: 14px;
	font-weight: 300;
}
footer .footer-nav ul li a{
	color:#b3c1dd;
}
footer .footer-nav ul li a:hover{
	color:#fff;
	text-decoration: none;
}

footer .social{
	position: relative;
	margin-bottom: 30px;
}
footer .social ul{
	text-align: center;
	width: 100%;
}
footer .social ul li{
	margin:0px 5px 0px 5px;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	font-weight: 300;
}
footer .social ul li a{
	display: inline-block;
	width: 38px;
	height: 38px;
	opacity: 0.7;
}
footer .social ul li a.facebook{
	background:url(../images/facebook.png) no-repeat center;
}
footer .social ul li a.twitter{
	background:url(../images/twitter.png) no-repeat center;
}
footer .social ul li a.youtube{
	background:url(../images/youtube.png) no-repeat center;
}
footer .social ul li a.rss{
	background:url(../images/rss.png) no-repeat center;
}
footer .social ul li a:hover{
	opacity: 1;
}

footer .copy-right{
	padding: 40px 0px 0px 0px;
	border-top: solid 1px #2b519b;
	color: #b3c1dd;
	font-size: 14px;
	font-weight: 300;
}
footer a.cta-button{
	color: #fff;
}



.chat-section{
	overflow: hidden;
}
.chat-area{
	position: absolute;
	right: 50px;
	max-width: 260px;
	bottom: 0%;
	width: 100%;
}
.chat-area .heading{
	padding: 15px 25px;
    background-color: #ffc600;
    font-size: 20px;
    color: #00308c;
    border-radius: 10px 10px 0px 0px;
}
.chat-area .heading img{
	width: 30px;
	float: left;
	margin-right: 10px;
	margin-top: -2px;
}
.chat-area .form-area{
	background-color: #fffcee;
	padding: 20px 25px;
	min-height: 270px;
}
.chat-area .form-area .form-control{
	width: 100%;
	height: 46px;
	padding-left: 15px;
	border-radius: 4px;
	border:solid 1px #00308c;
	box-shadow: none;
	outline: none;
	margin-bottom: 15px;
	font-size: 14px;
}
.chat-area .form-area .form-control.text{
	background:url(../images/form-arrow.png) no-repeat center right;
}
.chat-area .form-area .form-control.msg{
	height: 170px;
	border:solid 1px #eee;
	margin-bottom: 0px;
	padding: 15px;
}


.inner-banner-area{
	min-height: 245px;
	width: 100%;
}
.inner-banner-area.about-banner{
	background:url(../images/about-banner.jpg) no-repeat center top;
	background-size: cover;
}




.filter-button
{
    font-size: 17px;
    border: none;
    border-radius: 0px;
    text-align: left;
    color: #01308c;
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    padding: 13px 10px;
    outline:none;

}
.filter-button:hover,
.btn-default:active,
.filter-button:active,
.btn-default:focus
{
    color: #ffffff;
    background-color: #01308c;
    outline:none;
}
.port-image
{
    width: 100%;
}
.gallery_product
{
    margin-bottom: 30px;
}


.internal-tab-area{
	padding: 85px 0px 70px;
}
.internal-tab-area .tab-group{

}
.internal-tab-area .tab-content{
	padding: 60px 50px;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

.rates-page-tabs{
	border: solid 1px #01308c;
}
.rates-page-tabs .nav-tabs{
	background: #01308c!important;
	border-bottom: 1px solid #01308c;
}
.rates-page-tabs .nav-tabs>li{
	width: 14.25%;
	text-align: center;
}
.rates-page-tabs .nav-tabs>li:nth-child(odd){
	background: #083eab;
}
.rates-page-tabs .nav-tabs>li:nth-child(even){
	background: #01308c;
}
.rates-page-tabs .nav-tabs>li>a {
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  margin-right: 0px;
  line-height: 1.42857143;
  border-radius: 0px 0px 0 0;
  padding: 20px 0px;
  color: #fff;
}

.rates-page-tabs .nav-tabs>li>a:hover,
.rates-page-tabs .nav-tabs>li>a:focus {
  color: #01308c;
  background-color: white;
}

.rates-page-tabs .nav-tabs>li.active>a,
.rates-page-tabs .nav-tabs>li.active>a:focus,
.rates-page-tabs .nav-tabs>li.active>a:hover {
  border: none;
  color: #01308c;
  position: relative;
}
.rates-page-tabs .nav-tabs>li.active>a::after,
.rates-page-tabs .nav-tabs>li.active>a:focus::after,
.rates-page-tabs .nav-tabs>li.active>a:hover::after,
.rates-page-tabs .nav-tabs>li>a:hover::after,
.rates-page-tabs .nav-tabs>li>a:focus::after {
    width: 101.25%;
    height: 15px;
    top: -15px;
    background: #fff;
    position: absolute;
    border-top: solid 1px #083eab;
    border-left: solid 1px #083eab;
    border-right: solid 1px #083eab;
    content: "";
    left: -1px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.rates-page-tabs .panel-group,
.rates-page-tabs .panel-group .panel,
.rates-page-tabs .panel-group .panel-heading,
.rates-page-tabs .panel-group .panel-heading a,
.rates-page-tabs .panel-group .panel-title,
.rates-page-tabs .panel-group .panel-title a,
.rates-page-tabs .panel-group .panel-body,
.rates-page-tabs .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.rates-page-tabs .panel-group .panel-heading {
  padding: 0;
  background-color: white;
}
.rates-page-tabs .panel-group .panel-heading a {
  display: block;
  color: #303030;
  font-size: 18px;
  padding: 15px 15px 15px 45px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.rates-page-tabs ul{
	width: 100%;
}
.rates-page-tabs ul li{
	padding-left: 0px!important;
    margin-bottom: 0px!important;
}
.rates-page-tabs ul li::after{
	display: none;
}
.rates-page-tabs .content-area{
	padding: 10px;
}
.rates-page-tabs.study-home{
	margin-bottom: 50px;
}

.tab-inner-links ul{
	width: 100%;
	font-size: 0px;
}
.tab-inner-links ul li{
	width: 16%;
	display: inline-block;
	border-right: solid 1px #ffc601;
}
.tab-inner-links ul li{
	border-bottom: solid 1px #ffc601;
}
.tab-inner-links ul li:last-child{
	border-right: none;
}
.tab-inner-links ul:last-child li{
	border-bottom: transparent;
}
.tab-inner-links ul li a{
	padding: 25px 0px;
	width: 100%;
	text-align: center;
	color: #201c19;
	font-size:21px;
	display: block;
}
.tab-inner-links ul li a:hover, .tab-inner-links ul li a:focus, .tab-inner-links ul li a.active{
	color: #00308c;
	background-color: #ffc601;
	text-decoration: none;
}



.rates-page-tabs .panel-group .panel-heading a.collapsed {

}
.rates-page-tabs .panel-group .panel-heading a:before {
  content: '-';
  position: absolute;
  left: 14px;
  top: 8px;
  font-size:26px;
}
.rates-page-tabs .panel-group .panel-heading a.collapsed:before {
  content: '+';
  left: 10px;
  top: 10px;
}
.rates-page-tabs .panel-group .panel-collapse {
  margin-top: 5px !important;
}
.rates-page-tabs .panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
}
.rates-page-tabs .panel-group .panel {
  background-color: transparent;
}
.rates-page-tabs .panel-group .panel-body p:last-child,
.rates-page-tabs .panel-group .panel-body ul:last-child,
.rates-page-tabs .panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}



.filter-panel{
	padding: 0px 0px 40px;
}
.filter-panel-top{
	padding: 15px 25px;
	background-color: #01308c;
	margin-bottom: 40px;
}
.filter-panel-top p{
	color: #fff;
    padding-top: 13px;
    padding-bottom: 0px;
    font-size: 18px;
}
.filter-panel-top a.cta-button{
	display: inline-block;
	color: #00308c;
	padding: 12px 26px;
	font-size: 17px;
	text-decoration: none;
	border:solid 2px #ffc600;
	border-radius: 4px;
	text-transform: uppercase;
	background: #ffc600;
	float: right;
}
.filter-panel-top a.cta-button:hover,
.filter-panel-top a.cta-button:focus{
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.filter-panel .heading h4{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 30px;
	color: #01308c;
}
.filter-panel .sidebar{

}
.filter-panel .sidebar ol{
	padding-left: 25px;
	list-style: none;
}
.filter-panel .sidebar ol li{
	margin-bottom: 12px;
	line-height: 1.2;
	counter-increment: count-me;
}
.filter-panel .sidebar ol li::before{
	content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.6em;
    top: .05em;
    color: #01308c;
}
.filter-panel .sidebar ol li a{
	text-transform: uppercase;
	color: #01308c;
}
.filter-panel .sidebar ol li a:hover{
	text-decoration: none;
	color: #ffc600;
}


.top-product-section{
	background-color: #f1f5f8;
    padding: 80px 0px 65px;
}
.top-product-section h2{
	position: relative;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 500;
	color:#01308c;
	display: inline-block;
}
.top-product-section h2::after{
	position: absolute;
	width: 50px;
	height: 1px;
	background-color:#00308c;
	content:"";
	top:20px;
	left:-60px;
}
.top-product-section h2::before{
	position: absolute;
	width: 50px;
	height: 1px;
	background-color:#00308c;
	top:20px;
	content:"";
	right:-60px;
}
.top-product-section h3{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 500;
	color:#01308c;
	margin-top: 20px;
}
.top-product-section a.custom-link{
	display: inline-block;
	width: inherit;
}
.top-product-section .feature-col{
	background:#fff;
	padding: 70px 0px;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	transition: all 0.3s;
	width: 100%;
    display: inline-block;
    max-width: 15%;
    position: relative;
    margin: 0px 6px;
    margin-bottom: 15px;
}
.top-product-section .heading{
	font-size: 19px;
	color: #201b17;
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 30px;
	line-height: 1.3;
	font-weight: 300;

}
.top-product-section .feature-col:hover{
	transform: translateY(-20px);
	transition: all 0.3s;
	background: #ffc601;
}
.top-product-section .feature-col:hover .heading{
	color: #00308c;
}
.top-product-section ol{
	padding-left: 25px;
	list-style: none;
	margin-bottom: 20px;
}
.top-product-section ol li{
	margin-bottom: 12px;
	line-height: 1.2;
	counter-increment: count-me;
}
.top-product-section ol li::before{
	content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.6em;
    top: .05em;
    color: #01308c;
}

/* Back to Top */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    padding: 14px 16px!important;
    border-radius: 50px!important;
    font-size: 18px!important;
    line-height: 1.33!important;
    background: #ffc600;
    border-color: #ffc600;
    color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
.back-to-top:hover, .back-to-top:focus{
    background: #0b4ac2;
    border-color: #0b4ac2;
    color: #fff;
}


.internal-top-section, .internal-mid-content-area{
	padding: 80px 0px;
}
.gray-bg{
	background: #f1f5f8;
}
.internal-top-section h2, .internal-mid-content-area h2{
	position: relative;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 500;
    color: #01308c;
    display: inline-block;
}
.internal-top-section h2::after, .internal-mid-content-area h2::after{
	position: absolute;
    width: 50px;
    height: 1px;
    background-color: #00308c;
    content: "";
    top: 20px;
    left: -60px;
}
.internal-top-section h2::before, .internal-mid-content-area h2::before{
	position: absolute;
    width: 50px;
    height: 1px;
    background-color: #00308c;
    top: 20px;
    content: "";
    right: -60px;
}
.internal-top-section h3{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    color: #01308c;
}
.internal-mid-content-area h3{
	position: relative;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    color: #01308c;
    display: inline-block;
}
.internal-mid-content-area h4{
	position: relative;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
    color: #01308c;
    display: inline-block;
}
.internal-mid-content-area img{
	width: 100%; margin-top: 8px;
}

.news-row{
	position: relative;
	margin-bottom: 30px;
	max-width: 95%;
}
.news-row img{
	margin-bottom: 20px;
	width: 100%;
}
.news-row h4{
	font-size: 26px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 500;
    color: #303030;
}
.news-row h4 a{
    color: #303030;
    text-decoration: none;
}
.news-row h4 a:hover{
    color: #01308c;
    text-decoration: none;
}
span.publish-date{
	font-size: 13px;
	color: #757575;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.news-row p{
    color: #303030;
    margin-bottom: 20px;
}

.recent-news{
    margin-bottom: 5px;
}
.recent-news h6{
	font-size: 19px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 500;
    color: #303030;
    padding-left: 30px;
    position: relative;
}
.recent-news h6::after{
	background: url(../images/arrow-sep.png) no-repeat center;
    position: absolute;
    content: "";
    width: 19px;
    height: 12px;
    left: 0;
    top: 4px;
}
.recent-news h6 a{
    color: #01308c;
    text-decoration: none;
}
.recent-news h6 a:hover{
    color: #303030;
    text-decoration: none;
}

.special-sidebar{
	padding: 40px 30px;
	background: #fff;
	margin-top: 30px;
}
.special-sidebar h6{
	font-size: 19px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 500;
    color: #01308c;
}
.special-sidebar h6:hover{
    color: #303030;
}
.special-sidebar p{
	padding-bottom: 0px;
}
.special-sidebar img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.custom-pageination{margin: 0px 0px;}
.custom-pageination.pagination>.active>a{
	background-color: #00308c;
    border-color: #00308c;
}

.add-section{position: relative;}
.add-section h3{
	position: relative;
	font-size: 19px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom:15px;
    font-weight: 500;
    color: #303030;
    text-align: center;
}
.pricing{
	padding-bottom: 120px;
}

.pricing img{
	width: 100%;
	margin-top: 10px;
}
.price-form-area{
	padding: 60px;
	background:#fff;
	margin-top: -120px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
}
.price-form-area .form-control{
	margin-bottom: 20px;
	border-radius: 0px;
	border:none;
	outline: none;
	border-bottom: solid 1px #eee;
	padding: 18px 12px;
    font-size: 16px;
    height: 40px;
    box-shadow: none;
    font-weight: 300;
}
.price-form-area .form-control:focus{
    box-shadow: none;
}
.price-form-area .custom-submit{
    display: inline-block;
	color: #00308c;
	padding: 15px 30px;
	font-size: 18px;
	text-decoration: none;
	border:solid 2px #ffc600;
	border-radius: 4px;
	text-transform: uppercase;
}
.price-form-area .custom-submit:hover{
    background: #ffc600;
	color: #00308c;
	text-decoration: none;
}
.how-use-listing{
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
}
.price-form-area h2{
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
}
.price-form-area h2:after,
.price-form-area h2:before{
	display: none;
}
.how-use-listing h3{
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
}
.how-use-listing img{
	width: 100%;
	margin-bottom: 30px;
}
.how-use-listing ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.how-use-listing ul li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px
}
.how-use-listing ul li::after{
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	left: 0;
	top:3px;
	background:#ffc600;
}

.sidebar h3{
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 0px;
}
.sidebar a.custom-link{
	width: 100%;
}
.sidebar .side-button{
	display: inline-block;
	width: 100%;
	padding: 20px 25px;
	margin-bottom: 6px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	background-color: #fff;border-radius: 4px;
	font-size: 18px;
	background-color: #01308c;
	text-align: center;
	color: #fff;
}
.sidebar .side-button:hover{
	background-color: #ffc600;
	color: #fff;
}



.top-service-inner{
	position: relative;
}
.top-service-inner .services-col{
	background:#fff;
	padding: 50px 30px 30px;
	width: 100%;
	text-align: center;
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	transition: all 0.3s;
	margin-bottom: 30px;
	min-height: 550px;
}
.top-service-inner .services-col img{
	margin-bottom: 20px;
	display: inline-block;
}
.top-service-inner .services-col h3{
	font-size: 24px;
	font-weight: 700;
	color: #201b17;
	margin-bottom: 18px;
}
.top-service-inner .services-col:hover{
	transform: translateY(-20px);
	transition: all 0.3s;
}
.google-map{
	background:#fff;
	padding: 10px 10px 8px 10px;
	margin-bottom: 20px;
}
.form-section{
	margin-top: 5px;
	border-radius: 8px;
}
.form-section .form-control-msg{
	min-height: 100px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0px;
	border:none;
	outline: none;
	border-bottom: solid 1px #eee;
	padding: 18px 12px;
    font-size: 16px;
    height: 40px;
    box-shadow: none;
    font-weight: 300;
}
.how-use-listing strong{font-weight: bold;}

a.custom-fill-button{
	display: inline-block;
	padding: 20px 25px;
	margin-bottom: 6px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	background-color: #fff;border-radius: 4px;
	font-size: 18px;
	background-color: #01308c;
	text-align: center;
	color: #fff;
}
a.custom-fill-button:hover, a.custom-fill-button:focus{
	background-color: #ffc600;
	color: #fff;
	text-decoration: none;
}
.smart-col{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding-bottom: 25px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;
}
.smart-col:hover{
	transform: translateY(-20px);
    transition: all 0.3s;
}
.smart-col img{
	width: 100%;
	margin-bottom: 20px;
}
.smart-col .heading{
	font-size: 23px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
}
.internal-mid-content-area .smart-class-row,
.internal-mid-content-area .study-col-row{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee;
}
.internal-mid-content-area .smart-class-row:last-child,
.internal-mid-content-area .study-col-row:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px transparent;
}
.special{
	background-color: #01308c;
	color: #fff;
	padding: 40px;
	margin-top: -30px;
	margin-bottom: 50px;
	border-radius: 5px;
}
.special h3, .special p{
	color: #fff;
}
.special p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidebar ul li{
	width: 100%;
	display: block;
	padding-left: 0px!important;
	margin-bottom: 3px!important;
}
.sidebar ul li a{
	display: inline-block;
	padding: 20px 25px!important;
	margin-bottom: 4px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
	background-color: #fff;border-radius: 4px;
	font-size: 18px;
	background-color: #01308c;
	text-align: center;
	color: #fff;
	width: 100%;
	text-decoration: none;
}
.sidebar ul li a:hover, .sidebar ul li a.active{
	background-color: #ffc600;
	color: #fff;
	text-decoration: none;
}
.sidebar ul li::after{
	display: none;
}

.internal-mid-content-area ol {
    padding-left: 25px;
    list-style: none;
    margin-bottom: 20px;
}
.internal-mid-content-area ol li {
    margin-bottom: 12px;
    line-height: 1.2;
    counter-increment: count-me;
}
.internal-mid-content-area ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.6em;
    top: .05em;
    color: #01308c;
}
.internal-mid-content-area ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.internal-mid-content-area ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
}
.internal-mid-content-area ul li::after{
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ffc600;
}

.support-col {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;
}
.support-col:hover{
	transform: translateY(-20px);
    transition: all 0.3s;
}
.support-col img{
	width: 100%;
	margin-bottom: 20px;
}
.support-col .heading{
	font-size: 23px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0px 30px;
}
.support-col .support-content{
	padding: 0px 30px;
	display: 100%;
	display: inline-block;
}

.price-form-area.raise-prob-form{
	    margin-top: 20px;
}


.full-width{
	width: 100%!important;
}
.career-col{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;
    margin-bottom: 30px;
}
.career-col:hover{
	transform: translateY(-20px);
    transition: all 0.3s;
}
.career-col img{
	width: 100%;
	margin-bottom: 20px;
}
.career-col h3{
	font-size: 23px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0px 20px;
}
.buycourse-top{
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 20px;
	margin-bottom: 40px;
}


.product-col{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;
    margin-bottom: 30px;
}
.product-col:hover{
	transform: translateY(-20px);
    transition: all 0.3s;
}

.product-col h3{
	font-size: 21px;
    line-height: 1.1;
	font-weight: 700;
	padding: 0px 20px;
	margin-bottom: 0px;
}
.product-col h3 span{
	font-size: 17px;
	font-weight: 500;
	display: block;
	color: #949494;
	padding-top: 10px;
}

.filter-area{
	float: right;
}
.filter-area span{
	display: inline-block;
}
.buycourse-top span.products{
	padding-top: 12px;
	display: inline-block;
}
.filter-area .form-control{
    max-width: 140px;
    width: auto;
    display: inline-block;
}
.career-from span{
	font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    line-height: 1.6;
}
.career-from .form-control{
	padding: 18px 0px;
}
.career-from .form-control-msg{
	height: 100px;
}



.product-slider{}
.product-slider #carousel{
	margin: 0;
}
.product-slider #thumbcarousel{
	margin: 12px 0 0; padding: 0 0px;
}
.product-slider #thumbcarousel .item{
	text-align: center; font-size: 0;
}
.product-slider #thumbcarousel .item .thumb {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.product-slider #thumbcarousel .item .thumb:hover {
	border-color: #1089c0;
}
.product-slider .item img {
	width: 100%; height: auto;
}
.carousel-control {
	color: #303030; text-align: center;
	text-shadow: none; font-size: 30px;
	width: 30px; height: 30px;
	line-height: 20px; top: 23%;
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	color: #000;
}
.carousel-caption, .carousel-control .fa {
	font: normal normal normal 30px/26px FontAwesome;
}
.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	bottom: auto; font-size: 20px; left: 0;
	position: absolute; top: 30%; width: auto;
}
.carousel-control.right,
.carousel-control.left {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}
.product-col img{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px!important;
}
.rates-page-tabs.study-home .nav-tabs>li{
      width: 20%;
}

.rates-page-tabs.study-home h4{
	width: 100%;
	margin-bottom: 0px !important;
}
.rates-page-tabs.study-home h4.page-title{
	margin-bottom: 0px!important;
}
.rates-page-tabs.study-home .content-area, .rates-page-tabs .content-area{
	padding: 0px!important;
}
.rates-page-tabs.study-home .content-area img{
	margin-bottom: 10px!important;
}
.input-group{
	width: 100%;
}
.form-group{
	margin-bottom: 0px;
}
.datepicker-dropdown{
	border: 1px solid rgba(0,0,0,.1)!important;
    padding: 10px 16px!important;
    margin-top: -1px!important;
}
.custom-control{
	display: inline-block!important;
	min-height: 60px;
	padding-top: 18px;
	margin-right: 10px;
}
.custom-control input[type=radio]{
	margin: 0px 0px 0px 0px;
}



.product-details-column{
}
.product-details-column .form-control{
	margin-bottom: 20px;
	border-radius: 0px;
	border:none;
	outline: none;
	border-bottom: solid 1px #d4d4d4;
	padding: 18px 0px!important;
    font-size: 16px;
    height: 40px;
    box-shadow: none;
    font-weight: 300;
    background: none;
}
.product-details-column .form-control:focus{
    box-shadow: none;
}
.product-details-column span{
	font-size: 17px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
}
.product-details-column .custom-submit{
    display: inline-block;
	color: #00308c;
	padding: 15px 30px;
	font-size: 18px;
	text-decoration: none;
	border:solid 2px #ffc600;
	border-radius: 4px;
	text-transform: uppercase;
	width: 100%;
	background: transparent;
}
.product-details-column .custom-submit:hover{
    background: #ffc600;
	color: #00308c;
	text-decoration: none;
}
.product-details-column .custom-submit-new{
    display: inline-block;
	color: #00308c;
	padding: 15px 30px;
	font-size: 18px;
	text-decoration: none;
	border:solid 2px #ffc600;
	border-radius: 4px;
	text-transform: uppercase;
	width: 100%;
	background: #ffc600;
	margin-top: 10px;
}
.product-details-column .custom-submit-new:hover{
    background: transparent;
	color: #00308c;
	text-decoration: none;
}

.product-details-column h3.heading{
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.3;
}
.product-details-column h3.heading span{
	font-size: 22px;
	display: block;
	padding-top: 2px;
	color: #909090;
}
.product-details-column ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.product-details-column ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
}
.product-details-column ul li::after{
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ffc600;
}

.login-box{
	padding-top: 50px;
}
.login-box .heading{
	margin-bottom: 20px;
}
.login-box .heading h2{
	margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}
.forgot-section{
	border-bottom: solid 1px #eee;
	padding: 30px 0px;
}
.login-box .custom-submit{
	width: 100%;
}
.login-box .custom-signin{
	width: auto;
	margin-left: 20px;
}
.register-form{
	margin-top: 30px;
}

