﻿

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('Fonts/Nunito-Regular.ttf')format('truetype');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('Fonts/Nunito-SemiBold.ttf')format('truetype');
}

body {
	font-family: 'Nunito', sans-serif;
	color: #636367;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	height: auto;
	background-color: #f8f8f8;
}
/* ---------------------------------------------------
                               common
  ----------------------------------------------------- */

.qest {
    font-size: 20px;
    color: #204560;
}

.ans {
    font-size: 20px;
    color: #204650;
}

th {
    background-color: #29677A;
    color: #fff;
}

.collapse {
    transition: height 0.6s;
}

.panel-heading.active {
    background-color: #809fff;
}

.fs-16 {
    font-size: 16px;
}

strong {
    font-weight: 700 !important;
}
.help-img {
	height: 300px;
	width: 300px;
}

.search-content {
	margin-top: 100px;
}
.txt-dark {
    color: #212121;
}

/* ---------------------------------------------------
          Jumbotron STYLES
  ----------------------------------------------------- */

.help-jumbo .jumbotron {
	background-color:#204560;
	color: #fff;
	margin-bottom: 0px;
}

.help-jumbo p {
	font-size: 18px;
}


/* ---------------------------------------------------
        help container
  ----------------------------------------------------- */


.help-nav .navbar-default {
    background-color: #29677A;
    border-color: #29677A;
}
.help-nav .navbar-default .navbar-brand {
    color: #f7f7f7;
}
.help-container {
	min-height: 500px;
	padding: 20px;
}

#home h3,
#menu1 h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

#menu1 {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 4px;
}

#menu1 p {
	font-size: 16px;
	line-height: 24px;
}

hr {
	border-top: 1px solid #ccc;
}

.help-nav .navbar-right {
	margin-right: 100px !important;
}

.help-nav .navbar-brand {
	letter-spacing: 2px;
}

.help-container .nav {
    background-color: #fff;
    box-shadow: 0 3.2px 7.2px 0 #000000, 0 0.6px 1.8px 0 #000000;
    box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
}

.help-container .nav-pills>li.active>a,
.help-container .nav-pills>li.active>a:focus,
.help-container .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #204560;
}

.help-container .nav-pills>li>a,
.help-content .panel-group .panel {
	border-radius: 0;
}

.help-container .nav>li>a ,.help-container .panel-title{
	font-size: 15px;
}

.help-content .panel {
	box-shadow: none !important;
}

.help-content .panel-default>.panel-heading {
	color: #636367;
	background-color: #fff;
	border-color: #ddd;
}

.help-content .panel-body p {
	font-size: 15px;
	line-height: 23px;
	padding: 10px;
}

.help-content .panel-title>a {
	font-weight: bold;
}

panel-title a:focus {
	background-color: black;
}

.well {
	background-color: #fff;
}
.help-question.collapsed:after {
	transform: rotate(-45deg);
}

.help-question:after {
	font-family: FontAwesome;
	content: "\f00d";
	padding-right: 5px;
	float: right;
	transition: .2s transform ease-in-out;
}

.txt-general {
	text-indent: 50px;
}

.help-content .panel-title a:hover,
a:focus {
	text-decoration: none;
}


/* ---------------------------------------------------
        footer
   ----------------------------------------------------- */

footer ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	display: table;
}

footer li {
	float: left;
}

footer li a {
	display: block;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

footer li a:hover {
	cursor: pointer;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#29677A;
    /*text-indent:-9999px;*/
    z-index: 99999;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll:hover {
    background-color:#204560;  
    
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-10px;
    margin-top:-14px;
    color: #f7f7f7;
    font-size: 20px;
}