@import url('https://fonts.googleapis.com/css?family=Raleway:300,400|Roboto:300,400');
/*
	LB : #1Ab7EA;
	Y  : #FFA217;
	DB : #054e96;	
	DB : #C6D8E7;	
 
 * */
body{
    font-family: 'Roboto', sans-serif;
	color:#272727;
	font-size:14px;
}
a{text-decoration:none !important;}
h1{
	font-weight:300;
	font-size:48px;
    font-family: 'Raleway', sans-serif;
}

/*------------------------------------------------------------------
[Preloader]
*/
#scroll{
	position:fixed;
	bottom:15px;
	right:25px;
}
.page-loader {
	background-color:#054e96;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}
.loader {	
	position: absolute;
	left: 44%;
	top: 36%;
}
.position{
	position: absolute;
	left: 46.50%;
	top: 56%;
}
.cssload-container{
	display: block;
	margin:40px auto;
	width:80px;
}
.cssload-loading i{
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	background: rgb(26,183,234);
}
.cssload-loading i:first-child{
	opacity: 0;
	animation:cssload-loading-ani2 0.58s linear infinite;
		-o-animation:cssload-loading-ani2 0.58s linear infinite;
		-ms-animation:cssload-loading-ani2 0.58s linear infinite;
		-webkit-animation:cssload-loading-ani2 0.58s linear infinite;
		-moz-animation:cssload-loading-ani2 0.58s linear infinite;
	transform:translate(-16px);
		-o-transform:translate(-16px);
		-ms-transform:translate(-16px);
		-webkit-transform:translate(-16px);
		-moz-transform:translate(-16px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3){
	animation:cssload-loading-ani3 0.58s linear infinite;
		-o-animation:cssload-loading-ani3 0.58s linear infinite;
		-ms-animation:cssload-loading-ani3 0.58s linear infinite;
		-webkit-animation:cssload-loading-ani3 0.58s linear infinite;
		-moz-animation:cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child{
	animation:cssload-loading-ani1 0.58s linear infinite;
		-o-animation:cssload-loading-ani1 0.58s linear infinite;
		-ms-animation:cssload-loading-ani1 0.58s linear infinite;
		-webkit-animation:cssload-loading-ani1 0.58s linear infinite;
		-moz-animation:cssload-loading-ani1 0.58s linear infinite;
}




@keyframes cssload-loading-ani1{
	100%{
		transform:translate(32px);
		opacity: 0;
	}
}

@-o-keyframes cssload-loading-ani1{
	100%{
		-o-transform:translate(32px);
		opacity: 0;
	}
}

@-ms-keyframes cssload-loading-ani1{
	100%{
		-ms-transform:translate(32px);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-loading-ani1{
	100%{
		-webkit-transform:translate(32px);
		opacity: 0;
	}
}

@-moz-keyframes cssload-loading-ani1{
	100%{
		-moz-transform:translate(32px);
		opacity: 0;
	}
}

@keyframes cssload-loading-ani2{
	100%{
		transform:translate(16px);
		opacity: 1;
	}
}

@-o-keyframes cssload-loading-ani2{
	100%{
		-o-transform:translate(16px);
		opacity: 1;
	}
}

@-ms-keyframes cssload-loading-ani2{
	100%{
		-ms-transform:translate(16px);
		opacity: 1;
	}
}

@-webkit-keyframes cssload-loading-ani2{
	100%{
		-webkit-transform:translate(16px);
		opacity: 1;
	}
}

@-moz-keyframes cssload-loading-ani2{
	100%{
		-moz-transform:translate(16px);
		opacity: 1;
	}
}

@keyframes cssload-loading-ani3{
	100%{
		transform:translate(16px);
	}
}

@-o-keyframes cssload-loading-ani3{
	100%{
		-o-transform:translate(16px);
	}
}

@-ms-keyframes cssload-loading-ani3{
	100%{
		-ms-transform:translate(16px);
	}
}

@-webkit-keyframes cssload-loading-ani3{
	100%{
		-webkit-transform:translate(16px);
	}
}

@-moz-keyframes cssload-loading-ani3{
	100%{
		-moz-transform:translate(16px);
	}
}
/*------------------------------------------------------------------
[Navbar]
*/
.navbar{border-radius:0;}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
	text-transform:uppercase;
	font-weight:500;
}

.navbar-custom.navbar-fixed-top{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}

.navbar-custom .logo{
	padding:10px 0;
}
/*
.navbar-custom.navbar-fixed-top .navbar-brand img{
	height:50px;
}
*/
.navbar-custom {
	background: #1Ab7EA;
	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::before{
    content: "";
    background-color: #FFF;
    width: 35%;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    -webkit-transform: skewX(320deg);
    -moz-transform: skewX(320deg);
    -o-transform: skewX(320deg);
    -ms-transform: skewX(320deg);
    transform: skewX(320deg);
}

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

.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:#054e96;
	color: #FFF;
}

.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;
}

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

.leftauto {
	right: 0 !important;
	left: auto !important;
}

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

.navbar-custom .dropdown-menu {
	background: #054e96;
	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 #155ea6;
	padding: 10px 5px;
	font-size: 14px;
	color: #FFF;
}

.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: #FFA217;
}

.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: 32px;
		padding-bottom: 32px;
	}

	.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;
	}

}
.navbar.navbar-custom.navbar-fixed-top{
}
.sticky {
}
.navbar-custom.sticky .logo {
	padding:8px 0;
}
.navbar-custom.sticky .navbar-nav > li > a {
		padding-top: 24px;
		padding-bottom: 24px;		
		
}
.navbar-custom.navbar-fixed-top .navbar-brand{
	min-height:65px;
}
.navbar-custom.navbar-fixed-top.sticky .navbar-brand img{
	height:50px;
}
.navbar-brand{
	padding:0;
}
.logo img{
	height:60px;
}
.logo{
	position:absolute;
}
.homeBar{
	padding:18px 0;
	background-color:#6a8799;
	color:#FFF;
}
.homeBar h3{
	margin:0;
}
.inner-businesses{
	background-color:#E5E5E5;
	padding:40px 0;
}
.aboutBlock{
	padding:60px 0 60px 0;
	background-color:#FFF;
}
.productsblock{
	padding:60px 0 60px 0;
	background-color:#FFF;
}
.inner-section{
	background-color:#FFF;	
}
.productsblock h1{
	font-weight:400;
	font-size:28px;
    font-family: 'Raleway', sans-serif;
}
.col-sm-8.grid .col-sm-6{
	padding:10px;
}
.aboutBlock h1{
	font-weight:400;
	font-size:28px;
    font-family: 'Raleway', sans-serif;
}
.left-icon-style {
    margin-top: 30px;
}

.left-icon-style i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    color: #FF0000;
    border-right: 3px double #eee;
    box-sizing: content-box;
    text-align: center;
}

.left-icon-style .media-left {
    padding-right: 30px;
}

.left-icon-style .media-heading {
    font-size: 18px;
    font-weight: 900;
}
.left-icon-style p {
    margin: 0;
}
.servicesBlock{
	padding:50px 0;
	background-color:#f9f9f9;
}
.pBlock{
	background-image:url(../images/img02.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:center;
	padding:80px 0;
	position:relative;
}
.pBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.s-well{
    min-height: 150px;
    padding: 20px;
    background-color: rgba(106,135,153,0.4);
    border: 0px solid #e3e3e3;
    border-radius: 4px;
}
.s-well h4{
    color:#FFF;
    font-size:22px;
}
#owl-demo .item{
	color:#FFF;
}
.col-soc a{
	color:#FFF;
	margin:0 8px;
	font-size:18px;
}
.title-head {
    border-bottom: 0px solid transparent;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    color:#054e96;
}
.title-head:before {
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0px;
    position: absolute;
    width: 30px;
}
.title-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.title-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    color:#054e96;
}
.title-head.center:before {
    left: 50%;
    margin-left: -17.5px;
}
.title-head.center:after {
    left: 50%;
    margin-left: -40px;
}
.title-head:before, .title-head:after{
    background-color: #FFA217;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section.group{  
	padding: 150px 0;
	position: relative;
	background-size:100% auto;
	background-position:center center;
	text-align:center;
	margin-top:98px;
}
.page-banner-section.group:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
.page-banner-section {  
	padding: 150px 0 50px 0;
	position: relative;
	background-image:url(../images/inner-header.jpg);
	background-size:100% auto;
	background-position:top center;
	text-align: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: 0;
  padding:0;
  text-align: center;
}
.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 h4{
	color:#054e96;
}
.inner-section{
	padding:40px 0;
}
.last-footer a{
	color:#FFF;
}
.gallery-img, .abox.thumbnail{
    margin: 0px 0px 30px 0px;
    position: relative;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(181,26,86,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-gallery{
	background-color:#FFF;
	border:2px solid #CCC;
	color:#222;
	border-radius:0;
}
.btn-net{
	background-color:#FF0000;
	border:2px solid #FF0000;
	color:#FFF !important;
	border-radius:0;
	transition: all 0.2s linear;
}
.btn-net:hover{
	background-color:#FFF;
	border:2px solid #FF0000;
	color:#222 !important;
	border-radius:0;
	transition: all 0.2s linear;
}

.award .thumbnail{
	border-radius:0;
	padding:5px;
	border-width:3px;
	border-color:#555;
}

.award-box{
	background-color:#F5F5F5;
	padding:10px 15px;
	border-left:3px solid #CCC;
}
.side-box{
	background-color:#F5F5F5;
	padding:15px;
	border-bottom:3px solid #FF0000;
}
.side-box h2{
	margin-top: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;
}
.director .thumbnail .caption{
	background-color:#f5f5f5;
	text-align:center;
	font-size:15px;
	color:#FF0000;
}
.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:160px;
	height:160px;
	border-radius:50%;
	background-color:#CDCDCD;
}
.bod .col-sm-3{padding-left:0;}
.bod{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #fff;
    border-right:3px solid #054e96;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:30px;
}
.bod:hover .bod-well h2{ color:#054e96;}
.bod-well h2{    
    color:#054e96;
    font-size:22px;
    font-family: 'Raleway', sans-serif;
}
.bod-well{
	color:#666;
}
.b-card{
    display: block;
    width: 100%;
    min-height: 330px;
    text-decoration: none;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:50px;
}
.b-card-box h2{
    font-family: 'Raleway', sans-serif;
    color:#000000;
}
.b-card-box{
	line-height:1.6;	
	color:#666;
}
.b-card-user{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:30px;
}
.btn-color{
	background-color:#FFA217;
	color:#222;
	padding:6px 20px;
	border-radius:25px;
}
.btn-color:hover{
	background-color:#252839;
	border-color:#252839;
	color:#FFF;
}


.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

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

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.mar-tab.grid figure figcaption {
	padding: 1em 2em;
}
.grid figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	-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 {
	font-weight: 300;
}

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

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

.grid figure p {
	font-size: 68.5%;
}


/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
	background: linear-gradient(-45deg, #000 0%,#000 100%);
}

figure.effect-jazz img {
	opacity: 0.8;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 18%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.fot-soc a{
	margin:auto 12px;
}
.fot-soc i{
	font-size:22px;
}
.footer address{	
	color:#FFF;
}
.footer address h3{
	margin-bottom:5px;
	color:#111;	
	font-family: 'Raleway', sans-serif;
}
.f-box{
	position:relative;
	float:none;
	clear:both;
}
.f-box .icon{
	height:80px;
	width:80px;
	text-align:center;
	float:left;
	background-color:#8698A7;
	border-radius:50% 0;
	line-height:90px;
	margin-right:20px;
	position:relative;
	top:25px;
}
.f-box .icon i{
	position:relative;
	font-size:32px;
}
.f-box .text{
	float:left;
	color:#444;
}

.sec-1 h2{
	font-size:28px;
    font-family: 'Raleway', sans-serif;
}
.sec-1{
	background-image:url(../images/front-parallax.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	padding:40px 0 40px 0;
	position:relative;
	color:#FFF;
}
.sec-1-box {
    background-color: #054e96;
    padding: 20px 20px;
    color: #FFF;
    position: absolute;
    top: -100px;    
    margin:20px 30px auto auto;
}
.sec-2{
	padding:50px 0;
}

.dtitle{
	font-size:20px;
	background-color:#DDD;
	padding:8px 20px;
	margin-bottom:10px;
}
.dbox{
	margin-bottom:30px;	
}
.dbox li i{
	font-size:18px;
	padding:4px 0;
}
.dbox li a{
	font-size:18px;
	color:#555;
}
.dbox li{
	margin-left:20px;
	padding:4px 0;
}
.top-footer{
	background-color:#C6D8E7;
	padding:30px 0;
	color:#666;
	font-size:14px;	
	z-index:10;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -20px;
	margin-bottom: 230px;
}
.bottom-footer{
	background-color:#111;
	padding:40px 0 20px 0;
	color:#666;
	font-size:14px;	
	position:fixed;
	z-index:-5;
	width:100%;
	bottom:0;
}


ul.service-catergory{
	margin-left:0px;
}
.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 2px;
}
.service-catergory li:first-child {
}
.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}

.service-catergory li.active a {
  color: #054e96;
  background: #FFF;
  border: 2px solid #054e96;
}

.service-catergory li a {
  position: relative;
  display: block;
  color: #222;
  line-height: 30px;
  padding: 6px 0;
  padding-left: 23px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.service-catergory li a:hover {
  color: #054e96;
}


/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 15px;
	}
	
	.blog-article-thumbnail {
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.blog-article-thumbnail a > img {
		-webkit-transition: all 0.25s;
				transition: all 0.25s;
	}
	
	.blog-article-thumbnail .images-slider {
		margin-bottom: 0;
	}
	.blog-article a.date{
		color:#1Ab7EA;
	}
	.blog-article .date {
		float: left;
		width: 110px;
		padding: 17px 0 12px 0;
		border-right: 1px solid #e1e1e1;
		font-size: 42px;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 0.25s;
				transition: all 0.25s;
	}
	
	.blog-article .date small {
		display: block;
		color: #8f8f8f;
		font-size: 11px;
	}
	
	.blog-article .date:hover {
		color: #464646;
	}
	
	.blog-article-subtitle {
		display: inline-block;
		margin-left: 40px;
		font-size:11px;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: all 0.25s;
				transition: all 0.25s;
	}
	
	.blog-article-subtitle a {
		color: #8f8f8f;
	}
	h6.blog-article-subtitle{
		margin-bottom:0;
	}
	.blog-article-subtitle a:hover {
		color: #ffba00;
		text-decoration: none;
	}
	
	.blog-article-title a{color:#054e96;}
	.blog-article-title {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: 400;
	}
	.blog-article-content{
		line-height:1.8;
		margin-top:10px
	}
	.blog-article.latest .blog-article-title,
	.blog-article.latest .blog-article-content,
	.blog-article.latest .blog-article-subtitle {
		display: block;
		margin-left: 0;
		text-align: center;
	}
	
	.blog-article-details {
		margin-left: 130px;
		font-size: 13px;
	}
	
	.blog-article-details a {
		color: #8f8f8f;
		-webkit-transition: all 0.25s;
				transition: all 0.25s;
	}
	
	.blog-article-details a:after {
		position: relative;
		top: -1px;
		margin-left: 5px;
		color: #8f8f8f;
		content: "|";
	}
	
	.blog-article-details a:last-child:after {
		display: none;
	}
	
	.blog-article-details a:hover {
		color: #000;
		text-decoration: none;
	}
	
	.blog-article > .blog-article-content {
		margin-top: 30px;
		margin-left: 130px;
	}
	
	.blog-article-content > a {
		display: inline-block;
		color: #054e96;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.25s;
				transition: all 0.25s;
	}
	
	.blog-article-content > a:after {
		display: block;
		border-bottom: 1px solid #8f8f8f;
		content: "";
		-webkit-transition: all 0.25s;
				transition: all 0.25s;
	}
	
	.blog-article-content > a:hover {
		color: #ffba00;
	}
	
	.blog-article-content > a:hover:after {
		border-color: #ffba00;
	}
	
	.blog-article:hover .blog-article-thumbnail a > img {
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
	
	.blog-article-content:before {
		display: table;
		clear: both;
		content: "";
	}
	
	@media (max-width: 991px) {
		
		.blog-article-content {
			margin-top: 50px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.blog-article .date {
			float: none;
			width: 100%;
			border-right: none;
			text-align: left;
		}
		
		.blog-article .blog-article-title,
		.blog-article .blog-article-details,
		.blog-article .blog-article-content,
		.blog-article .blog-article-subtitle {
			margin-left: 0;
		}
		
	}
@media (max-width:360px){
	
}
@media (max-width:640px){
	.loader {	
		position: absolute;
		left: 30%;
		top: 30%;
	}
	.position{
		position: absolute;
		left: 40%;
		top: 56%;
	}
	.navbar-custom.sticky .logo{
		padding: 4px 0 0 10px;
	}
	.navbar-custom.navbar-fixed-top.sticky .navbar-brand img{
		height: 40px;
	}
	.logo img {
		height: 40px;
	}
	.navbar-custom .logo {
		padding: 4px 0 0 10px;
	}
	.navbar-toggle {
		background-color: transparent;
		background-image: none;
		border: 0px solid transparent;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
		border-radius: 4px;
		position: relative;
		float: right;
		padding: 9px 10px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFA217;
	}
	.navbar-custom {
		background: #fff;
	}
	.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: #054e96;
		color: #000;
	}
	.navbar-default .navbar-nav > li > a{
		color:#000;
	}
	.nivo-directionNav{
		display:none;
	}
	.aboutBlock{padding:20px 0;}
	.sec-1{background-size:auto;padding:20px 0;}
	.sec-1 h2{font-size:20px;}
	.sec-1-box {
		background-color: #054e96;
		padding: 20px 20px;
		color: #FFF;
		position: relative;
		top: auto;
		margin: 20px auto 0 auto;
	}
	.productsblock{padding:20px 0;}
	.f-box .icon i {
		position: relative;
		font-size: 24px;
	}
	.top-footer{padding:0}
	.f-box .icon {
		height: 40px;
		width: 40px;
		text-align: center;
		float: left;
		background-color: #8698A7;
		border-radius: 50% 0;
		line-height: 50px;
		margin-right: 5px;
		position: relative;
		top: 25px;
	}
	.page-banner-section{
		padding:26px 0;
	}
	.page-banner-section h1{
		margin:0;
		font-size:22px;
	}
	.inner-section{padding:10px 0;}
	.navbar-custom.sticky .navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.mob-s{
		display: block;
		margin-right: auto;
		margin-left: auto;
		border-radius:50%;
		padding-top:15px;
	}
	.bod-well{padding-bottom:15px;}
}
@media (width:768px){

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

}
