@import url('https://fonts.googleapis.com/css?family=Muli:300,400|Roboto:300,400');
body{
    font-family: 'Muli', sans-serif;
	color:#272727;
	font-size:14px;
}
a{
	text-decoration:none !important;
}
/*------------------------------------------------------------------
[Preloader]
*/
#scroll{
	position:fixed;
	bottom:15px;
	right:25px;
}
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}
.loader {	
	position: absolute;
	left: 46%;
	top: 40%;
}
/*------------------------------------------------------------------
[Navbar]
*/
.an{border-top:2px solid #e6e6e6;}
.navbar{
	margin-top:10px;
	border-radius:0px;
}
.navbar-default .navbar-nav > li > a{
	color:#333;
	text-transform:uppercase;
}
.navbar-custom.navbar-fixed-top{
	border-bottom:3px solid #eb1923;
}
.navbar-custom {
	background: #FFF;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: padding 0.25s, background 0.25s;
	   -moz-transition: padding 0.25s, background 0.25s;
	    -ms-transition: padding 0.25s, background 0.25s;
	     -o-transition: padding 0.25s, background 0.25s;
	        transition: padding 0.25s, background 0.25s;
}

.navbar-custom .navbar-brand {
	display: table-cell;
	vertical-align: middle;
	float: none;	
	padding-top: 15px;
	padding-bottom: 0;
	font-weight: 600;
	color: #111;
}

.navbar-custom,
.navbar-custom a {
	font-size: 14px;
	color: #555;
	font-weight: 800;
}

.navbar-custom .nav > li > a:focus {
	background: none;
	color: #555;
}

.navbar-custom .nav > li.active > a {
	color: #222;
	background-color:#262626;
}

.navbar-custom .nav > li > a:hover ,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background-color:#FFF;
	color: red;
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 13px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	background-color:#37474f;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}


.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}

.navbar-custom .dropdown-menu {
	background: #3e4d87;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu li {
	padding: 0 15px;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #ac8d93;
	padding: 10px 5px;
	font-size: 14px;
	color: #FFF;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:hover,
.navbar-custom .nav .open > a:focus {
	border-color: #ac8d93;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #ed5f4a;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
	float: right;
	padding: 9px 10px;
	padding: 0;
	margin: 15px 15px 0 0;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

@media (min-width: 992px) {

	.navbar-transparent {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}

	.navbar-custom .navbar-brand {
		padding-left: 0;
	}

	.navbar-custom .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}

}
.header{
	padding:10px 0;
}
.call-top{
	font-size:18px;
	font-weight:300;
	color:#333;
	margin-top:15px;
	text-align:right;
}
a.btn-menu{
	margin-top:8px;
	padding:6px 20px !important;
	background-color:#CCC;
}
.header-bg{
	background-image:url(../images/header_ornament.png);
	background-repeat:no-repeat;
	background-position:center;
}
.homeBar{
	padding:14px 0;
	background-color:#37474f;
	color:#FFF;
}
.homeBar a{
	color:#FFF;
	font-size:18px;
}
.about-section{
	padding:30px 0 70px 0;
	background-image:url(../images/body-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.about-section h3{
	font-weight:100;
}
.about-section .thumbnail{
	padding:0;
	border:0;
	border-radius:0;
	position:relative;
}
.about-section .thumbnail .caption h3{
	margin:0;
	font-size:16px;
	text-align:center;
	color:#FFF;
}
.about-section .thumbnail .caption{
	position:absolute;
	background-color:#000050;
	bottom:-18px;
	left:20%;
	width:60%;	
}
.financial-section{
	padding:60px 0 60px 0;
	background-image:url(../images/wordgram-bg-top.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#F5F5F5;
}
.financial-section h3{
	margin-top:0;
	font-size:34px;
}
.WhatWe-section{
	padding:80px 0 80px 0;
	background-image:url(../images/custom-bg-image-1.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}
.WhatWe-section h3{
	margin-top:0;
	font-size:34px;
}
.round img{
	border-radius:50%;
	border:3px solid #CCC;
	height:170px;
	width:170px;
}
.round{
	text-align:center;
}
.round h3{
	margin-top:20px;
	font-size:22px;
}
.btn-services{
	background-color:transparent;
	border:2px solid yellow;
	color:#FFF;
}
.AboutUs-section h3{
	margin-top:0;
	font-size:34px;
}
.AboutUs-section{
	padding:80px 0 80px 0;
}
.aboutus li{
	line-height:1.4;
	margin-bottom:15px;
}
.aboutus li i{
	position:absolute;
	top:8px;
	font-size:26px;
	color:red;
}

/*-----------------------------------------------------------------------------------*/
/*	35. Footer
/*-----------------------------------------------------------------------------------*/
.last-footer{
	padding:15px 0;
	background-color:#000050;
	color:#FFF;
}
.last-footer a{
	color:#FFF;
}
#footer {
	position: relative;
	background-image: url(../images/footer-bg-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0 45px;
}
#footer.footer-style-2 {
	padding: 55px 0;
}
#footer::before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	
	/* Colored border. Colors: #00b6de #ed5f4a #f5ae3d #aac713 #5f73c2 #848891 */
	background-image: -webkit-linear-gradient(left, #00b6de, #00b6de 16.66%, #ed5f4a 16.66%, #ed5f4a 33.32%, #f5ae3d 33.32%, #f5ae3d 50%, #aac713 50%, #aac713 66.66%, #5f73c2 66.66%, #5f73c2 83.32%, #848891 83.32%);
	background-image: -o-linear-gradient(left, #00b6de, #00b6de 16.66%, #ed5f4a 16.66%, #ed5f4a 33.32%, #f5ae3d 33.32%, #f5ae3d 50%, #aac713 50%, #aac713 66.66%, #5f73c2 66.66%, #5f73c2 83.32%, #848891 83.32%);
	background-image: linear-gradient(to right, #00b6de, #00b6de 16.66%, #ed5f4a 16.66%, #ed5f4a 33.32%, #f5ae3d 33.32%, #f5ae3d 50%, #aac713 50%, #aac713 66.66%, #5f73c2 66.66%, #5f73c2 83.32%, #848891 83.32%);
	background-size: 1600px 4px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 3;
}
#footer::after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	background-color: #848891;
	z-index: 2;
}
#footer.footer-trim-lite::before{
	height: 3px;
}
#footer.footer-trim-lite::after {
	height: 3px;
}
#footer .title {
	text-transform: lowercase;
	margin-bottom: 20px;
}
#footer p {
	margin-bottom: 0;
}



ul.fot-link{
	margin-left:-40px;
}
.fot-link li{
	list-style:none;
	padding:4px 0;
}
.fot-link li a i{
	padding-right:10px;
}
.fot-link a{
	color:#222;
	text-decoration:none;
}

/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/

.page-banner-section {  
	padding: 50px 0 50px 0;
	position: relative;
	background-image:url(../images/footer-4.jpg);
	background-color:#FAFAFA;
	background-size:100% auto;
	background-position:center center;
}
.page-banner-section .container {
	position: relative;
	z-index: 2;
}
.page-banner-section h1 {
	color: #FFF;
	font-size: 42px;
	font-weight: 100;
	margin: 0 0 15px;
	margin: 10px 0 0;
	letter-spacing:1px;
	margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin-top: 20px;
  padding:0;
  text-align: right;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;  
  color: #FFF;
}
.page-banner-section ul.page-depth li a:hover {
  color: #FFF;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #FFF;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inner-section{
	padding:80px 0;
	background-image:url(../images/body-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.bd-count::before {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	
	/* Colored border. Colors: #00b6de #ed5f4a #f5ae3d #aac713 #5f73c2 #848891 */
	background-image: -webkit-linear-gradient(left, #00b6de, #00b6de 16.66%, #ed5f4a 16.66%, #ed5f4a 33.32%, #f5ae3d 33.32%, #f5ae3d 50%, #aac713 50%, #aac713 66.66%, #5f73c2 66.66%, #5f73c2 83.32%, #848891 83.32%);
	background-image: -o-linear-gradient(left, #00b6de, #00b6de 16.66%, #ed5f4a 16.66%, #ed5f4a 33.32%, #f5ae3d 33.32%, #f5ae3d 50%, #aac713 50%, #aac713 66.66%, #5f73c2 66.66%, #5f73c2 83.32%, #848891 83.32%);
	background-image: linear-gradient(to right, #00b6de, #00b6de 16.66%, #ed5f4a 16.66%, #ed5f4a 33.32%, #f5ae3d 33.32%, #f5ae3d 50%, #aac713 50%, #aac713 66.66%, #5f73c2 66.66%, #5f73c2 83.32%, #848891 83.32%);
	background-size: 1600px 4px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 3;
}
.bd-count::after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	background-color: #848891;
	z-index: 2;
}


/* ============  Mega Menu  ============   */
.container > .navbar-header, .container > .navbar-collapse {margin-left:-15px;margin-right:-15px;}
.mega .nav,
.mega .collapse,
.mega .dropup,
.mega .dropdown {
  position: static;
}
.mega .container {
  position: relative;
}
.mega .dropdown-menu {
  left: auto;
}
.mega .nav.navbar-right .dropdown-menu {
  left:auto;
  right: 0px;
}
.mega .mega-content {
  padding: 20px 30px;
}
.mega .dropdown.mega-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.mega-fw h4{color:#FFF;border-bottom:1px solid #FFF;padding-bottom:10px;margin-bottom:10px;}
ul.topmenu{margin-left:-40px;}
ul.topmenu li{list-style:none;}
ul.topmenu li a{color:#FFF;font-weight:normal;}
ul.topmenu li a:hover{color:#ED5F4A;}
.menu-block .navbar-default .navbar-nav > li .dropdown-menu .topmenu li a{padding:8px 0px;line-height:2;}

.side-box h2{
	font-size:22px;
	margin-top:0px;
}
.side-box{
	background-color:#FFF;
	padding:20px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12);
}
.side-box ul{
	margin-left:-40px;
}
.side-box ul li{
	list-style:none;
	padding:4px 0;
}
.side-box ul li a{
	color:#222;
}	


.director .thumbnail{
	background-color:#FFF;
}
.director .thumbnail .caption{
	background-color:#EBEBEB;
	text-align:center;
	font-size:15px;
	color:#FF0000;
	border-radius:0 0 50px 50px;
}
.director .thumbnail .caption .desi{
	font-size:13px;	
	color:#222;
}
.director .thumbnail .caption .since{
	font-size:13px;	
	color:#222;
}
.director .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
}
.director .thumbnail img{
	width:150px;
	height:180px;
	padding:6px;
	background-color:#EBEBEB;
}
.user .modal-header .close{margin-top:4px;opacity:0.5;}
.user .modal-content{border-radius:0px;top:180px;}
.user .modal-body {text-align:left !important;line-height:2.0;padding:0px;}
.user .modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #444;
    background-color:#444;
    color:#FFF;
}
.user .modal-body img{margin:15px;border:3px solid #FFF;border-radius:8px;}
.userbg{background-color:#F7F5EE;padding:15px;}
.userbg i{padding-right:15px;width:30px;text-align:center;}
.clm .searchbtn{
	height:50px;
	border-radius:0;
}
.form-control {
	border:0px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}



.grid {
	position: relative;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #000;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 40%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}


figure.effect-selena {
	background: #fff;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}



@media (max-width: 360px) {
	.homeBar{
		padding:4px 0;
	}
	.navbar-default .navbar-toggle{
		border-color:transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color:#FFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		color:#FFF;
	}
	ul.topmenu li{list-style:none !important;padding:6px 0;}
	.navbar-custom .dropdown-menu li{
		padding:3px 0;
		list-style:none;		
	}
	.about-section h3{
		font-size:16px;
	}
	.effect-ruby{
		margin-bottom:30px;
	}
	figure.effect-ruby h2{
		margin-top:23%;
	}
	.page-banner-section{
		padding:30px 0 30px 0;
	}
	.page-banner-section h1{
		margin-top:0;
		font-size:28px;
	}
	.inner-section{
		padding:40px 0;
	}
	.loader {	
		position: absolute;
		left: 32%;
		top: 40%;
	}
}
@media (max-width:640px) {
	
}

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

	
}


.home .modal-header .close{margin-top:4px;opacity:0.5;}
.home .modal-content{border-radius:0px;top:40px;}
.home .modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #E09BDE;
    background-color:#E09BDE;
}
