@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');



body {
	padding: 0;
	margin: 0;
	
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Montserrat', sans-serif;*/
}

p {
	/*
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;*/
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

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

/*-- //Reset-Code --*/





/*-- Index-Page-Styling --*/



/*-- Header --*/

.fixed {
	position: fixed; 
	top: 0; 
	height: 80px;
	z-index: 999;
	width:100%;
	background:#e0e0e0;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.27);
}

.navbar {
	width:100%;
    position: absolute;
    min-height: 50px;
    margin-bottom: 0px;
    border: transparent;
}
.navbar-inner {
	position:absolute;
	width:100%;
    min-height: 50px;
    margin-bottom: 0px;
    border: transparent;
}
.navbar-header {
	float: left;
    display: inline-block;                /*---new add---*/
    width: 80%;
}

.logo{                                       /*--- new add---*/
	margin:2px 0px;
	display: inline-block;
    float: left;
    width: 20%;
}
.fixed .logo{
	display:none;
}
.logo img{
	margin-left: 30px;
}

.logo1{
	display:none;
}

.fixed .logo1{                          /*--- new add---*/
	display: inline-block;
    margin-top: 4px;
    margin-left: 20px;
    float: left;
    width: 18%;
}

.fixed  .logo1 img{             /*--- new add---*/
    width: 57%;
}
@media screen and (max-width: 1300px) {
.fixed  .logo1 img{
    width: 70%;
}
}

@media screen and (max-width: 1200px) {
.fixed  .logo1 img{
    width: 76%;
}
}

@media screen and (max-width: 1024px) {
	.fixed  .logo1 img{
	width: 80%;
	}
	.navbar-header {
		float: left;
		display: inline-block;
		width: 78%;
	}
}

@media screen and (max-width: 767px){
.fixed .logo1 img {
    width: 100%;
}
.fixed .logo1 {
    width: 21%;
}
.navbar-header {
    float: left;
    display: inline-block;
    width: 74%;
}
}
@media screen and (max-width: 467px){
.fixed .logo1 {
    width: 35%;
}
.fixed .navbar-header {
    float: left;
    display: inline-block;
    width: 62%;
}

}
  /* ^  /*--- new add---*/
  /* |  -*/
/*-- //Header --*/


/*-- Navigation --*/

section.cd-section {
	float:right;
	position: relative;
	z-index: 99999;
	margin-top:25px;
	/*margin-left: 30px;*/
	right:30px;
	margin-bottom:0px;
}
.fixed section.cd-section {
	margin-top: 25px;
}

section.cd-section span.fa {
	display:inline-block;
}

.cd-bouncy-nav-trigger {
	color: #000;
	padding: 10px 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	/*background: #FFF;
	border-radius: 10em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;*/
}

.no-touch .cd-bouncy-nav-trigger:hover {
	/* background: #0ba6d8; */
	color: #0ba6d8;
}

.cd-bouncy-nav-modal {
	position: fixed;
	z-index: 9991;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 35, 37, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
	-moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
	/*--w3layouts--*/
	/*--agileits--*/
	transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}

.cd-bouncy-nav-modal.fade-in {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.1s 0s, visibility 0s 0s;
	transition: opacity 0.1s 0s, visibility 0s 0s;
}

.cd-bouncy-nav-modal .cd-close {
	display: block;
	position: fixed;
	top: 20px;
	left: 5%;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../images/cd-icon-close.svg") no-repeat center center;
	-webkit-transform: scale(0) translateZ(0);
	-moz-transform: scale(0) translateZ(0);
	-ms-transform: scale(0) translateZ(0);
	-o-transform: scale(0) translateZ(0);
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
	transition: transform 0.3s 0s, visibility 0s 0.3s;
}

.cd-bouncy-nav-modal.fade-in .cd-close {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/*--w3layouts--*/
	/*--agileits--*/
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s;
	transition: transform 0.3s 0s, visibility 0.3s 0s;
}

@media only screen and (min-width: 1170px) {
	.cd-bouncy-nav-modal .cd-close {
		top: 60px;
	}
}

.cd-bouncy-nav {
	position: absolute;
	left: 50%;
	top: 50vh;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 300px;
}

.cd-bouncy-nav li {
	width: 50%;
	float: left;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	/*--w3layouts--*/
	/*--agileits--*/
	-webkit-transform: translateY(100vh);
	-moz-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	-o-transform: translateY(100vh);
	transform: translateY(100vh);
	text-align: center;
}

.is-visible .cd-bouncy-nav li {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.fade-in .cd-bouncy-nav li {
	-webkit-animation: cd-move-in 0.4s;
	-moz-animation: cd-move-in 0.4s;
	animation: cd-move-in 0.4s;
}

.fade-out .cd-bouncy-nav li {
	-webkit-animation: cd-move-out 0.4s;
	-moz-animation: cd-move-out 0.4s;
	animation: cd-move-out 0.4s;
}

.fade-in .cd-bouncy-nav li, .fade-out .cd-bouncy-nav li {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	    list-style: none;
}

.fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
	/*--w3layouts--*/
	/*--agileits--*/
}

.fade-in .cd-bouncy-nav li:nth-of-type(3), .fade-out .cd-bouncy-nav li:nth-of-type(3) {
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(4), .fade-out .cd-bouncy-nav li:nth-of-type(4) {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(6), .fade-out .cd-bouncy-nav li:nth-of-type(6) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.cd-bouncy-nav a {
	display: inline-block;
	min-width: 80px;
	position: relative;
	padding: 90px 20px 0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}	


.cd-bouncy-nav a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	/*--agileits--*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #555;
	background-image: url("../images/cd-category-icons.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	
	
}

.no-touch .cd-bouncy-nav a:hover::before{
	/* background-color: #333;  */
	background-color: #0ba6d8;
	 opacity: 1;
	 box-shadow: 0px 0px 15px 8px #5fd8ff;
}

.cd-bouncy-nav li:nth-of-type(2) a::before {
	background-position: -80px 0;
}

.cd-bouncy-nav li:nth-of-type(3) a::before {
	background-position: -160px 0;
}

.cd-bouncy-nav li:nth-of-type(4) a::before {
	background-position: -240px 0;
}

.cd-bouncy-nav li:nth-of-type(5) a::before {
	background-position: -320px 0;
}

.cd-bouncy-nav li:nth-of-type(6) a::before {
	background-position: -400px 0;
}

@media only screen and (min-width: 768px) {
	.cd-bouncy-nav {
		max-width: 450px;
	}
	.cd-bouncy-nav li {
		width: 33.33%;
		/*--w3layouts--*/
		/*--agileits--*/
		float: left;
	}
	.fade-in .cd-bouncy-nav li:nth-of-type(1), .fade-out .cd-bouncy-nav li:nth-of-type(1) {
		-webkit-animation-delay: 0.1s;
		-moz-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}
	.fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		animation-delay: 0s;
	}
	.fade-in .cd-bouncy-nav li:nth-of-type(4), .fade-out .cd-bouncy-nav li:nth-of-type(4) {
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
	.fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
		-webkit-animation-delay: 0.25s;
		-moz-animation-delay: 0.25s;
		animation-delay: 0.25s;
	}
	.cd-bouncy-nav a {
		margin-bottom: 50px;
	}
}

@-webkit-keyframes cd-move-in {
	0% {
		-webkit-transform: translateY(100vh);
	}
	65% {
		-webkit-transform: translateY(-1.5vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
	}
}

@-moz-keyframes cd-move-in {
	0% {
		-moz-transform: translateY(100vh);
	}
	65% {
		-moz-transform: translateY(-1.5vh);
	}
	100% {
		-moz-transform: translateY(0vh);
	}
}

@keyframes cd-move-in {
	0% {
		-webkit-transform: translateY(100vh);
		-moz-transform: translateY(100vh);
		/*--w3layouts--*/
		/*--agileits--*/
		-ms-transform: translateY(100vh);
		-o-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	65% {
		-webkit-transform: translateY(-1.5vh);
		-moz-transform: translateY(-1.5vh);
		-ms-transform: translateY(-1.5vh);
		-o-transform: translateY(-1.5vh);
		transform: translateY(-1.5vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		-moz-transform: translateY(0vh);
		-ms-transform: translateY(0vh);
		-o-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes cd-move-out {
	0% {
		-webkit-transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(-100vh);
	}
}

@-moz-keyframes cd-move-out {
	0% {
		-moz-transform: translateY(0vh);
	}
	100% {
		-moz-transform: translateY(-100vh);
	}
}

@keyframes cd-move-out {
	0% {
		-webkit-transform: translateY(0vh);
		-moz-transform: translateY(0vh);
		-ms-transform: translateY(0vh);
		-o-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(-100vh);
		-moz-transform: translateY(-100vh);
		-ms-transform: translateY(-100vh);
		-o-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
}

/*-- //Navigation --*/

.inner-banner {
width:100%;
height:auto;
margin-top:0px;
	
}


/*---------Faq Page css-------------*/

.faq .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
	    font-weight: normal;
}

.faq .panel-body {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #8f8f8f;
	text-align:justify;
	
}


.faq i {
    font-size: 12px;
    margin-top: 2px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.faq .even {
background:#1690c3;	
}

.faq .odd {
background:#6faabf;	
}
/*-- //About --*/





/*-- Footer --*/


/*-- //Footer --*/




/*-- //Index-Page-Styling --*/










/*-- Responsive-Code --*/


@media screen and (max-width: 1440px) {

}


@media screen and (max-width: 1200px) {

.carousel:after { 
    top: 30px;
    bottom: -40px;
    left: 204px;
    right: 40px;
}
}




@media screen and (max-width: 991px) {
	h3{
		font-size:20px;
		margin-top:15px;
		margin-bottom:10px;
	}	
}




@media screen and (max-width: 768px) {
	
	
}

@media screen and (max-width: 767px) {
	.cd-bouncy-nav {
		width: 100%;
		max-width: 500px;
	}
	.cd-bouncy-nav li {
		width: 33.3%;
		margin: 30px 0;
	}
	.navbar {
	width:100%;
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: transparent;
	}
	section.cd-section {
    float: right;
    position: relative;
    z-index: 99999;
    margin-top: 25px;
    /* margin-left: 30px; */
    right: 10px;
	}
	.cd-bouncy-nav-trigger {
    color: #000;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
	}
	.fixed .logo1 {
    margin-left: 15px;
	}
}


@media screen and (max-width: 640px) {
	.cd-bouncy-nav {
		max-width: 450px;
	}
	.cd-bouncy-nav li {
		margin: 10px 0;
	}
	.cd-bouncy-nav a::before {
		left: 40%;
		height: 65px;
		width: 65px;
		background-color: transparent;
	}
	.no-touch .cd-bouncy-nav a:hover::before {
		background-color: transparent;
			 box-shadow: none;
	}
	.cd-bouncy-nav a {
		padding: 70px 20px 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	section.cd-section span.fa {
	display:inline-block;
	}
	section.cd-section span.hidden-menu {
	display:none;
	}
	
}





@media screen and (max-width: 480px) {
	.cd-bouncy-nav-trigger {
		padding: 8px 15px;
		font-size: 22px;
	}
}

@media screen and (max-width: 384px) {
	.cd-bouncy-nav a {
		padding: 70px 10px 0;
	}
	.fixed  .logo1 img{
    width: 48%;
	}
	.logo {
    margin: 4px;
}
}

@media screen and (max-width: 320px) {
	.cd-bouncy-nav a {
		padding: 70px 0 0;
	}
}



/*-- //Responsive-Code --*/