body{background: #ffffff;font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
	font-size: 14px;text-align: justify;color: #525252;line-height: 22px;}
h3{font-size:20px;}
h4{font-size:16px; font-weight: 600;letter-spacing: 0.2px;}
a{ text-decoration: none; }
a:hover{ text-decoration: none; }
.logo{ padding-bottom: 15px; padding-top: 15px; }
.profile-section span{ font-weight: 700; }
.btn-primary{ padding: 6px 30px; background-color: #0077c0; }
header .input-group{ padding-top: 10px; }
.nav-section{ background: #037db1; }
.navbar-right {margin-right: -13px;}
.navbar-nav{ margin-left: -15px;}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle { border: 1px solid #fff;  }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #ffffff;}
.navbar-default .navbar-toggle .icon-bar{ background-color: #fff; color: #000 !important;}
.navbar-wrapper, .navbar-inverse{background-color: #fff; border: none;}
.navbar-default{ background-color: #037db1; margin-bottom: 0px !important; }
.navbar-default .navbar-nav > li > a { color: #fff; transition: ease all .8s; }
.navbar-default .navbar-nav > li > a:hover{	background-color: #fff;color: #037db1; }
.navbar-default{border: none;}
.navbar-default .navbar-brand { color: #fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{background-color: #fff; color: #037db1;}
.form-inline{	padding-top: 20px;}
.carousl{ margin-top: 10px;	padding-bottom: 10px; }
.carousel-section {background: #edf2f4; }
.carousel-control.left {background-image: none !important;}
.carousel-control.right {background-image: none !important;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -75px; color: #333333; opacity: 1;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {margin-right: -75px;  color: #333333; opacity: 1;}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{ width:100%; max-height: 220px;max-width: 1137px;}
footer{ background-color: #eeeeee;   padding: 20px 0px 0px; font-size: 14px; color: #424242; }
footer ul { list-style: none; margin-left: -40px; }
footer ul li a { font-size: 14px; color: #424242; }
footer ul li a:hover{color: #424242; border-bottom: 1px dotted #424242; }
.legal-info{ text-align:right;  }
.nav-footer{ font-size: 14px; }
.nav-footer a{ color: #333333; }
.copy-rights-section{ background: #e0e0e0; }
.copy-rights {padding:15px 0px;}
.txt-cnt{ text-align: right; padding-top: 5px; line-height: 30px; }
.txt-cnt a { text-decoration: underline;color: #525252;}
.no-line{text-decoration: none !important;}
.sps-intd { padding: 20px 0px; border: 1px solid #c0c1c1; float: left;}
.col-section h4 img{cursor: pointer; }
.col-section h4 { color: #fff; background: #037db1; padding: 5px; margin-bottom: 4px; }
.cont-section { background: #f5f5f5; border: 1px solid #d9d9d9; padding: 10px; }
.cont-section a { color: #333333;}
.cont-section a:hover { color: #333333;border-bottom: 1px dashed #333333;}
.brd-left h4 { color: #fff !important;}
.content-section{padding-top: 20px; padding-bottom: 20px; }
.home .content-section h4{ color: #037db1;}
.form-horizontal{margin-top: 20px;}
.btn-info{background: #037db1;border:1px solid #037db1;}
.tab-content p{ padding: 10px 0px 0px;}
.nav-tabs{padding-top: 20px;}
.tab-content .table{ margin-top: 15px;}
.carousel-indicators .active{background: #037db1;}
footer div a{font-size: 14px;color: #424242; padding-right: 10px;}
footer div a:hover{color: #424242;}
footer p a{font-size: 22px;color: #424242; padding-right: 10px;}
footer p a:hover{color: #424242;}
.col-section nav ul li {margin-left: -40px; list-style: none; text-align: center;padding: 5px 0px; border-bottom: 1px dotted #337ab7;}
.dropdown-menu > li > a {color: #337ab7;}
@media (max-width:991px){
	.carousel-section,.navbar-right{display: none;}
}
@media (max-width:768px){.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -50px; color: #333333; opacity: 1;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {margin-right: -50px;  color: #333333; opacity: 1;}
}
@media (max-width:767px){
	.pl-r{float: none !important;}
	.logo{text-align: center;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #fff;}
}
@media (max-width:600px){
	.navbar-right {
		margin-right: -15px;
	}
}
@media (max-width:550px){
	h4.pull-right{float: none !important;text-align: center;}
	.nav-tabs,.tab-content{display: none;}
}

@media (max-width:320px){
	.brd-left{border: none;}
	.cont-section{ margin-left: 0px;}

}
@media (min-width: 769px) {
   ul.nav li.dropdown:hover > ul.dropdown-menu {display: block;z-index: 98;position: absolute;
	    -webkit-animation: fadein 1.2s; -moz-animation: fadein 1.2s;-ms-animation: fadein 1.2s; 
	    -o-animation: fadein 1.2s; animation: fadein 1.2s;}
}
@keyframes fadein {from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

