@charset "utf-8";
.error,#textarea_feedback{color: red;font-weight: 300;font-size: 12px;}
.col-pad *, .col-pad *:before, .col-pad *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
html i, html em, html b, html strong, html span {
	-webkit-transition: none;
	transition: none;
}
body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-size: 14px;
	color: #252525;
	height: 100%;
	top: 0 !important;
}
a {
	color: #252525;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none;
	text-decoration: none
}
a:hover, a:focus {
	outline: none;
	text-decoration: none
}
ol, ul {
    list-style: none;
    padding: 0;
}
/*return to top css start*/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	background: rgba(0,0,0,0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
#return-to-top:hover {
	background: rgba(0,0,0,0.9)
}
#return-to-top:hover i {
	color: #fff;
	top: 5px
}
/*return to top css start*/
/*header css start*/		

.logo-section {
padding: 60px 0px 45px 0px;
}
.header-bg {
background-image: url(../images/header-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.social-icon {
    margin-top: 13px;
    text-align: right;
}
.time {
    text-align: right;
    font-size: 15px;
    margin-right: 18px;
    margin-top: 7px;
}
.time a {
    color: #fff;margin-right: 6px;
}
.time a i{margin-right:5px;}
.mail, .call,.mail:hover, .call:hover,.mail:focus, .call:focus{font-size:16px; color:#FFf;margin-right: 25px}
.mail:hover, .call:hover,.mail:focus, .call:focus{color:#FFFF00}
.mail i, .call i{background-image:url(../images/icon-bg.png);    height: 42px;
    width: 40px;
    line-height: 41px;
    padding: 0px 12px;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.contact-box {
    background-color: #101010;
padding: 1px 20px;clear: both;
}
.contact-box h3 {
background-color: #0C184A;
color: #fff;
padding: 15px !important;
text-align: center;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;}
.contact-box form .form-group input, .contact-box form .form-group textarea {
    background-color: #333333;
    color: #fff;
    border-radius: 0;
    border: 0;
	line-height: 27px;
}

.contact-box .btn.btn-default {
    background-color: #0C184A;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
    padding: 10px 41px;
    text-align: right;
    align-content: righr;
}
.menu {
    background-color: #152a7e;
    border-radius: 0px;
    border:0px;
}
.navbar-nav {
    float: left;
    margin: 0;
    color: #fff;
}
.nav > li {
    position: relative;
    display: block;
    border-right:1px solid rgba(255,255,255,0.2);
   
    text-transform: uppercase;
    font-size: 18px;
}
.navbar-nav > li > a{padding:25px 40px;}
.container-fluid {
 padding:0px;margin:0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-collapse{padding:0px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: none;
}
.navbar-default .navbar-nav > li.active > a,.navbar-default .navbar-nav > li.active > a:hover{background:#152A7E;background-image:url(../images/list-icon.png);background-repeat:no-repeat;background-position:center bottom;}
.navbar-default .navbar-nav > li > a:hover{background:#101010;color:#fff;}
/*Draw hexagoanl*/
.hexagon {
  position: relative;
  width: 8em; height: 8em;
  overflow: hidden;
  transform: skewX(30deg)
             scaleY(.866);
}
  .hexagon:before {
    content: "";
    background: red;
    position: absolute;
    width: 100%; height: 100%;
    transform: scaleY(1.155)
               skewX(-30deg)
               rotate(30deg)
               scaleX(.866); 
  }
.send-btn.form-group {
    text-align: right;
}
.content-box {
    /*margin-bottom: 50px;*/padding: 20px 0px 10px 0px;
}
.heading-text {
    width: 100%;
    float: left;
	margin: 20px 0px 30px 0px;
}
.heading-text h2{text-align:center;
font-size:28px;color:#0c184a;font-weight:bold;text-transform:uppercase;
}
.heading-text h2 span {
    border-bottom: 4px double #7d7d7d;
    padding: 0px 10%;position:relative;
	padding-bottom: 10px;
}
.heading-text h2 span::after{content:""; position:absolute;
height:8px; width:79px;background-color:#0c184a; left:0; right:0;top:46px; bottom:0; margin:0 auto;}
.text-body {
    padding: 0px 100px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
.footer-blue {
    background-color: #0C184A;
    padding: 25px 0px;
}
.footer-black {
    background-color: #000000;
    color: #9e9c9c;
    padding-top:5px;
}
.footer-link ul {
    margin: 0px;
}
.footer-link ul li{padding:0px;}
.footer-link ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 15px;
    border-right: 1px solid #fff;
}
.footer-link ul li:last-child a{border-right:0px;}
.footer-icon {
    text-align: right;
}
.footer-icon a {
    color: #fff;
    margin: 0px 12px;
	background-image:url(../images/icon-bg3.png);
	background-repeat:no-repeat;
	padding: 10px 14px;
}
.footer-icon a:hover{ color: #ffff00;}
.service-header {
    background-color: #0C184A;
    margin: 0px;
	padding: 15px 0px;
}
.service-header h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
	font-family: 'lato', sans-serif;
}
.service-footer {
    background-color: #313131;
padding: 6px 7px;
border-radius: 0;float:left;width:100%;
}
.service-block{background-image:url(../images/service-bg.png);padding: 38px 0px;}
 
.testimonial .carousel{background-color:#fff;}
.partners .carousel-inner .carousel-caption{position:absolute;color:#0c184a; font-size:28px; font-weight:bold;text-shadow: none;
padding: 0px;
margin: 0px;
bottom: -60px;
text-transform: uppercase;
left: 0;
right: 0;}
.test-text h4 {
    color: #0c184a;
    font-size: 19px;
    text-align: center;margin: 18px 0;
}
.test-text p{    text-align: center;
    font-size: 16px;margin: 15px;
	font-family: 'lato', sans-serif;}
.grey-text {
    color: #9e9898 !important;

}
.test-text a {
    color: #9e9898;
    text-align: center;
    width: 100%;
    float: left;margin-bottom: 20px;
}
/*news ticker css*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
/*news ticker css*/
/*------------*/
.soci-ico a{background:url(../images/icon-bg2.png);background-repeat:no-repeat;width:40px;height:42px;text-align:center;line-height:40px;display: inline-block;margin:0 20px;}
.soci-ico a i{color:#fff;}
.soci-ico{float:right;margin-bottom:-50px;bottom:-60px;position: relative;z-index: 10;right: 50px;}
.carousel-control img{top:50%;position: absolute;}
.carousel-control.left img{left:20px}
.carousel-caption h3{text-transform:uppercase;}
.service-ticker{list-style:none;padding:0}
.news-item td{vertical-align:top}
.news-item{padding:10px 0;border-bottom:1px solid rgba(0,0,0,0.2);}
.news-item h3,.news-item h3 a{color:#0c184a;font-size:14px;margin-top:0;font-weight:bold;margin-bottom:5px;}
.news-item p{font-size:12px;color:#000000;font-family: 'lato', sans-serif;margin-bottom:0}
.service-icon{padding-right:10px;}
.testimonial .panel-footer{background-color: #313131;padding: 6px 15px;border-radius:0}
.testimonial .panel-footer .pagination > li > a{background:#626262;color:#fff;border:0;border-radius:0;margin-left:2px}
#Partners-carousel .carousel-caption{position:relative;bottom: 0;margin-bottom: 19px;}
#Partners-carousel .carousel-inner{background:url(../images/patners-bg.jpg);border-left:1px solid #ccc;border-right:1px solid #ccc;}
#Partners-carousel .carousel-inner > .item > img{border:6px solid #acacac;margin:0 auto;margin-top:60px;margin-bottom:30px;}
.service-footer a{background: #626262;
color: #fff;
border: 0;
border-radius: 0;
margin-left: 2px;
position: relative; 
padding: 6px 12px;line-height: 1.42857143;}
#testimonial .carousel-inner,#Partners-carousel .carousel-inner{min-height: 302px;}


/*Contact page css starts*/
.contact-map {
    background-color: #fff;
    padding: 10px;
}
.dark-blue {
    color: #152A7E;
    font-weight: bold;
}
i.contact1 {
    background: #152A7E none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    padding: 8px;
    font-size: 18px;
    margin-right: 8px;
}
.contact2 strong {
    color: #152A7E;
    font-weight: normal;
}
.contact2 p, .contact2 a {
    color: #323232;
}
.contact-detail {
    margin-top: 20px;
}
/*Contact page css Ends*/


/*--------------------*/
/* PORTFOLIO */
/*--------------------*/

#portfolio{
	display: inline;
	float: left;
	padding: 30px 0;
	width: 100%;
}
.portfolio-area{
	display: inline;
	float: left;
	width: 100%;
background-color: #fff;
border: 5px solid #ccc;
}
.portfolio-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}
.portfolio-menu{
	display: inline;
	float: left;
	width: 100%;
}
.portfolio-menu ul{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.portfolio-menu ul li {
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	margin: 0 13px;
	padding: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #152A7E;
	padding: 7px 27px;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #37474F;
}
.filter.active {
background-color: #fff;
color: #152A7E;
border: 2px solid #152A7E;
}
.portfolio-container {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}
.single-portfolio {
	display: inline;
	float: left;
	margin-bottom: 18px;
/*	margin-left: 18px;
	width: 23.4%;*/
}
.single-item{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.single-item>img{
	width: 100%;
    display: block;
    height: 290px;
    -webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-item>img:hover{	
	-webkit-transform: scale(1);	
	    -ms-transform: scale(1);	
	        transform: scale(1);	       
}
#mixit-container .mix{
    display: none;
}
.single-item-content { 
	background-color: #000; 
	display: inline;
	opacity: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.portfolio-social-icon {  
	float: left;
	display: inline;
	padding: 110px 50px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-item:hover .single-item-content{
	opacity: 1;	
}
.single-item-content:hover{
	background-color: rgba(0, 0, 0, 0.8);	
}
.portfolio-social-icon a {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 15px;
	margin: 0 8px;
	padding: 12px;  
	text-align: center;
	width: 40px; 
	transform: scale(0.5);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item-content:hover .fancybox,
.single-item-content:hover .link-btn{
	 transform: scale(0.9);
} 
.portfolio-title {
	bottom: 0;
	display:inline;
	opacity: 0;
	left: 0;
	padding-bottom: 12px;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single-item:hover .portfolio-title{
	opacity: 1;
}
.portfolio-title h4 {
	color: #fff7f7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio-title span{
	color: #fff7f7;
	font-size: 12px;
	font-family: "Raleway",sans-serif;
}

/*--------------------*/
/* About Us */
/*--------------------*/
.inner-main {
    background-color: #fff;
    float: left;
    width: 100%;
	padding: 30px 0;
}
.inner-main h1, .inner-main h2, .inner-main h3, .inner-main h4, .inner-main h5, .inner-main h6 {
    color: #152A7E;
}
.jx-section-title-2 .jx-title {
    font-size: 28px;
    font-weight: 600;
    color: #152A7E;
    margin-bottom: 8px;
    line-height: 35px;
    font-family: raleway;
}
.jx-uppercase {
    text-transform: uppercase;
}
.bs-example {
    position: relative;
    padding: 15px;
    margin: 0 -15px 15px;
	border-style: solid;
	margin-right: 0;
margin-left: 0;
background-color: #FFF;
border-color: #DDD;
border-width: 1px;
border-radius: 4px 4px 0 0;
box-shadow: none;}
ul.list-style {
    padding-left: 0;
}
.list-style li {
    padding-left: 20px;
    background: url(../images/list-img.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    list-style: none;
    margin-bottom: 8px;
}
.list-numbered {
    list-style: none;
    margin-left: 0;
    counter-reset: line;
    padding-left: 34px;
}
.list-numbered > li {
    position: relative;
    margin-bottom: 8px;
}
.list-numbered > li::before {
    position: absolute;
    left: -2em;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: .5em;
    background-color: #152A7E;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.51em;
    counter-increment: line;
    content: counter(line);
}
.list-numbered > li a {
    color: #000;
}
.btn-submit {
    font-size: 13px;
     
    line-height: 30px;
padding: 0 17px;;
    display: inline-block;
    text-transform: uppercase;
	    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    outline: none !important;
border: 2px solid #152A7E;
    background: #152A7E;
    color: #fff;
    letter-spacing: .91px;
	border-radius: 5px;
}
.btn-submit:hover, .btn-submit:focus{background-color: #fff;
color: #152A7E;
border: 2px solid #152A7E;}
.btn-grey-submit {
    font-size: 13px;
     
    line-height: 30px;
padding: 0 17px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    outline: none !important;
    border: none;
    background: #595959;
    color: #fff;
    letter-spacing: .91px;
		border-radius: 5px;
		border: 2px solid #595959;
}
.btn-grey-submit:hover, .btn-grey-submit:focus{background-color: #fff;
color: #595959;
border: 2px solid #595959;}
.pagination > .active > a {
    background: #152A7E;
    border: 1px solid #152A7E;
}
#Partners-carousel .carousel-inner > .item > a >img {
    border: 6px solid #acacac;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}
.service-ticker {
    list-style: none;
    padding: 0;
    max-height: 260px;
}