@import url(https://fonts.googleapis.com/css?family=Hind:400,300,600,700);

/* HOME */
body{
	font-family: 'Hind', sans-serif !important;
}
.wow { visibility: hidden; }
.main-hdg h1 {
    font-size: 52px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 65px 0 0px 0;
}
.main-hdg h1 span {
    color: #fff;
    /* padding: 10px 20px 0 20px; */
	white-space: nowrap;
}

.main-hdg h3{
	font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 10px 0 15px 0;
}
.form-fields {
    border-radius: 5px;
    background: #fff;
}
.home-form h3 {
    font-size: 22px;
    color: #4d4d4d;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #e8e8e8;
    margin: 0;
    padding: 10px;
    line-height: 26px;
    border-radius: 4px 4px 0 0;
}
.or{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}


.navbar-brand {
    padding: 7px 0px;
}

.navbar {
    min-height: 67px;
}

.navbar-default {
    background: #fff;
	border-radius: 0;
    border: none;
	margin: 0;
}

.navbar-nav>li {
    margin-top: 3px;
}
.navbar-default .navbar-nav>li>a {
    padding: 20px 0px;
    font-size: 17px;
    color: #000066;
    /* text-transform: uppercase; */
    margin: 0 30px 0 0;
    border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover, li.navactive a {
    border-bottom: 3px solid #ffcc00 !important;
    color: #1f399a;
}

.cta {
    color: #1f399a;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    background: url(../images/gradient.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4px 0;
    margin: 0;
}
.cta a {
    color: #ffdb00;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
.icons {
    padding: 0;
    text-align: center;
}

.icons h2 {
    font-size: 35px;
	color: #4d4d4d;
	font-weight: 700;
}
.icons ul {
    padding: 0;
	margin: 0;
}

.icons ul li{
    list-style: none;
}
.icons p {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 600;
}
.icons img {
    margin: 10px 0;
}
section.icons ul li img:hover{
    transform: rotate(360deg);
    transition: 1s ease;
    opacity: 0.7;
}

.prog1:hover {
    transition: 1s ease;
    opacity: 0.7;
	    transform: scale(1.1);
}
.how-it-works{
	background: url('../images/hiw.jpg');
	background-position: top center;
	background-size: cover;
	padding: 40px 0;
}
.how-it-works ul {
    padding: 0;
    color: #fff;
    margin: 0 auto;
    display: table;
}
.how-it-works ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}
.how-it-works h5{
	font-size: 20px;
	font-weight: 600;
	color: #4d4d4d;
}
.how-it-works p {
    font-size: 16px;
    color: #4d4d4d;
}
.how-it-works h2{
	font-size: 30px;
    color: #fff;
    font-weight: 700;
	text-align: center;
}
.hiw-box1, .hiw-box2, .hiw-box3{
	margin: 50px 0 30px 0;
}
.hiw-icon {
    position: absolute;
    right: 9px;
    z-index: 99;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}

.hiw-box1 aside{
	background: #fff;
	border: 1px solid rgba(256,256,256,0.3);
	padding: 10px 20px;
	border-radius: 5px;
    margin-right: 30px;
}

.hiw-box2 aside{
	background: #f5f5f5;
	border: 1px solid rgba(256,256,256,0.3);
	padding: 10px 20px;
	border-radius: 5px;
    margin-right: 30px;
}
.hiw-box3 aside{
	background: #e6e6e6;
	border: 1px solid rgba(256,256,256,0.3);
	padding: 10px 20px;
	border-radius: 5px;
    margin-right: 30px;
}



.content {
    padding: 40px 0;
	text-align: center;
}
.content p {
    font-size: 18px;
}
.content h6 {
    font-size: 15px;
	color: #999999;
}
.content img {
    margin-right: 15px;
}
.content h2 {
    font-size: 30px;
    color: #4d4d4d;
    font-weight: 700;
	margin-bottom: 20px;
}


.carousel-control {
    color: #dcdcdc;
    width: 5%;
	text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #f58634;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}


.about-teleastro{
	background: url('../images/about-teleastro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.about-tel-inner{
	background: url('../images/blue-curve.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	position: relative;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f107";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f106";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.progress-section{
	background: url('../images/progress.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 0;
	padding: 50px 0;
}
.prog1 h3 {
    background: url('../images/prog1.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 65px 0;
    line-height: 88px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.prog1 p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.about-tel-inner {
    color: #fff;
	padding: 30px 110px 50px 20px;
}

.about-tel-inner h3 {
    font-size: 34px;
	font-weight: 600;
}

.about-tel-inner p, .about-tel-inner .textwidget {
    font-size: 17px;
	line-height: 24px;
	margin-bottom: 20px;
}

.btn-teleastro {
    background: #ffcc00;
    color: #fff;
    padding: 10px 70px;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
}

.btn-teleastro:hover {
    background: #4d4d4d !important;
    text-decoration: none;
	color: #fff;
}
.circle {
    padding: 0;
    position: absolute;
    top: 50%;
    right: -160px;
	background: url('../images/circle.png');
	background-repeat: no-repeat;
	transform: translate3d(-50%,-50%,0);
	text-align: center;
	line-height: 24px;
	padding: 52px 14px;
}

.circle li {
    list-style: none;
}

.blue-txt{
	color: #1f399a;
	font-size: 39px;
	font-weight: 600;
}
.orange-txt{
	color: #f58634;
	font-size: 19px;
	font-weight: 600;
}
.grey-txt{
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 600;
}

.faq {
    margin: 70px 0 40px 0;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    text-transform: initial;
    color: #4d4d4d;
    font-weight: 400;
}

.panel-default>.panel-heading {
    background-color: #f5efe2 !important;
    border-radius: 0;
    border: none;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
	border-top: none;
}
.more-qns {
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 30px;
    color: #4d4d4d;
}
.more-qns a{
    text-transform: uppercase;
	background: #1f399a;
	color: #fff;
	font-weight: 700;
	padding: 5px 30px;
	white-space: nowrap;
}

.more-qns a:hover{
	background: #4d4d4d;
	text-decoration: none;
}

.prog1 {
    text-align: center;
}

.newsltr{
	margin: 50px 0;
}
.newsltr p{
	font-size: 15px;
}
.newsltr input {
    width: 82%;
    padding: 10px;
    border: 1px solid #ececec;
    margin-top: 10px;
    font-size: 15px;
}
.newsltr .btn-teleastro {
    margin: 0 auto;
	display: table;
	background: #1f399a;
}

.newsltr .well{
	padding: 20px 20px 46px 20px;
}

.cta2{
	background: #2d78c8;
	text-align: right;
	color: #fff;
	padding: 12px 30px;
    height: 50px;
    font-size: 20px;
}
.cta3{
	background: #1f399a;
	text-align: left;
	color: #fff;
	padding: 12px 30px;
    height: 50px;
    font-size: 20px;
}
.cta3 img{
	margin-right: 10px;
}

footer {
    background: #2b2b2b;
    padding: 30px;
    text-align: center;
}
footer ul {
    padding: 0;
    margin: 0 auto;
    display: table;
}

footer ul li {
    list-style: none;
	float: left;
	color: #fff;
	border-right: 1px solid #868688;
	padding: 0 20px;
}
footer ul li:last-child {
	border-right: 0px;
}


/* HOME */


/* FORM */

.main-header-form2{
	background: url('../images/main-banner-form2.jpg');
	background-position: top center;
	background-size: cover;
	z-index: 999999;
	position: relative;
	box-shadow: 0 0 8px #ccc;
}
.main-header-form3{
	background: url('../images/main-banner-form3.jpg');
	background-position: top center;
	background-size: cover;
	z-index: 999999;
	position: relative;
	box-shadow: 0 0 8px #ccc;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent; 
    border-color: transparent;
}
.panel{
	border: none
}
.panel-heading{
	text-align: center;
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 56, 217, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(7, 56, 217, 0.6);
}

.btn-block {
    background: #1f399a;
    border: 1px solid #1f399a;
    color: #fff;
    border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
}
.btn-block:hover{
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #fff;
}
.panel-body {
    padding: 15px;
    background: #fff;
    font-size: 16px;
}
.setup-content p{
	margin: 10px 0 30px 0;
}
.inner{
 /* background: url('../images/inner-banner.jpg');
	height: 100vh;
	background-position: top center;
	background-size: cover; */
	padding-top: 50px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background: #0738d9;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #0738d9;
    border-color: #0738d9;
}
.txtarea textarea{
	width: 100%;
	height: 100px;
	resize: none;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	color: #565656;
}
.form-group {
    margin-bottom: 0px;
}
.home-form input[type="text"] {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #565656;
    font-size: 17px;
	background: transparent;
}

.home-form textarea {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #565656;
    font-size: 17px;
	background: transparent;
	resize: none;
	height: 100px;
}
.home-form label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.setup-content .btn{
	width: 100%;
}
.setup-content .btn:hover{
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
}

.mtop{
	margin-top: 30px;
}
.nav>li.disabled>a {
    color: #337ab7;
}

.panel-body h3{
	margin: 0 0 20px 0;
}

.nobrodr{
	border: 0 !important;
}
.home-form input:focus, .home-form textarea:focus{
	outline: none;
}

.home-form {
    margin: 30px 0 60px 0;
}

.mrgnauto {
    margin: 0 auto;
    display: table;
    float: none;
}
li.batch {
    margin-top: 6px;
}

.form-stick-top {
    width: 100%;
}

.form-stick-top .form-inline {
    margin: 0 auto;
	width: 80%;
}


#header-nav-stick {
    width: 100%;
    background: rgba(0,0,0,0.5);
	display: none;
	z-index: 9999;
    height: 100px;
	padding: 15px 0;
}

.home-form-top input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
	margin-top: 10px;
}
.arrow-cta img{
	position: relative;
}
.arrow-cta p {
    left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
	font-size: 20px;
	padding: 0 55px 0 20px;
}

.btn-top-stick{
	background: #1f399a !important;
    border: 1px solid #1f399a !important;
    color: #fff;
    border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	margin-top: 10px;
}
.btn-top-stick:hover{
	background: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff;
}
#toTop{
	position: fixed;
	bottom: 10px;
	cursor: pointer;
	display: none;
}
.fancybox-skin input, .fancybox-skin textarea{
	margin-bottom: 10px;
}
.fancybox-outer, .fancybox-inner{
	overflow-x: auto;
	overflow-y: hidden;
}
.post-main h4 a{
	font-size: 30px;
	color: #4d4d4d;
	font-weight: 700;
	padding-bottom: 15px;
    display: table;
}
.post-main h4 a:hover{
	color: #1f399a;
	text-decoration: none;
}

.post-main p{
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 400;
}

.post-main .btn{
	background: #1f399a;
    border: 1px solid #1f399a;
    color: #fff;
    border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
}

.post-main .btn:hover{
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #fff;
}


.in-ban{
	background: url('../images/in-ban.jpg');
	background-position: top center;
	background-size: cover;
	text-align: center;
	padding: 6% 0;
	margin-bottom: 30px;
}

.blog-posts{
	padding: 50px 0;
}

.inner-hdgs h1{
	font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.inner-hdgs p{
	font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
	padding: 0 13%;
}
.green-tick{
	margin-right: 10px;
}

.blogdetail{
	margin: 40px 0;
}
.blogdetail img{
	margin: 20px 0;
	max-width: 100%;
}
.datetime {
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 10px;
    border-radius: 4px;
    border: 0;
    background: rgba(256,256,256,0.7);
	width: 163px;
}
.pagination span.current {
    background: #337ab7;
    color: #fff;
    padding: 0 10px;
    margin: 0 2px;
}

.pagination a.inactive {
    color: #337ab7;
    padding: 0 10px;
    margin: 0 2px;
}

.pagination {
    width: 100%;
    text-align: right;
    border-top: 1px solid #eee;
    border-radius: 0;
    padding-top: 20px;
}

.cta3 a {
    color: #fff;
}
.btn:hover, .btn:focus, .btn.focus {
    color: white;
    text-decoration: none;
	outline: none;
}

.about-tel-inner .textwidget {
    margin-left: 8%;
}

:focus {
    outline: 0px;
}


/* FORM */

.box-hdg{
	border: 1px solid #ffdb00;
	padding: 10px 10px 5px 10px;
	display: inline-block;
}

.color-hdg{
	color: #ffdb00 !important;
}

.underline-hdg{
	border-bottom: 2px solid #ffdb00;
	display: inline-block;
}

.bltxt{
	color: #1c5fa7;
}

.contact-us h1{
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 20px 0 80px 0;
	text-transform: uppercase;
	font-size: 40px;
}

.code-of-ethics h1{
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 20px 0 80px 0;
	text-transform: uppercase;
	font-size: 40px;
}

.refund-payment h1{
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 20px 0 80px 0;
	text-transform: uppercase;
	font-size: 40px;
}

.side-content{
	padding-top: 40px;
	padding-bottom: 40px;
}

.side-content h4{
	color: #1f399a;
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: uppercase;
}
.side-content h5{
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}
.side-content p{
	font-size: 18px;
}

.side-content ol li{
	font-size: 16px;
	line-height: 23px;
}

.hide-batch {
    display: none;
    text-align: center;
    margin: 20px 0;
}

.form-stick-hide{
	display: none;
	margin: 0 auto;
    float: none;
}

.mtop30 {
    margin-top: 30px;
}































