@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,400italic,500italic,300,300italic,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,300');
@import url('https://http://fonts.googleapis.com/css?family=Montserrat');
@import url('http://fonts.googleapis.com/css?family=Montserrat');
	
body {
	/*font-family: 'Montserrat';*/
	 font-family: 'Montserrat';
	font-size: 14px;
	color: #77787e;
	-webkit-font-smoothing: antialiased;
	line-height: 1.647em;
	background-color: #fcfcf9;
}
h1, h2, h3, h4, h5, h6 {
	color: #303136;
	margin: 0px;
	margin-bottom: 20px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
	line-height: 18px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 30px;
	line-height: 1.647em;
}
ul, ol {
}
ul li, ol li {
}
a {
	color: #d1b894;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus, a:hover {
	color: #F5AD31;
	text-decoration: none;
}

	/*----- Selector -----*/	
	
::-moz-selection { /* Code for Firefox */
 color: #313036;
 background: #fffbde;
}
::selection {
	color: #313036;
	background: #fffbde;
}
	/*-----  button -----*/
.btn {
	padding: 12px 26px 10px 20px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 900;
	
	text-transform: uppercase;
	font-family: 'Montserrat';
	position: relative;
	margin-bottom: 5px;
}
.btn-default {
	background-color: #f8d38d;
	border: none;
	color: #333;
	border-bottom: 2px solid #d1b894;
}
.btn-default:after {
	margin-left: 5px;
	font-family: FontAwesome;
	color: #333;
	content: "\f105";
	position: absolute;
}
.btn-default:hover {
	background-color: #F5AD31;
	border: none;
	color: #fff;
	border-bottom: 2px solid #F5AD31;
}
.btn-primary {
	background-color: #f8d38d;
	color: #333;
	border: none;
	border-bottom: 2px solid #d1b894;
}
.btn-primary:hover {
	background-color: #000;
	border-bottom: 2px solid #000;
}
.btn-primary:after {
	margin-left: 5px;
	font-family: FontAwesome;
	color: #333;
	content: "\f105";
	position: absolute;
}
.btn-secondary {
	background-color: #ffe465;
	color: #2e2d28;
	border-bottom: 2px solid #938148;
}
.btn-secondary:hover {
	background-color:#FFC000 ;
	/*background-color:#F5AD31;*/
	color: #2e2d28;
}
.btn-outline{background-color: transparent; border:2px solid #fff; color: #fff; padding: 14px 24px;}
.btn-outline:hover{background-color: #fff;}
.btn-lg {
	font-size: 12px;
	padding: 16px 44px 16px 34px;
}
.btn-sm {
	font-size: 11px;
	padding: 8px 20px 5px;
}
.btn-xs {
	font-size: 11px;
	padding: 7px 18px 3px;
}
.btn-link {
	position: relative;
	color: #333;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	font-family:
}
.btn-link:hover, .btn-link:hover:after {
	color: #f8d38d;
	text-decoration: none;
}
.btn-link:after {
	margin-left: 12px;
	font-family: FontAwesome;
	top: -5px;
	color: #F5AD31;
	content: "\f105";
	position: absolute;
}
.pdf-download {
	color: red;
}
.pdf-download:hover {
	color: #fff;
}
	/*----- form css -----*/
input.form-control {
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #e3ddd7;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	height: 52px;
}
select.form-control {
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #e3ddd7;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	height: 52px;
}
textarea.form-control {
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #e3ddd7;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
label.control-label {
	color: #303136;
	font-weight: normal;
}
button.btn {
	padding-top: 18px;
	padding-bottom: 15px;
}
.form-control:focus {
	border-color: #dad2cb;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220,213,206,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220,213,206,.6);
}
.required {
	color: red;
	font-size: 12px;
	text-transform: uppercase;
}
	/*----- section css -----*/
.section-space {
	padding-top: 80px;
	padding-bottom: 80px;
}
.why-section-space {
	padding-top: 80px;
}
.why-section-space .well-default {
}
.section-color {
	background-color: #f7f6f1;
}
.section-color-bg {
	background-color: #FFC000;
}
.section-title {
	margin-bottom: 60px;
	text-align: center;
}
.section-title h1 {
	margin-bottom: 10px;
}
.section-title p {
	margin-bottom: 0px;
}
.top-space {
	padding-top: 80px;
}
.margin-top120 {
	margin-top: 120px;
}
.btmspace10 {
	margin-bottom: 10px;
}
.btmspace15 {
	margin-bottom: 15px;
}
.btmspace30 {
	margin-bottom: 30px;
}
.btmspace50 {
	margin-bottom: 50px;
}
.btmspace60 {
	margin-bottom: 60px;
}
.btmspace80 {
	margin-bottom: 80px;
}
.btmspace100 {
	padding-bottom: 100px;
}
.listnone {
	list-style: none;
	padding: 0px;
}
.nospace {
	margin: 0px;
	padding: 0px;
}
.main-container {
	margin-bottom: 80px;
	margin-top: 80px;
}
.content {
}
.sidebar {
}
/*----- Zoom Effect -----*/
.zoom-pic {
	position: relative;
	overflow: hidden;
	z-index: 1
}
.zoom-pic:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.zoom-pic img {
	position: relative;
	z-index: -1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	/*----- Element Block -----*/
.well-default {
	background-color: #fff;
	padding: 40px;
}
.well-default p:last-child {
	margin-bottom: 0px;
}
.well-default .icon {
	color: #6840b3;
	margin-bottom: 30px;
}
.number-feature-block {
}
.number {
	font-size: 30px;
	color: #F5AD31;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 0px;
}
.feature-content {
	padding-left: 70px;
	margin-bottom: 30px;
}
.feature-content p {
	margin-bottom: 0px;
}
.feature-icon-block {
	border-right: 1px solid #e0dad2;
	padding-top: 60px;
	padding-bottom: 60px;
	padding: 40px;
}
.feature-icon-block:last-child {
	border: none;
}
.feature-icon {
	margin-bottom: 40px;
}
.feature-left-block {
	margin-bottom: 60px;
	 
}
.feature-left-block:last-child, .feature-left-block p:last-child {
	margin-bottom: 0px;
}
.feature-icon-left {
	text-align: center;
	margin-bottom: 20px;
}
.feature-left-content {
}
	/*----- Testimonial -----*/
.testimonial-section {
}
.testimonial-block {
	text-align: center;
}
.testimonial-pic {
	margin-right: 15px;
	float: left;
}
.testimonial-info {
}
.testimonial-name {
	margin-bottom: 5px;
	font-size: 18px;
}
.testimonial-meta {
	font-size: 12px;
	color: #F5AD31;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: 700;
	letter-spacing: 1px;
}
.testimonial-quote {
	text-align: center;
	font-size: 34px;
	color: #e3ddd7;
	margin-bottom: 30px;
}
.testimonial-desc {
	font-style: italic;
	color: #605e64;
	font-size: 19px;
	margin-bottom: 60px;
	margin-top: 30px;
	line-height: 29px;
}
.testimonial-section .owl-controls{margin-top: 40px;}

	/*----- side nav -----*/
.side-nav {
	margin-bottom: 30px;
}
.side-nav .nav>li>a {
	position: relative;
	display: block;
	padding: 17px 20px;
	background-color: #fff;
	color: #747179;
	font-weight: 900;
	font-size: 12px;
	font-family: 'Montserrat';
	letter-spacing: 1px;
	border-radius: 0px;
}
.side-nav .nav-pills>li.active>a, .side-nav .nav-pills>li.active>a:focus, .side-nav .nav-pills>li.active>a:hover {
	color: #fff;
	background-color:#F5AD31;
}
.side-nav .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #F5AD31;
	color: #fff;
}
.side-nav .nav-stacked>li {
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 1px;
}
.guide-section {
	border-bottom: 3px solid #ecedf2;
	margin-bottom: 30px;
	padding-bottom: 26px;
}
/*----- Sidebar -----*/
	/*----- Widget -----*/
.widget {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 30px;
}
.widget ul {
	margin-bottom: 0;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget-title {
	margin-bottom: 30px;
	line-height: 34px;
}
.widget-pic {
}
	/*----- Widget Search -----*/
    
.widget-search {
	margin-bottom: 30px;
}
.widget-search .form-control {
	height: 57px;
}
.custom-search-input {
}
.custom-search-input .search-query {
	padding-right: 30px;
	padding-left: 10px;
	width: 359px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 3px;
	border-radius: 0px;
}
.custom-search-input button {
	border: 0;
	background: none; /** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -10px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #797a81;
}
.input-group .form-control:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.search-query:focus + button {
	z-index: 3;
}
.widget-search .input-group-btn:last-child>.btn, .widget-search .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -22px;
	margin-top: 0px;
}
.widget-search .input-group-btn:last-child>.btn, .widget-search .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -32px;
}
	/*----- Widget Related Post -----*/
.widget-related-post {
}
.widget-related-post .meta {
	padding: 0px;
	background-color: transparent;
	border: none;
}
.widget-related-post h3 {
	font-size: 14px;
	line-height: 18px;
}
.widget-category {
}
.widget-category li, .widget-archives li {
}
.widget-category li a, .widget-archives li a {
	color: #747a79;
}
.widget-category li a:hover, .widget-archives li a:hover {
	color: #F5AD31;
}
	/*----- Widget Archives -----*/
.widget-archives {
}
	/*----- Widget Tags -----*/
.widget-tags {
}
.tags {
	background-color: #e0dad2;
	text-transform: uppercase;
	border-radius: 2px;
	color: #747179;
	padding: 8px 16px;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid #d9d5d0;
}
.tags:hover {
	background-color: #F5AD31;
	color: #fff;
	border-bottom: 1px solid #01ba80;
}
/*---------- quote-block -------*/
.quote-block {
	background-color: #fff;
	padding: 60px;
}
/*---------- parallax section ---------*/
.parallax-cta {
	padding: 100px 0px;
	min-height: 500px;
}
.parallax-cta .btn {
	margin-bottom: 5px;
}
.parallax-cta h1 {
	font-size: 32px;
	letter-spacing: -1px;
}
.parallax-cta h1, .parallax-cta p {
	color: #fff;
}
.parallax {
/*   background-position: 70% 20%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
.parallax-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url("../images/parallax-1.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	min-height: 320px;
}
.parallax-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url("../images/parallax-2.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	min-height: 320px;
}
.parallax-3 {
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url("../images/parallax-3.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	min-height: 320px;
}
.parallax-4 {
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url("../images/parallax-4.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	min-height: 320px;
}
.parallax-5 {
	background-image: url();
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url("../images/parallax-5.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	min-height: 320px;
}
.parallax-6 {
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url("../images/parallax-6.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	margin: 0;
	min-height: 320px;
}
.parallax-caption {
	background-color: rgba(107, 66, 188, 0.99);
	padding: 40px;
	border-radius: 4px;
}
/*----- Call To Action -----*/
.call-to-action {
	/*background-color: #F5AD31;*/
	background-color: #f8d38d;
	padding:30px 60px;
	 
}
.margin-top-less{margin-top: -76px;}
.call-to-action h1 {
	margin: 0px 0 25px;
	font-size: 26px;
	color: #fff;
	line-height: 2.4;
	
}
.call-to-action-small {
	/*background-color: #F5AD31;*/
	background-color:#F5AD31;
	padding: 30px;
}
.call-action-title {
	margin: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 2.4;
	
}
/*--------- partner logo section ---------*/
.partner-logo {
	margin-bottom: 30px;
}
.grayscale {
	-webkit-filter: grayscale(1) !important;
	-moz-filter: grayscale(1) !important;
	-ms-filter: grayscale(1) !important;
	filter: grayscale(1) !important;
	cursor: pointer;
}
.grayscale:hover {
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-ms-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
}
/*--------- list bullet elements --------*/ 
.check-square li, .circle-bullet li {
	position: relative;
	padding-left: 26px;
}
.check-square li:before {
	margin-right: 0px;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
	font-size: 14px;
	color: #F5AD31;
	content: "\f14a";
}
.circle-bullet li:before {
	margin-right: 10px;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	font-size: 16px;
	color: #F5AD31;
	content: "\f05d";
}
.long-arrow li {
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
}
.long-arrow li:before {
	margin-right: 10px;
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	font-size: 16px;
	color: #F5AD31;
	content: "\f101";
}
/*--------- page header -----------*/
.page-header {
	
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 15px 10px 15px;
	min-height: 420px;
	border: none;
	margin-top: -81px;
	position: relative;
}
.page-section {
	margin-top: 160px;
}
.page-description {
}
.page-title {
	font-size: 36px;
	color: #000;
	font-weight: 900;
}
.page-breadcrumb {
	background-color: #f0ebe6;
	font-family: 'Montserrat';
}
.breadcrumb {
	font-size: 11px;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0px;
	padding: 4px 0px;
	margin: 0px;
	font-weight: 700;
}
.page-quote {
	text-align: right;
	padding-top: 40px;
}
.lead {
	line-height: 28px;
	margin-bottom: 30px;
	color: #303136;
	font-weight: 400;
	font-size: 20px;
}
/*--------- Template head --------*/
.search-block {
	position: relative;
}
.welcome-msg { color: #77787e;
}
.top-bar {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	background: #151f56;
	color: #fff;
}
.top-bar-links {
	text-align: right;
}
.top-bar-links li {
	display: inline-block;
	margin-right: 10px;
}
.top-bar-links li a {
	color: #F5AD31;
}
.top-bar-links li a:hover {
	color: #fff;
}
.top-bar-links li ul.dropdown-menu {
	background-color: #fff;
	border: none;
	padding: 10px;
	right: 0px;
	position: absolute;
}
.top-bar-links li ul.dropdown-menu>li>a {
	font-size: 14px;
	text-transform: uppercase;
	color: #77787e;
	padding: 4px;
	border: none;
}
.top-bar-links li ul.dropdown-menu>li>a i {
	padding-right: 10px;
}
.top-bar-links li ul.dropdown-menu>li>a:hover {
	color: #F5AD31;
	background-color: transparent;
}
.top-bar-links .navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}
/*--------- Header Navigation -------*/

.sticky-wrapper{position: relative; z-index: 99;}
.is-sticky {
	z-index: 9999;
}
.is-sticky .navigation {
	background: rgba(0,0,0,0.9);
}
.template-header {
}
.navigation {
	z-index: 3;
}
.navigation .navbar-brand {
	float: left;
	height: 50px;
	padding: 18px 15px 0px 14px;
	font-size: 18px;
	line-height: 20px;
}
.navigation .navbar-default {
	background-color: transparent;
	border-bottom: 1px solid #494747;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	margin-bottom: 0px;
	border-radius: 0px;
	font-family: 'Montserrat';
}
.navigation .navbar-default .navbar-nav>li>a {
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 13px;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
.navigation .navbar-default .navbar-nav>li>a:hover {
	color: #ecb229;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.navbar-right .dropdown-menu .dropdown-menu {left:100%; top:0;}
.navigation .dropdown-menu {
	background-color: #191919;
	min-width: 210px;
	border: transparent;
	padding: 0px;
	border-radius: 0px;
}
.navigation .dropdown-menu>li>a, .navigation .dropdown-menu td a {
	display: block;
	padding:10px 15px;
	clear: both;
	font-weight: 700;
	line-height: 1.42857143;
	color: #989999;
	/*white-space: nowrap;
	text-transform: uppercase;*/
	font-size: 12px;
	letter-spacing: 1px;
	/*border-bottom: 1px solid #ecb229;*/
}
.navigation .dropdown-menu>li>a:hover, .navigation .dropdown-menu td a:hover {
	/*color: #ecb229;*/
	color:#1d1d1d;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navigation .dropdown-menu td a:hover {
	/*background-color: #1d1d1d;*/
	background-color:#ecb229;
}
/*----- submenu -----*/
.navigation .dropdown-submenu {
	position: relative;
}
.navigation .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.navigation .dropdown-submenu>a:after {
	font-size: 16px;
	margin-left: 5px;
	font-family: FontAwesome;
	top: 10px;
	color: #797a81;
	content: "\f105";
	position: absolute;
	right: 20px;
}
.navigation .dropdown-submenu:hover>a:after {
	color: #F5AD31;
}
/*----- nav three line button -----*/
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;

}

.news-box{padding:15px 15px;margin-bottom: 18px;position: relative; min-height:375px; background:#fff;}
.news-box h3{margin:-15px;color: #fff;margin-bottom: 10px;font-size: 18px;background: #0e1320; padding:10px 15px;}
.due-red{display:inline-block; margin-top:5px; font-weight:bold;}
.query-frm{border: 1px solid #ddd;padding:15px 15px;margin-bottom: 18px;position: relative; background:#f7f7f7; overflow:hidden;}
.midd-sec .query-frm h3{margin: -15px -15px 10px; padding:5px 15px;}

.qrfrm{display:block; margin-bottom:5px; clear:both;}
.qrfrm label {
	color:#000000;
	display:block;
	padding:4px 0px 3px 0px;
	font-weight:bold;
}

.qrfrm input.txtbox, .qrfrm select.txtbox{
	width:100%;
	background:#fff;
	border:1px solid #999999;
	padding:3px;
	height:25px;
}

.qrfrm input.button {
	margin:7px 0px 0px 0px;
	text-align:right;
	float:left;
}
.qrfrm input.button{color:#fff; background:#29292c; padding:3px 20px; border:1px solid #29292c; cursor:pointer; height:36px;}
.qrfrm input.button:hover{ background:#236fb6; color:#fff;}
.hm-service {padding-bottom: 0px;padding-top: 50px;display:block; clear:both;}
.duedate td{border-bottom:1px dashed #ccc; padding:5px}
.duedate td table td{border:0; padding-right:20px; font-weight:bold;}
.duedate .dtblgo{border-bottom:1px dashed #ccc; padding:5px}
.duedate .datrtl{font-weight:bold;}
.duedate .dtblgo:last-child{border:0;}

#ctl00_DataListGovind a{font-weight:bold; padding-right:25px; font-size:12px; color:#000;}
.news_blog{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0 5px;}
.arrownews{padding:5px 0 5px;display:block;}
	
.news2d a{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0px 5px 0px; font-weight:normal;}
.hedingnews, a.hedingnews{display:block; font-weight:bold; border:0; padding:0;}
.boxstylenew_call .alternate{padding:5px;}
.boxstylenew{float:left; width:100%; padding-top:13px;}	
.boxstylenew_call{width:32.5%; margin-right:5px; float:left; border:1px solid #2b4081; height:332px;}

.contact-us form .btn {
	margin-top: 0;
}
.contact-us #googleMap iframe {
	width: 100%;
	height:250px;
	border: solid 1px #ccc;
	border-radius: 6px;
	padding: 5px;
}
.coltro .row{border-bottom:1px solid #ccc; margin-bottom:5px;}
.coltro .row:last-child{border-bottom:0;}
.contact-us .icon .fa{font-size:40px; padding-top:10px;}
.forms{display:block; clear:both; padding:25px 25px; background:#022444; overflow:hidden;}
.forms h2{text-align:center; color:#d1b894; margin-bottom:5px; border:0; padding-bottom:0;}
.forms h2:before{right:0; margin:auto; background:none;}
.forms p{text-align:center; color:#fff !important; margin-bottom:30px;}
.forms input, .forms select {
	color: #333;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 2%;
	width: 100%;
	margin: 0 0 25px 0;
	float: left;
	border-radius:0;
	background: #fff;
	border: solid 1px #ccc;
}
.forms textarea {
	color: #333;
	font-size: 14px;
	height:120px;
	line-height: 50px;
	padding-left: 2%;
	width: 100%;
	margin: 0 0 25px 0;
	float: left;
	border-radius:0;
	background: #fff;
	border: solid 1px #ccc;
}
.forms .btn {
	border: 0 none;
	border-radius: 0;
	color: #000;
	font-size:18px;
	font-weight: 400;
	margin:0px 0 0;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 100%;
	background: #d1b894 ;
	line-height:24px;
}
.forms input[type="image"]{background:none;  float: none; font-size: 14px; height: auto; line-height: inherit; margin: 0; padding-left: 0; width: auto;}
.forms img{width:180px;} 
.contact-us .address  p strong{font-size:20px; text-transform:uppercase;}
.contact-htp{display:block; font-size:; position:relative; clear:both; font-size:14px; text-align:center; margin-bottom:30px;}
.contact-htp:before{content:""; position:absolute; top:50%; background:#ccc; height:1px; width:100%; left:0;}
.contact-htp span{display:inline-block; padding:0 20px; background:#fff; position:relative;}

.midd-sec{padding-top:40px;}
.bg-hed{background:rgba(0,0,0,0.95);}


/*---------- slider ---------*/
.slider {
	top: -81px;
}
.slider .btn{margin-right: 20px;}
.slider-caption {
	position: absolute;
	bottom: 30%;
	z-index: 9999;
	width: 30%;
}
.slider-title {
	font-size: 42px;
	text-transform: inherit;
	font-weight: 100;
	color: #fff;
	line-height: 52px;
}
.slider-content {
	font-size: 18px;
	color: #fff;
}
.slider .owl-next {
	position: absolute;
	right: 30px;
	top: 45%;
}
.slider .owl-prev {
	position: absolute;
	left: 30px;
	top: 45%;
}
.slider .owl-controls .owl-prev,
.slider .owl-controls .owl-next {font-size: 30px; color: #fff;}
/*----- Service -----*/

.service-block, .service-icon-block {
	margin-bottom: 30px;
}
.service-icon-block {
	text-align: center;
}
.service-icon-bg {
	background-color: #fcfcf9;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
	line-height: 6.5
}
/*.title-head {
	padding-left: 80px;
	padding-top: 5px;
	color: #303136;
	margin-bottom: 30px;
	display: block;
}*/
.service-title {
	color: #303136;
}
.service-img-block {
	margin-bottom: 30px;
	position: relative;
}
.service-img {
}
.service-img img {
}
.service-desc {
	background-color: #fff;
	padding: 50px;
	position: relative;
}
.service-desc:after {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	content: "";
	height: 0;
	position: absolute;
	top: -15px;
	left: 48px;
	width: 0;
	z-index: 1;
}
.service-details {
}
.service-details .service-img img {
	margin-bottom: 30px;
	opacity: .8;
}
/*----- case study -----*/
.case-study-widget {
	margin-bottom: 30px;
}
.case-study-block {
	margin-bottom: 30px;
}
.case-title {
	color: #313036;
	line-height: 38px;
}
.case-meta {
	font-size: 12px;
	color: #797a81;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}
.case-client, .case-category {
	padding-right: 10px;
}
.case-client {
}
.case-category {
	color: #F5AD31;
}
.case-img {
	margin-bottom: 30px;
}
.case-small-title {
	color: #F5AD31;
}
.case-description {
	border-top: 2px solid #e8e3df;
	padding-top: 60px;
	margin-top: 40px;
}
/*----- about -----*/
.about-block {
	padding: 80px;
	background-color: #fff;
	margin-bottom: -120px;
}
.about-info {
}
.counter-block {
	text-align: center;
}
.counter-icon {
	margin-bottom: 30px;
}
.counter-info {
	color: #fff;
}
.counter-info .counter-title {
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 38px;
	color: #fff;
	font-family: 'Montserrat';
}
.counter-info small {
	text-transform: uppercase;
	font-weight: 900;
}
	/*----- History -----*/
.history-carousel {
	position: relative;
}
.history-carousel .owl-next {
	position: absolute;
	right: -50px;
	top: 40%;
}
.history-carousel .owl-prev {
	position: absolute;
	left: -50px;
	top: 40%;
}
.history-caption {
	padding: 36px;
	background-color: rgba(245,245,245, .98);
	border-radius: 2px;
	position: absolute;
	bottom: 20px;
	z-index: 1;
}
.history-caption p:last-child {
	margin-bottom: 0;
}
.history-title {
	color: #F5AD31;
}
	/*----- core value -----*/
.core-value-block {
	margin-bottom: 60px;
}
.core-info {
	margin-top: 100px;
}
.core-info .number {
	font-size: 32px;
	float: left;
	left: 0;
}
.core-text {
	margin-left: 50px;
	position: relative;
}
.core-text p:last-child {
	margin-bottom: 0px;
}
	/*----- Advisor -----*/
.advisor-blurb {
}
.advisor-profile {
	display: inline-block;
}
.advisor-pic {
}
.advisor-info {
	margin-top: 20px;
}
.advisor-info h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.advisor-title {
	color: #303136;
}
.advisor-meta {
	text-transform: uppercase;
	color: #747179;
	font-size: 12px;
	font-weight: 900;
	line-height: 16px;
	letter-spacing: 1px;
}
.advisro-desc {
	float: left;
}
.contact-advisor, .social-advisor, .advisor-profile {
	margin-bottom: 30px;
}
.contact-advisor .contact li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.contact-advisor .contact li i {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 30px;
	font-size: 16px;
	color: #F5AD31;
}
.social-advisor {
}
.social-advisor ul {
}
.social-advisor ul li {
	display: inline-block;
}
.social-advisor ul li a {
	font-size: 18px;
	color: #797a81;
	padding-right: 10px;
}
.social-advisor ul li a:hover {
	font-size: 18px;
	color: #F5AD31;
}
.adivsor-experience, .adivsor-education, .adivsor-award, .adivsor-service {
	margin-bottom: 30px;
}
	/*----- annual report -----*/

.report-download-widget {
}
.report-download-widget .icon {
	margin-bottom: 30px;
}
.report-download-widget h1 {
	margin-bottom: 0px;
}
.report-download-widget small {
	letter-spacing: -1px;
	margin-bottom: 20px;
	display: inline-block;
}
.report-download-widget .desc {
	margin-bottom: 30px;
	border-bottom: 3px solid #ecedef;
}
.report-block {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 40px;
}
.report-img {
}
.report-desc {
}
.report-desc h2 {
	margin-bottom: 8px;
}
.year {
	color: #2a3489;
}
.report-meta {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
}
.meta-pdf {
	padding-right: 10px;
}
	/*----- quarterly report -----*/
.quarter-report {
	margin-bottom: 30px;
}
.quarter-report-title {
	border-bottom: 2px solid #e8e3df;
	padding-bottom: 27px;
	margin-bottom: 30px;
}
.quarter-block {
	margin-bottom: 30px;
}
.quarter-block-last {
	margin-bottom: 0;
}
.report-year {
	font-size: 16px;
	color: #2a3489;
	font-weight: 600;
}
.report-download {
	float: left;
}
.pdf-icon {
	float: left;
	color: #f22626;
	font-size: 16px;
	line-height: 1;
}
.quarter-year {
	margin-left: 25px;
}
.quarter-year h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
.quarter-year .meta {
	margin-bottom: 0;
}
/*----- Blog post -----*/
	/*----- Meta -----*/
.post-meta {
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #747179;
	line-height: 16px;
	padding: 20px 40px;
	border-top: 1px solid #e7e1da;
	background-color: #f6f3f0;
}
.meta {
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #747179;
	line-height: 16px;
}
.meta-link {
	color: #2d2a31;
}
.post-meta span i {
	margin-right: 5px;
}
.post-meta span:after {
	margin-left: 10px;
	margin-right: 10px;
	color: #747179;
	content: "/";
}
.post-meta span:last-child:after {
	margin-left: 0px;
	margin-right: 0px;
	content: "";
}
.meta-date {
}
.meta-admin {
}
	/*----- alignment -----*/
  
.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0px 0 .5em 20px;
}
.post-block {
}
.post-block .post-pic {
	margin-bottom: 0px;
}
.post-content {
	background-color: #fff;
	padding: 40px;
}
.post-holder {
	margin-bottom: 60px;
}
.post-info {
}
.post-title {
	color: #3f3f46;
}
.post-link {
	color: #3f3f46;
}
.quote-post {
}
.quote-post blockquote {
	font-size: 22px;
	color: #797a81;
	border-left: 0px solid transparent;
	padding: 0px 20px 10px 0;
	font-style: italic;
}
.related-post, .prev-next-post {
}
.post-pic {
	 
}
.related-post-title, .prev-next-title {
	font-size: 20px;
	margin-bottom: 15px;
}
/*----- related post -----*/
.related-post {
}
.related-block {
}
.related-post-title {
}
/*----- prev next post -----*/
.prev-next-post {
	margin-bottom: 60px;
	margin-top: 60px;
}
.prev-block {
}
.prev-next-title {
}
.prev-link {
}
.next-block {
	text-align: right;
}
.next-link {
}
/*----- author post -----*/
.author-post {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 60px;
}
.author-post .btn-link {
	float: right;
}
.author-title {
}
.author-pic {
	margin-bottom: 15px;
}
.author-info {
}
.author-info p {
	margin-bottom: 30px;
}
.social-icon {
}
.icon-link {
	color: #666678;
	font-size: 20px;
}
/*----- Comments -----*/
.comments-area {
	background-color: #fff;
	padding: 30px;
}
.comments-title {
	margin-bottom: 50px;
}
.comment-title {
}
.comment-title span {
}
.comment-list {
}
.comment-frame {
	float: left;
	width: 110px;
}
.user-comments {
	margin-left: 130px;
}
.comment-body {
	margin-bottom: 30px;
}
.comment-body:last-child {
}
.comment-body li {
	margin-bottom: 0;
}
.comment-body.listnone {
	margin-bottom: 50px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e7e1da;
}
.comment-body p {
}
.children {
}
/*--------- Features --------*/
	/*----- pricing table -----*/
.well-price {
	border: 2px solid #e8e3df;
	padding: 30px;
	background-color: #fff;
}
.price-box {
	margin-bottom: 40px;
}
.well-price-highlight {
	border: 2px solid #F5AD31;
	padding: 30px;
	background-color: #fff;
}
.price-list {
}
.price-list ul {
}
.price-list ul li {
	border-bottom: 2px solid #e8e3df;
	padding-bottom: 15px;
	padding-top: 14px;
}
.price {
	color: #F5AD31;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -1px;
}
/*----- faq -----*/
.faq {
	border-bottom: 2px solid #e8e3df;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.faq .number {
	font-size: 24px;
}
.faq-block {
	margin-left: 50px;
	margin-bottom: 40px;
}
/*----- error -----*/
.error-bg {
	background-color: #fafafb;
	padding-top: 100px;
	padding-bottom: 100px;
}
.error-block {
	padding: 30px;
	background-color: #fafafb;
	text-align: center;
}
.error-title {
	font-size: 70px;
	color: #303136;
	font-weight: 700;
}
.error-desc {
	color: #303136;
}
/*************** Shortcodes ***************/
	/*----- pagination -----*/
.st-pagination {
	text-align: center;
}
.st-pagination .pagination>li>a, .st-pagination .pagination>li>span {
	position: relative;
	float: left;
	padding: 10px 18px;
	margin-left: 5px;
	line-height: 1.42857143;
	color: #747179;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 2px solid #e3ded9;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-radius: 2px;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 14px;
	
}
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #F5AD31;
	border-color: #01ba80;
}
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #F5AD31;
	border-color: #F5AD31;
}
	/*----- tabs -----*/
.st-tabs {
	margin-bottom: 40px;
}
.st-tabs .nav-tabs {
	border: none;
}
.st-tabs .nav>li>a:hover {
	text-decoration: none;
	background-color: #fff;
}
.st-tabs .nav-tabs>li>a:hover {
	border-color: #fff #fff #fff;
}
.st-tabs .nav-tabs>li.active>a, .st-tabs .nav-tabs>li.active>a:focus, .st-tabs .nav-tabs>li.active>a:hover {
	color: #F5AD31;
	cursor: default;
	background-color: #fff;
	border: none;
}
.st-tabs .tab-content {
	background-color: #fff;
	padding: 30px;
}
.st-tabs .tab-content p:last-child {
	margin-bottom: 0;
}
.st-tabs .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
	background-color: #f0ebe6;
	font-size: 12px;
	color: #747179;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 20px 40px;
	font-family: 'Montserrat';
	border-radius: 0px;
}
	/*----- alert -----*/
.st-alert {
}
.st-alert .alert {
	font-size: 18px;
}
.st-alert .alert strong {
	font-size: 24px;
}
.close {
	opacity: 1;
	font-size: 16px;
}
.st-alert .alert-dismissable .close, .st-alert .alert-dismissible .close {
	top: 15px;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	color: #fff;
}
.st-alert .alert-success .close, .st-alert .alert-success .close {
	background-color: #869f7b;
}
.st-alert .alert-warning .close, .st-alert .alert-warning .close {
	background-color: #d65757;
}
.st-alert .alert-standard .close, .st-alert .alert-standard .close {
	background-color: #9ea9ae;
}
.st-alert .alert-creat .close, .st-alert .alert-creat .close {
	background-color: #e3c77e;
}
.st-alert .close:focus, .st-alert .close:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 1;
}
.st-alert .alert-warning {
	color: #ee2626;
	background-color: #eed3d3;
	border: 1px solid #d65757;
}
.st-alert .alert-success {
	color: #869f7b;
	background-color: #cff0c0;
	border: 1px solid #869f7b;
}
.st-alert .alert-creat {
	color: #c6a95c;
	background-color: #f9f1c9;
	border: 1px solid #e3c77e;
}
.st-alert .alert-standard {
	color: #8c979c;
	background-color: #cfd6da;
	border: 1px solid #9ea9ae;
}
	/*----- accordion -----*/
.st-accordion {
}
.st-accordion .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	position: relative;
	line-height: 40px;
	color: #303136;
}
.st-accordion .panel {
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.st-accordion .panel-default {
	border-bottom: 3px solid #ecedf2;
	border: 0px;
}
.st-accordion .panel-group .panel {
	margin-bottom: 20px;
	border-radius: 0px;
}
.st-accordion .panel-default>.panel-heading {
	color: #084988;
	background-color: #fff;
	padding: 10px 20px;
}
.st-accordion .panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.st-accordion .panel-heading.active {
	border-bottom: 0px;
}
.st-accordion .panel-heading.active .q-circle {
	border-bottom: 0px;
	background-color: #00c4f8;
}
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0px solid transparent;
}
.st-accordion .panel-body {
	padding: 30px;
}
.st-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}
.st-accordion .panel-body p:last-child {
	margin-bottom: 0px;
}
/*----- Contact us -----*/
.contact li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.contact li i {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}
.map {
	height: 400px;
}
/*----- footer -----*/
.footer-section {
	background-color: #29292c;
	padding-top: 100px;
	padding-bottom: 40px;
	/*color: #58585d;*/
	color:#fff;
}
.footer-widget {
	margin-bottom:0px;
}
.footer-widget img {
	margin-bottom: 10px;
}
.footer-widget h3 {
	color: #DCDCDE;
	/*text-transform: uppercase;*/
	font-weight: 700;
	margin-bottom: 45px;
	font-size: 16px;
}
.footer-widget li {
	margin-bottom: 6px;
}
.footer-widget li a {
	/*color: #58585d;*/
	color:#fff;
	font-family: 'Montserrat';
}
.footer-widget li a:hover {
	color: #F5AD31;
}
.footer-widget .contact li {
	position: relative;
	padding-left: 40px;
}
.footer-widget .contact li i {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}
.newsletter-widget {
}
.newsletter-widget input.form-control {
	background-color: #2b2b2f;
	border-color: #39393e;
}
.ft-social-widget {
	border-top: 1px solid #3a3a3e;
	padding-top:15px;
}
.ft-social-block {
}
.ft-social-widget a {
	background-color: #f8d38d;
	    padding: 12px 14px;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	line-height: 0;
	margin-bottom: 5px;
}
.ft-social-widget a:hover {
	background-color: #f8d38d;
	    padding: 12px 14px;
	border-radius: 2px;
	color: #333;
}
.tiny-footer {
	background-color: #232326;
	font-size: 12px;
	color: #58575a;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.newsletter-head {
	padding-top: 10px;
}
.newsletter-head h3 {
	color: #fff;
}
.newsletter-section {
	background-color: #262629;
	padding: 30px 0px;
}

/*--------- Laptop 1366 ---------*/
 
@media  screen and (max-width: 1366px) {
 /*CSS rules here */
 .slider-caption {
    position: absolute;
    bottom: 22%;
    width: 40%;
    
}
.slider-title {
	font-size: 32px;
}
}

/*---------media query --------*/
@media  screen and (max-width: 768px) {
/*----- Element Block -----*/	
	.well-default {
		background-color: #fff;
		padding: 40px;
	}
	.feature-left-block {
	text-align: center;
}
.feature-content {
	margin-bottom: 30px;
}
.feature-icon-left {
	margin-bottom: 20px;
}
/*------ top bar -----*/	
 .top-bar{display: none;}
 /***** Navigation *****/
.navigation{background-color:#000;}
.navigation .navbar-brand {
    float: left;
    height: 50px;
    padding: 12px 15px 0px 14px;
    font-size: 18px;
    line-height: 20px;
}
.navigation .navbar-brand>img {
    display: block;
    width: 120px;
}
.navigation .navbar-default{background-color: #000;}
.navigation .navbar-default .navbar-nav>li>a {
    color: #878787;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.navigation .navbar-default .navbar-nav>li>a .fa{float: right;}
.navigation .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #494747; 
}
.navigation .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #1d1d1d;
}
/***** page header ******/
.page-header {
	margin-top: 0px;
}
.page-section {
	margin-top: 60px;
}
/***** slider *****/
.slider{top: 0px;}
.slider .btn{display: none;}
.slider-pic {}
.slider .owl-prev {
	left: 10px;
}
.slider .owl-next {
	right: 10px;
}
.slider-caption {
	position: absolute;
	 
	z-index: 9999;
	width: 50%;
	bottom: 20%;
	left: 15%;
}
.slider-title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;line-height: 21px;
	font-weight: 600;
}
.slider-content {
	display: none;
}
.slider .btn {
	padding: 7px 10px;
	font-size: 10px;
}
.slider .owl-controls .owl-prev, .slider .owl-controls .owl-next {
	background-color: transparent;
	padding: 2px 4px!important;
	border:none;
	border-radius: 4px;
	font-size: 10px;
	line-height: 1.2;
	font-size: 20px;
	    top: 35%;
}
.slider .owl-controls {
    margin-bottom: -10px;
}
.slider .owl-controls .owl-dots {
	margin-top: -20px!important;
	z-index: 9999;
	position: relative;
}
.slider .owl-controls .owl-dots span {
	width: 5px!important;
	height: 5px!important;
}
/*----- CTA -----*/
.call-to-action{padding: 20px; text-align: center;}
.call-to-action h1{font-size: 14px; margin-bottom: 40px;}
.margin-top-less{margin-top: 0px;}
.call-to-action-title{display: none;}
.call-to-action .btn-lg{ padding: 16px 24px 16px 24px;}

.report-img {
	margin-bottom: 30px;
}
/*----- blog -----*/
.content {
	margin-bottom: 30px;
}
.user-comments {
	margin-left: 0px;
}
.post-block {
	margin-bottom: 30px;
}
/***** widget *****/
.custom-search-input .search-query {
	padding-right: 30px;
	padding-left: 10px;
	width: 290px;
}
.prev-block {
	margin-bottom: 30px;
}
.widget-pic {
	margin-bottom: 30px;
}
 
/*----- about -----*/
.history-caption {
	position: static;
}
 .about-info {
	margin-bottom: 30px;
}
.about-block {
    padding: 30px;
    background-color: #fff;
    margin-bottom: -120px;
}
.counter-block {
    margin-bottom: 30px;
}
.core-info .number{
	left: 15px;
}
}


 

/*--------- iPhone --------- */
@media (max-width: 320px) {
.slider-title {
	font-size: 14px;
}
.slider-caption {
    position: absolute;
    bottom: 22%;
    width: 50%;
    
}


}

.our-term-box{}
.our-term-box table{width:100%; border-collapse:collapse; margin-bottom:15px;}
.our-term-box table th{border:1px solid #ddd; padding:10px; background:#f7f7f7; font-size:16px; color:#000;} 
.our-term-box table td{border:1px solid #ddd; padding:10px;}
.our-term-box table td p{font-size:14px; margin:0 0 5px; line-height:20px; color:#333;}
.our-term-box table td p.edu{font-size:14px; margin:0 0 0; color:#be3e2d;}
.our-term-box table td p.post{font-weight:bold;}
.our-term-box table td p:last-child{margin:0;}

.founder-msg {display:block; clear:both; margin-bottom:25px; border-bottom:1px solid #ddd;}
.founder-msg p{font-size:16px; margin:0 0 15px; line-height:26px; text-align:justify; color:#333;}
.founder-msg p:first-child{font-size:30px; font-weight:bold; margin:0 0 5px; color:#be3e2d;}
.founder-msg p:nth-of-type(2){font-size:20px; margin:0 0 0; font-weight:bold; color:#151f56;}
.founder-msg p:nth-of-type(3){font-size:18px; margin:0 0 0; color:#be3e2d;}


.services-slide{display:block; clear:both; padding:50px 0 20px; text-align:center; background:#f7f7f7;}
.services-slide h3{margin:0;padding:0 0 20px 0;color:#333;font-size:28px;background:url(../images/title-bg.png) bottom center no-repeat;font-weight:400; font-family:'Oswald', sans-serif;}
.services-slide h3 a{color:#333;}
.slide{position:relative;}
.services-products{overflow:hidden;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.services-products img{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:relative;-webkit-box-shadow:0 10px 14px -6px rgba(0,0,0,.5);-moz-box-shadow:0 10px 14px -6px rgba(0,0,0,.5);box-shadow:0 10px 14px -6px rgba(0,0,0,.5);-webkit-transition:all 200ms ease-in;-webkit-transform:scale(1);-ms-transition:all 200ms ease-in;-ms-transform:scale(1);-moz-transition:all 200ms ease-in;-moz-transform:scale(1);transition:all 200ms ease-in;transform:scale(1)}
.services-products:hover img{-webkit-box-shadow:0 0 20px 3px rgba(0,0,0,.3);-moz-box-shadow:0 0 20px 3px rgba(0,0,0,.3);box-shadow:0 0 20px 3px rgba(0,0,0,.3);-webkit-transition:all 200ms ease-in;-webkit-transform:scale(1.5);-ms-transition:all 200ms ease-in;-ms-transform:scale(1.5);-moz-transition:all 200ms ease-in;-moz-transform:scale(1.5);transition:all 200ms ease-in;transform:scale(1.05);overflow:hidden}
.services-products:hover .services-product-name{background:rgba(66,139,202,.8);color:#fff}
.services-products img{max-width:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.services-products .services-product-name{width:100%;position:absolute;background:rgba(0,0,0,.8);top:0;display:block;padding:10px 20px;color:#fff;text-align:left;font-size:17px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;font-family:'Oswald', sans-serif;}


.navbar{margin:0;}
.dropdown-menu > li > a, .dropdown-menu td a{color:#fff; padding:5px 12px; display:block; font-size:13px;}
.navbar-inverse .navbar-nav > li > a{color:#47bcdf; padding-left:15px; padding-right:15px;}
.navbar ul > li > a:not(:only-child):after {font-family:'FontAwesome'; content: "\f107";   position: absolute; right:2px; top: 31px; z-index: 251;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;	transition:all .2s ease-in-out;}
.navbar ul > li > ul li a:not(:only-child):after{content: "\f105"; right:15px; top:10px;}
.navbar ul > li > ul:before { border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left:10px; position: absolute; top: -6px;border-bottom-color: #191919;}
.navbar .dropdown-menu{left:0%; top:100%;}
.navbar ul > li > ul{background-color: #191919;}
.navbar .dropdown-menu{width:200px;}
.navbar .dropdown-menu .dropdown-menu{left:100%; top:-3px; width:260px;}
.navbar .dropdown-menu .dropdown-menu:before{border-top:10px solid transparent; border-right:10px solid #191919;
 border-bottom:10px solid transparent; content: ""; display: inline-block; left:-16px; position: absolute; top:12px;}
.navbar ul > li > ul li, .navbar ul td{border-bottom:1px solid #000000;}
.navbar ul table{width:100%;}
.dropdown-menu td a:hover{background:#fff; color:#333;}
.dropdown-menu td a{padding:5px 12px;}


.mid-inner{padding-bottom:20px; padding-top:20px; display:block; clear:both; background-color:#fff; position:relative;}
.mid-inner{min-height:485px;}
.inner-breadcrum-sec {background:#e5e9ff; padding-top:30px; padding-bottom:30px; position: absolute; left:0; right:0; top:0; z-index:1;}
.inner-breadcrum-sec h2 {color: #000;font-size:30px;margin-bottom:0px;font-weight: 700;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:100px; background: #fff;}
.inner-page-sec p{font-size:15px; margin: 0 0 15px; color: #333; line-height: 24px;}
.about-us h4{ color: #050a30; font-size:20px; font-weight: 600; margin:0px 0px 5px; position:relative;}
.about-us ul{list-style:none; padding-left:15px; margin:0 0 15px;}
.about-us ul li{position:relative; padding-left:25px; color:#333; font-size:15px; line-height:26px;}
.about-us ul li:before{position:absolute; content:"\f0a4"; left:0; top:0; font-size:15px; display:inline-block; font-family:FontAwesome;}


.card{margin-bottom:5px;}
.card-header a{font-size:20px; color:#0056b3; font-weight:500;}

.know-serv ul{list-style:none; padding-left:0; margin-bottom:15px;}
.know-serv ul li{position:relative; padding-left:25px; font-size:15px; margin-left:15px; line-height:24px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content:"\f0a4"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#050a30;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}
.link-box{}

.wa-chat-box-poweredby{display:none;}

.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#050a30; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-family: 'Open Sans', sans-serif;}
.table-grid .RadGrid .rgMasterTable th a{color:#fff;}
.table-grid .RadGrid .rgMasterTable td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Open Sans', sans-serif;}
.table-grid .RadGrid .rgMasterTable td.rcbInputCell, rcbArrowCell.rcbArrowCell {padding:0; border:0;}


.table-bordered{margin-bottom:30px; width:100%;}
.table-bordered th{padding: 8px;border: 1px solid #999;text-align: left; background:#ddd; font-size:16px;}
.table-bordered th strong{font-weight:bold;}
.table-bordered td{padding: 8px;border: 1px solid #ddd;text-align: left;}
.mid-text-box-inner .ol-c{list-style-image: url(../images/green_right_arrow.svg);}
.mid-text-box-inner ol{list-style-image: url(../images/feature-checkmark.svg);}

.all-bm, .all-b{margin-left:-15px; margin-right:-15px; margin-top:30px; padding:0;}
.all-bm:before, .all-bm:after, .all-b:before, .all-b:after{display:table; content:"";}
.all-bm:after, .all-b:after{clear:both;}
.all-bm li, .all-b li{float:left; width:50%; padding-left:15px; padding-right:15px; list-style:none; position:relative;}
.all-bm li a, .all-b li a{border-bottom:1px solid #ddd; display:block; padding-top:5px; padding-bottom:5px; padding-left:25px; position:relative;}
.all-bm li a:before, .all-b li a:before{position:absolute; content:"\f0a4"; left:0; top:3px; font-size:14px; display:inline-block; font-family:FontAwesome;}

.btn-go{background:#0020c5; color:#fff; padding-left:20px; padding-right:20px;}
.btn-all{background:#ff000c; color:#fff; padding-left:20px; padding-right:20px;}
.btn-clear{background:#333; color:#fff; padding-left:20px; padding-right:20px;}
.btn-go:hover, .btn-all:hover, .btn-clear:hover{background:#02c8b8; color:#fff;}
.sl-yr{font-weight:bold; padding-top:5px;}

.tax-tab table th{background:#050a30; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Open Sans', sans-serif;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Open Sans', sans-serif;}
.tax-tab h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}

.download table th{background:#050a30; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Open Sans', sans-serif;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Open Sans', sans-serif;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}

.contact-add-dt-branch{box-shadow:0 0 5px #ddd; padding:20px; margin-bottom:25px;}
.contact-add-dt-branch h4{font-size:18px; margin:0 0 10px; font-weight:bold;}
.contact-add-dt-branch .fa{font-size:20px; position:absolute; left:0; top:4px;}
.contact-add-dt-branch p{position:relative; padding-left:30px; font-size:14px;}
.contact-add-dt-branch .he48{}
.contact-add-dt-branch p span.nm{display:block; clear:both; font-weight:bold;}
.location-map{margin-bottom:30px;}

.contact-us-f .form-control{height:36px; border:1px solid #ccc; border-radius:0; margin-bottom:15px; box-shadow:0 0 0;}
.contact-us-f textarea.form-control{height:70px; resize:none;}
.contact-us-f .btn{background-color: #376ea8; color: #fff; border-color: #376ea8; padding:8px 20px; text-transform:uppercase;}

.our-term-box{box-shadow:0 0 4px #ccc; padding:25px; display:block; margin-bottom:25px; position:relative; clear:both; background:#fff;}
.our-term-box:last-child{margin-bottom:0;}
.our-term-box h4{ color: #050a30; font-size:28px; font-weight:600; margin:0px 0px 5px; position:relative;}
.our-term-box p{ color:#333; font-size:15px; margin:0 0 15px; line-height:25px;}
.our-term-box p.edu{ color:#ff3709; font-size:16px;}
.our-term-box p.edu a{margin-right:10px;}


.dtblgo{margin-bottom:15px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;}
.datrtl{font-size:16px; color:#333; font-weight:bold;}


/* GST acts class*/

.acts-header{padding: 15px; background: #F1F1E6; border: none; box-shadow: 0 2px 3px rgb(0 0 0 / 25%);}
.acts-header .input-group{flex-wrap: nowrap !important;position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;}
.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{position: relative; flex: 1 1 auto; width: 1%; min-width: 0;}
.disablebtn{background: #004f7d; color: #ffffff;position: relative;display: inline-block;font-weight: 400;padding: 0.375rem 0.75rem;font-size:16px;border-radius: 0.15rem;line-height: 1.9;}
.acts-header .form-select{position: relative; flex: 1 1 auto;font-size: 14px;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;display: block;padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-weight: 400;background-color: #fff;appearance: none;border: 1px solid #ced4da;background-image: url(../images/drop-arow.svg); background-repeat: no-repeat;  background-position: right 0.75rem center;background-size: 16px 12px;}
.w25{width: 25%;}
.acts-header .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem; border:0;}
.acts-header .input-group-text {background: #f5f5f5; font-size: 10px;}





@media (min-width: 767px) {
    
    .navbar-nav .dropdown-menu .caret {
	transform: rotate(-90deg);
	position:absolute;
	right:15px;
	top:15px;
	
    }
}


@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {display: block; padding:0;}
.item-wrapper .single-item {width:33.333333%; padding-right:20px;}
.float-left {float:left;}
.float-right {float:right;}

}

@media(max-width:767px){
.navbar-collapse{position:absolute; width:100%; z-index:99;}	
.navbar-toggle{margin:26px 0 0;}
.head-hm{font-size: 23px;}
.head-hm span{padding:3px 9px 28px}
.copyrht p{text-align:center;}
.dropdown-menu td a{color:#fff;}
.navbar-brand > img{width:273px;}
header .dt-sc-contact-number a{margin-right: 4px;font-size: 14px;padding-right: 6px;}
.navbar-toggle{margin: 1px 0 0;}
.navbar-collapse{background:#000;}


.acts-header .input-group{width: auto;flex-wrap: wrap !important;}
.disablebtn{flex: 40%;max-width: 40%;padding: 0.375rem 0.45rem;font-size: 12px;}
.acts-header .input-group-text{flex: 100%;}
.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{flex: 60%;max-width: 60%;font-size: 12px;}
}
@media(min-width:992px){
.nav > li > a{padding-left:7px; padding-right:7px;}
}
@media(min-width:1200px){
.nav > li > a{padding-left:15px; padding-right:15px;}
}