@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat|Prata');

/* 
fonts
font-family: 'Montserrat', sans-serif;
font-family: 'Prata', serif;
*/
/* a.twitter {
    display: none!important;
}
*/

body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color: #565656;
}
a, a:hover{ transition: .3s all ease;}
.page-heading{
	font-size: 22px;
    font-weight: bold;
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 10px 0;
    color: #001e5e;
    margin: 0 0 10px 0;
}
.page-heading2{
	font-size: 20px;
    font-weight: bold;
    color: #001e5e;
    margin: 0 0 5px 0;
}
.page-wrapper img{
	max-width:100%;
	height:auto
}

.leftTop{
	float:left;
	margin: 0 15px 15px 0;
 }
 .rightTop{
	float:right;
	margin: 0 0 15px 15px;
 }
 .leftImg{
	float:left;
	margin: 15px 15px 15px 0;
 }
 .rightImg{
	float:right;
	margin: 15px 0 15px 15px;
 }

/*header*/
header{
	margin: 10px 0 0 0;
}
header .navbar-brand{
	padding: 5px 0 5px 0;
	clear: both;
	height: initial;
}

/*Language*/
.lang{ 
	float: left;
	color: #565656
}
.lang .dropdown a.btn{
	padding: 5px 15px !important;
    border-radius: 0 !important;
    background: #e1e1e1 !important;
    color: #333 !important;
}
.lang .dropdown{
	margin-bottom: 15px
}
.lang .dropdown-menu>li>a {
    color: #001e5e;
    padding: 5px 15px;
}
.lang .open>.dropdown-menu {
    display: block;
    min-width: 95px;
    margin: 0;
    padding: 0;
}

/*Social*/
.social{
	position:fixed;
	top:218px;
	z-index:10;
	left:0
}
.social a{
	display:block;
	height: 50px;
	color:#fff;
	font-size:16px;
	margin:0;
	width: 140px;
	clear:both;
	position:relative;
	left: -100px;
	transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.social a,.social a i{
	line-height: 50px;
	float:right;
}
.social a i{
	padding: 0 30px 0 20px;
	background:rgba(0,0,0,.15);
	margin:0 0 0 10px;
}
.social a span{
	float:right;
	text-align:right;
	font-size: 13px;
	font-weight: bold;
}
.social_icons ul li:first-child a,.social a.facebook{
	background:#4362a2
}
.social_icons ul li:first-child a:hover{
	background:#fff;
	color:#4362a2
}
.social_icons ul li:nth-child(2) a,.social a.twitter{
	background:#60b4f0
}
.social_icons ul li:nth-child(2) a:hover{
	background:#fff;
	color:#60b4f0
}
.social_icons ul li:nth-child(3) a,.social a.linkedin{
	background:#007bb6
}
.social_icons ul li:nth-child(3) a:hover{
	background:#fff;
	color:#007bb6
}
.social_icons ul li:nth-child(4) a,.social a.youtube{
	background:#de2c28
}
.social_icons ul li:nth-child(4) a:hover{
	background:#fff;
	color:#de2c28
}
.social_icons ul li:nth-child(5) a,.social a.instagram{
	background:#d10869
}
.social_icons ul li:nth-child(5) a:hover{
	background:#fff;
	color:#d10869
}
.social_icons ul li:nth-child(6) a,.social a.google-plus{
	background:#dd4b38
}
.social_icons ul li:nth-child(6) a:hover{
	background:#fff;
	color:#dd4b38
}
.social a.facebook:hover,.social a.google-plus:hover,.social a.instagram:hover,.social a.linkedin:hover,.social a.twitter:hover,.social a.youtube:hover{
	left:0
}

.supContainer a i{
	color: #ed1c24;
	font-size: 36px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	min-width: 44px;
}
.supContainer a{
	color: #565656;
	float: right;
	margin: 15px 0 0 25px;
	min-width: 265px;
}
.supContainer a h3{
	font-size: 15px;
	margin: 0
}
.supContainer a span{
	font-weight: bold
}

/*Navbar Customization*/
.navbar-default {
    background-color: #093b82;
    border: none;
	margin:11px 0 0 0;
	border-radius: 0
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ed1c24
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background-color: #001e5e
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #001e5e;
}
.navbar-nav>li>.dropdown-menu {
    background: #001e5e;
    min-width: 220px;
}
.dropdown-menu>li>a {
    color: #fff;
	padding: 10px 20px;
	font-weight: bold
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #ed1c24;
}
   
.navbar-default .navbar-right li a{
	position: relative;
	background-color: #001e5e;
	font-size: 28px;
	letter-spacing: 3px;
}
.navbar-default .navbar-right a span{
	clear:both;
	display: block;
	position: absolute;
	background: #ed1c24;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 81px;
	margin: auto;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 2;
	text-align: center;
}
.navbar-default .navbar-right li a:hover {
    background-color: #ed1c24;
}
.navbar-default .navbar-right li a:hover span{
	background: #001e5e;
}


.navbar-toggle {
    background-color: rgb(255, 255, 255);
	border: none
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #093b82
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ed1c24
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
	background-color: #ffffff
}

/*Search*/
.search .form-group{
	position: relative;
	float: right;
	width: 100%;
	margin: 20px 0 0 0;
}
.search input {
    height: 44px;
    border: none;
    float: left;
    line-height: 28px;
    text-align: left;
    padding: 4px 20px;
    margin: 0;
    font-size: 16px;
    background-color: #e1e1e1;
    width: 100% !important;
    border-radius: 24px;
    color:#565656;
}
.search .go {
    border: none;
    height: 44px;
    width: 77px !important;
    border-radius: 0;
    text-align: center;
    position: absolute;
    right: 6px;
    bottom: 0;
    background: url(../../images/searchIcon.png) no-repeat center center ;
	text-indent: 140px;
}
/*Carousel*/
.carousel-caption h2{
	font-size: 6.5rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.carousel-caption p{
	font-size: 2.5rem;
}
.carousel-caption a.btn{
	font-size: 1.5rem;
	padding: 10px 25px;
}
.carousel-indicators {
    bottom: 10px;
    left: inherit;
    width: 12px;
    margin-left: 0;
    text-align: center;
    right: 8%;
	bottom: 44%;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
	background-color: rgb(255, 255, 255);
}
.carousel-indicators .active {
    background-color: #ed1c24;
	border-color: #ed1c24;
	width: 14px;
    height: 14px
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width: 100%
}

/*Bootstrap Customization*/
.btn{
	border-radius: 24px;
	padding: 10px 25px;
	text-transform:uppercase;
	font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #083b82;
    border-color: #083b82;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #001e5e;
    border-color: #001e5e;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #001e5e;
    border-color: #001e5e;
}









/*underBanner*/
.underBanner div{
	padding:0;
	margin:0
}
.view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
    max-height: 300px;
    cursor: pointer;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    max-height: 300px;
    padding: 25px;
}
.view img {
    display: block;
    position: relative;
	max-height: 300px;
    width: 100%;
}
.underBanner h2 {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 35px 0 15px 0;
    background: rgb(8, 59, 130);
    margin: 0;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    font-size: 12px;
    float: left;
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.view-tenth img { 
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s linear;
}	
.view-tenth h2{
    margin: 0;
    color: #fff;
    transition: all 0.5s linear;
    font-size: 32px;
    background: none;
    font-weight: bold;
    position: absolute;
    bottom: -200px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.view-tenth a.info {
    transition: all 0.5s linear;
	 bottom: -200px;
}
.view-tenth:hover img {
	transform: scale(1.5);
	opacity: 1;
}
.view-tenth:hover .mask {
	opacity: 1;
}																			 
.view-tenth:hover h2{
	bottom: 70px;
}
.view-tenth:hover a.info{
	bottom: 40px;
}

/*leftDiv part*/
.leftDiv{
	float: left;
    width: 100%;
}
.leftDiv div{
	margin:0;
	padding:0;
}
.leftDiv .imgCon{
	min-height: 520px;
	position: relative;
	overflow: hidden;
}
.leftDiv .imgCon .details{ position: absolute;bottom: 30px;color: #fff;left: 30px;}
.leftDiv .imgCon{ transition: all 0.5s linear;}
.leftDiv .imgCon img{ transform: scaleY(1); transition: all 0.7s ease-in-out;}
.leftDiv .imgCon:hover img{  transform: scale(1.5); transition: all 0.5s linear;}
.leftDiv .imgCon .details h3{ font-family: 'Open Sans', sans-serif;font-size: 50px;font-weight: bold;text-transform: uppercase;
   text-shadow: 1px 1px 1px rgba(0,0,0,1)}
.leftDiv .imgCon .details p{ text-shadow: 1px 1px 1px rgba(0,0,0,1);font-size:30px;margin: 0;font-weight: bold;}
.leftDiv .imgCon .details a.btn{
	font-size: 16px;
	margin: 10px 0 0 0;
}
.leftDiv .img-responsive{
	width: 100%;
	height: 100%;
	position: absolute;
}
.ind-pro{
	padding: 50px 30px 20px !important;
	min-height: 520px;
}
.header-pro-ind{
	color:#ed1c24;
	font-size: 20px;
	text-transform:uppercase;
}
.header-pro-ind h4{
	font-weight: bold
}
.header-pro-ind span{
	color: #083b82;
	font-size:36px;
	clear: both;
	display: block;
	margin: 10px 0 10px;
	font-weight: bold;
}
.ind-pro .owl-item{
	border: 1px solid #dbdbdb;
	padding: 15px 10px;
}
.ind-pro .owl-carousel .owl-item img {
    width: 111px;
	max-width: 100%;
	margin: 0 auto;
}
.ind-pro .owl-carousel .owl-item h4{
	font-size: 15px;
	text-align:center;
	font-weight: 100;
	line-height: 25px
}
.ind-pro .owl-carousel .owl-item h5{
	text-align: center;
	color: #ed1c24;
	font-size: 18px;
	margin: 15px 0 10px 0;
}
.ind-pro .owl-item a.btn{
	font-size: 11px;
	margin: 0 auto;
	display: block;
	width: 110px;
	padding: 7px
}
.ind-pro .owl-carousel .owl-dots div{
	display:none
}
.ind-pro .owl-theme .owl-nav [class*=owl-], .ind-pro .owl-theme .owl-nav [class*=owl-]:hover {
    background: #083b82;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
	line-height: 17px;
    font-weight: bold;
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
	top: 145px;
    position: absolute;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:22px
}
.owl-theme .owl-nav .owl-prev{
	left: -20px;
}
.owl-theme .owl-nav .owl-next{
	right: -20px;
}

/*rightDIv part*/
.rightDIv .imgCon .details {
    right: 30px;
	left:auto !important
}
.rightDIv .imgCon .details h3{
	text-align: right;
}
.rightDIv .imgCon .details a.btn {
    float: right;
}


/*divblo*/
.divblo img{
	width: 100%
}

/*available*/
.available h2{
	font-size: 38px;
	font-weight:bold;
	color: #093b82;
	text-transform: uppercase;
	border-right: 6px solid #093b82;
	padding: 0 15px 0 0;
}
.available ul.list-group{
	list-style:none;
	float: left;
	width: 100%;
}
.available ul.list-group li{
	float: left;
	width: 30%;
	text-align: center;
	margin: 35px 0 0 5%;
}
.available ul.list-group li:first-child{
	margin-left: 0
}
.available ul.list-group li img{
	max-width: 100%;
	height:auto
}

#Bottom { background-color: #093b82; color:#fff; padding: 70px 0 50px; margin: 30px 0 0 0}
#Bottom .container .row aside{ margin: 0 0 30px 0}
#Bottom h1, #Bottom h2, #Bottom h3, #Bottom h4, #Bottom h5, #Bottom h6 { color:inherit}
#Bottom h3.widget-title {font-family: 'Open Sans', sans-serif;font-size: 22px;font-weight: bold;margin: 0 0 40px 0;text-transform: uppercase;position:relative;}
#Bottom h3.widget-title:after{width: 45px;height: 5px;background:rgba(255,255,255,1.00);content: "";position: absolute;bottom: -20px;left: 0;}
#Bottom p {color: #fff;font-family: sans-serif;}
#Bottom .textwidget p a{color: #26a2ff;font-weight: bold;margin: 20px 0 5px 0;float:left;clear:both;display:block;width: 100%;}
.social-links .btn[class*="icon"]::before{ margin-right: 0;}
#Bottom .rpwe-block  .item + .item { margin-top:20px;}
#Bottom .post-title { font-size:15px; margin-bottom:15px;}
#Bottom ul.menu { margin:0; padding:0}
#Bottom ul.menu li {display:block;margin-bottom: 5px;}
#Bottom ul.menu li a {padding: 3px 0;color: #fff;text-transform: capitalize;}
#Bottom ul.menu li a:hover{color: #ffffff;}
#Bottom ul.menu li:before {font: normal normal normal 10px/1 FontAwesome;content: "\f111";margin-right: 8px;}
#Bottom ul.menu2 li:before{ display:none}
#Bottom ul.menu2 li { display: block; margin-bottom: 15px;}
#Bottom ul.menu2 li i{ margin-right: 8px;}
.bottommenu{background: #001e5e;}
.copyright{padding-top: 5px;color: #ffffff;margin: 25px;text-align: center;}
.copyright a{color: #26a2ff;text-decoration:none;}
.copyright a:hover{color: #fff}

/*Bottom social*/
.bottomsocial{
	display: inline;
	font-size: 20px;
	color: #C59E47;
}
.bottomsocial>a{
	color: #ffffff;
	padding-right: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
}
.bottomsocial>a:hover{
	color: #ed1c24;
}
.bottomsocial>a>i{
	margin-bottom: 20px;
}

/*Back to top*/
.goup-container{
    width: 48px!important;
    height: 48px!important;
    background: rgb(0, 30, 94)!important;
    border-radius: 0 !important;
}
.goup-arrow{
    padding-top: 12px !important;
    border-width: 6px 11px 11px !important;
}

/*Pages*/
/*Breadcrumb*/
.headerImage{
	background: #c6eaea;
	margin: 0 0 45px 0;
}
.p-tb80 {
    padding-top: 35px;
    padding-bottom: 0;
    margin: 0;
}
.page-heading ul{
	padding:0;
	margin:0
}
.page-heading ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    color: #093b82;
}
.page-heading ul li a {
    font-weight: bold;
    color: #093b82;
    padding-right: 10px;
}
.page-heading ul li:after{
	content:"/"	
}
.page-heading ul li:last-child a{
	cursor:default;
	text-decoration:none
}
.page-heading ul li:last-child:after{
	content:""
}
.page-heading h2 {
    font-family: 'Prata', serif;
    font-size: 38px;
    color: #ed1c24;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
    border: none;
    letter-spacing: -1px;
}
.page-heading h2:after {
    content: '';
    width: 45px;
    height: 5px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #ed1c24;
}

/*paingination*/
.pagination {
    margin: 15px 0 0;
    border-top: 1px solid #ddd;
    padding: 15px 0 10px;
    width: 100%;

}
.pagination>li>a, .pagination>li>span {
    color: #001e5e;
	padding: 10px 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #093b82;
    border-color: #093b82;
	padding: 10px 15px;
}







.margintop-35px{
	margin-top: 35px;
}
.marginbottom-14px {
    margin-bottom: 14px;
}
.replcingPadding {
    padding-left: 6px;
    padding-right: 6px;
}

.form-inline .form-control, .width-100-per {
    width: 100%;
}
.form-inline input[type="text"], .form-inline input[type="submit"], .form-inline input[type="Reset"]{
    min-height: 40px;
}
.form-inline input[type="text"], .form-inline textarea {
    border: none;
    border-color: #fff;
    min-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: none;
    -webkit-transition: none;
    border-radius: 0;
    color: #000;
    padding: 0;
}

/*Products page*/
.proItem{
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 0 20px 0;
	position: relative;
}
.proItem img{
	width: 100%;
	height: inherit;
}
.proItem h2{
	color: #001e5e;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	min-height: 60px;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ddd;
}
.proItem .cont{
	  float: left;
	  width: 100%;
	  height: 100%;
}
.proItem .price{
	font-size: 16px;
    margin: 10px 0 0;
    padding: 8px 10px;
    background: #001e5e;
    color: #fff;
    font-weight: bold;
}
.proItem .price span{
	border-left: 3px solid #fff;
	float: right;
	width: 50%;
	padding: 0 0 0 10px;
}

.proItem .cont div, .proItem .cont div div.ic{
	opacity: .0;
}
.proItem .cont div:hover, .proItem .cont div:hover div.ic{
	opacity: 1
}
.proItem .cont div div.ic a{
	margin-top: 255px;
}
.proItem .cont div div.ic a:hover{
	background: #c1141b;
}
.proItem .cont div div.ic a.link{
	margin-top: -255px;
}
.proItem .cont div:hover div.ic a , .proItem .cont div:hover div.ic a.link{
	margin-top:0
}
.proItem .cont div{
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.67);
	position:absolute;
	top: 0;
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
}
.proItem .cont div div.ic{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 105px;
	height: 55px;
	background: none;
	color:#FFFFFF;
	font-size: 20px;
	overflow: hidden;
}
.proItem .cont div div.ic a.link{
	float: right
}
.proItem .cont div div.ic a{
	text-decoration:none;
	float:left;
	color:#FFFFFF;
	background: #ed1c24;
	padding: 14px;
}
.width-100per{ width: 100%}

.ekko-lightbox .modal-dialog .modal-content .modal-header{ background-color: #093b82;}
.ekko-lightbox .modal-dialog .modal-content .modal-header h4.modal-title{
	color:#fff;
	font-weight:bold;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close {
    filter: alpha(opacity=100)!important;
    opacity: 1 !important;
    color: #fff !important;
}

#default> img{ width:100% !important}
.xzoom-preview {
    background: #fff;
}
.proDet h1{
	color: #093b82;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 25px 0;
	font-weight: bold;
}
.proDet h2{
	color: rgb(255, 255, 255);
	background: #ed1c24;
	padding: 10px 25px;
	font-size: 18px;
	float: left;
	font-weight: bold;
}

.owl-carousel .owl-item img {
    height: initial;
}
.proDetItem .owl-carousel .item img{
	width: 70%;
    margin: auto;
}
.proDetItem .owl-carousel .item h4 {
    color: #001e5e;
    line-height: 26px;
}
.proDetItem .owl-carousel .item h5 {
    font-size: 20px;
    margin: 25px 0 10px 0;
	font-weight: bold
}
.proDetItem .owl-theme .owl-nav [class*=owl-] {
    background: #093b82;
}
.proDetItem .owl-theme .owl-dots .owl-dot span {
	display: none
}
.proDetItem .owl-theme .owl-nav{
	width: 27px;
    position: absolute;
    right: 0;
    top: -65px;
}
.proDetItem .owl-theme .owl-nav .owl-prev, .proDetItem .owl-theme .owl-nav .owl-next{
	border-radius: 0 !important;
	top:0
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #001e5e !important;
}
.xzoom-thumbs a{text-decoration:none}
.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(237, 28, 36);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
    box-shadow: 0px 0px 3px 0px rgb(237, 28, 36);
    border: 1px solid #ed1c24;
}

/*gallery page*/
.gallery .col-lg-3{
	padding: 0
}
.gallery .col-lg-3 .proItem{
	border: none;
	padding:0;
	margin: 0;
}
.gallery .col-lg-3 .proItem h2{
	border: none;
	margin:0
}
.gallery .col-lg-3 .proItem img{
	height: 260px;
    width: 100%;
}
.gallery .col-lg-3 .proItem .cont h2{
	color: #fff;
	margin: 30px 0 10px 0;
	font-size: 20px;
}


/*Careers page*/
.career{
	background: #f2f2f2;
    padding: 30px;
}
.career .form-control1{
    border: 1px solid #e0e0e0;
    padding: 7px 14px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-weight: 100;
    height: 42px;
    margin: 0 0 10px 0;
}
.career textarea.form-control1{height: inherit;}
.career label{ display: none;}
.career .input-group .form-control {
    min-height: 42px;
}
.career .input-group .form-control  .file-caption-name {
    border: none;
}
.career .fileinput-cancel-button, .career .file-footer-buttons, .career .file-upload-indicator{
	display:none
}


/*Clients page*/
.fh5co-staff div{
	height: 165px;
	position: relative;
}
.fh5co-staff div img{
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: initial;
	margin: 0 auto;
	text-align: center;
}
.fh5co-staff h2{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 48px;
}

/*not-found*/
.not-found{
	margin: 3em 0 9em;
	text-align:center;
}
.not-found h1{
	color: #001e5e;
}
.not-found h1 span{
	display: block;
    font-size: 80px;
    margin-bottom: 15px;
    color: #ed1c24;
}
.not-found h4{
	line-height: 28px;
}
#map{
	min-width: 500px;
	min-height: 300px;
	width: 100%;
}





/*Responsive Css Code*/
@media only screen and (min-width:200px) and (max-width: 1200px) {
	.available h2 {
    	font-size: 25px;
	}
}
@media only screen and (min-width:200px) and (max-width: 990px) {
	.header-pro-ind h4{
		font-size: 14px;
	}
	.header-pro-ind span {
		font-size: 26px;
	}
}

@media (max-width: 480px){
	.available h2{
		border: none ;
		font-size: 30px
	}
	.available ul.list-group li{
		width: 100%
	}
	.carousel-caption{
		display: none
	}
}

@media (min-width: 768px){
	.lang .hideItem{ display: none}
	.navbar-default .container{
		padding: 0
	}
	.navbar-right {
		margin-right: 0;
	}
	
	.carousel {
		position: relative;
		max-height: 635px;
		overflow-y: hidden;
	}
	.carousel-caption {
		padding-bottom: 16%;
		text-align: left;
		right: 10%;
		left: 10%;
	}		
}

@media (max-width: 767px){
	.lang .hideItem{
		float: right;
		color: #ed1c24;
		font-weight: bold;
		font-size: 22px;
		display: block;
	}
	.lang .hideItem span{
    	color: #0a3883;
    	font-size: 14px;
 	}
	.navbar-right{
		display: none
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		padding: 10px 25px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: #001e5e;
	}
	.leftDiv .img-responsive{
	}
	
	.leftDiv .imgCon .details{
		bottom: 30px;
		opacity: 1;
	}
	
	.available h2 {
    	border: none !important
	}
	header .navbar-brand {
		float: none;
		width: initial;
		margin: 0 auto;
	}
	header .navbar-brand>img{
		width: auto;
		margin: 0 auto;
		display: block;
		clear: both;
	}
	.carousel-caption {
		bottom: 25%;
	}
	.carousel-caption h2 {
    	font-size: 3.5rem;
	}
	.carousel-caption p {
		font-size: 2rem;
	}
	.carousel-caption p {
		font-size: 2rem;
	}


}



/* Start of Menu to Mobile */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-nav>li>.dropdown-menu {
		min-width: 100%;
		position: relative;
	}
}
/* End of Menu to Mobile */


