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

/*-- header --*/
.header {
	padding:30px 0;
}
.header_right_contain {
	height:auto;
	width:auto;
	float:left;
	margin-left:30px;
}
.header_grid {
	margin-top:20px;
}
.sicon {
	float:left;
	height: 100%;
    width: 35px;
	margin-top:10px;
}
.sicon i {
	color:#2256e9;
	font-size:20px !important;
}
.sicon_text {
	float:right;
	height: 100%;
    width: auto;
}
.sicon_text span {
	color:#9b9b9b;
}

.feature{


}
.feature li{

	font-size: 17px;
}

/*-- menu --*/
.menu {
	padding:5px 0;
	background:#2256e9;
	border-bottom:2px solid #002aa1 !important;
}
.navbar {
	margin-bottom:0px !important;
	border:0px !important;
	background: inherit !important;
}
/* .navbar-default .navbar-nav > li > a {
    color: #bfbfbf !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
    letter-spacing: 1px !important;
}
.navbar-default .navbar-nav > li + li {
    border-left:1px solid #5a84fa;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff !important;
    background-color: inherit !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color:inherit !important;
} */

.navbar-default {
    background-color: #2256e9 !important;
    border-color: #2256e9 !important;
	
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 0px solid transparent !important;
	z-index:90 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #bfbfbf !important;
	z-index:90px !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
	font-size: 14px !important;
    font-weight: bold !important;
	padding: 15px 30px !important;
}
.navbar-default .navbar-nav > li + li {
    border-left:2px solid #5a84fa !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: inherit !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: inherit !important;
}
.dropdown-menu > li > a {
    text-transform:capitalize !important;
} 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*-- banner --*/
.banner {
	border-bottom:4px solid #002aa1;
}

.inquiry_grid {
	width:100%;
	background:#1e3044;
	padding:20px 0;
}
.inquiry_contain span {
	color:#ccc;
	font-size:20px;
}
.inquiry_button {
	float:right !important;
	border-radius:40px !important;
	padding:15px 50px !important;
}


/*-- welcome --*/
.welcome {
	padding:20px 0;
}
.head h1, .head h2, .head h3, .head h4 {
	font-family: 'Oswald', sans-serif;
}

/*-- gallery --*/
.gallery {
	padding:50px 0 0 0;
}
.prd_box {
	padding:0px !important;
}
.prd_grid {
	position:relative;
	overflow:hidden;
}
.img_overlay {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:0px;
	width:100%;
	background:rgba(0, 53, 203, 0.8);
	overflow:hidden;
	transition:0.5s all ease-in-out;
}
.img_overlay h3 {
	transition:0.5s all ease-in-out;
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	transform:translate(-50%, -50%);
	font-size:20px;
	color:#fff;
}
.prd_grid:hover .img_overlay {
	height:100%;
	transition:0.5s all ease-in-out;
	color:#fff;
}

/*-- footer --*/
.footer {
	padding:20px 0;
	background:#1f2730;
	position:relative;
}
.footer::before {
	content: " ";
    display: block;
    width: 100%;
    height: 141px;
    background: url(../img/footer_bg.png) no-repeat 50% 50%;
    position: absolute;
    top: -90px;
    left: 0%;
}

.footer_head {
	color:#fff;
}
.footer_head h3 {
	color:#fff;
	margin-bottom:30px;
}
.footer_li {
	padding:0px;
	margin:0px;
	list-style:none;
	color:#fff;
}
.rtops {
	margin-top:10px;
}
.sicons {
	padding:0px !important;
}
.sicons2 {
	padding:10px 0 0 0 !important;
}
.sicons i {
	text-align:left;
	height:30px;
	width:30px;
	border-radius:50%;
	border:1px solid #fb2c07;
	margin:1em;
	color:#ff3209;
	text-align:center;
	line-height:30px;
	position:relative;
	top:-10px;
}
.top10 {
	color:#fff;
	padding-left:30px;
}
.footerlis {
	list-style:none;
	padding:0px;
}
.footerlis li {
	margin-top:15px;
}
.footerlis li a {
	color:#fff;
}
.lines1 {
	color:#fff;
	line-height:25px;
}
/*-- //footer --*/

/*-- sub-footer --*/
.subfooter {
	background:#141c25;
	border-top:2px solid #1f3145;
	padding:15px 0;
}
.iconsid {
	color:#ff3209;
	margin-right:10px;
}
.white {
	color:#fff;
}
/*-- //sub-footer --*/




/*-- other --*/
.other {
	padding:50px 0;
}
.other_head {
	
}
.other_head h2 {
	color:#000087;
	font-family: 'Oswald', sans-serif;
	position:relative;
}
.other_head h2::before {
	content:"";
	position:absolute;
	height:2px;
	width:50px;
	background:#000087;
	bottom:-10px;
	left:0px;
	
}
.inquiry_div {
	width:60%;
	margin:40px auto 0 auto;
	
}
.about_contains {
	line-height:25px;
	text-align:justify;
	margin-top:20px;
}
.bordernone {
	padding:0px 5px !important;
	transition: 1s all ease-in-out;
}
.border1 {
	margin:30px 0;
	border:1px solid #ccc;
	position:relative;
	transition: 1s all ease-in-out;
}
.overlay {
	position:absolute;
	height:100%;
	top:0;
	bottom:0px;
	left:0px;
	right:0;
	width:100%;
	transition:0.5s all ease-in-out !important;
	display:none;
}
.text {
  white-space: nowrap; 
  transition: 1s all ease-in-out !important;
  color: #fff;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.border1:hover .overlay {
	background: rgba(34, 86, 233, 0.3);
	display:block;
	transition: 1s all ease-in-out !important;
}


@media only screen and (max-width:768px) {
.dropdown-submenu>.dropdown-menu {
    top: 30px !important;
    left: 0px !important;
	width:100% !important;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background: #2256e9 !important;
	}
	.dropdown-menu > li > a {
    color:#fff !important;
	}
	.dropdown-submenu:focus>.dropdown-menu {
    display: block !important;
	}
}

@media only screen and (max-width:630px) {
	.inquiry_contain {
	width:100% !important;
	}
	.inquiry_button {
		float:left !important;
		padding:10px 30px !important;
		margin-top:30px !important;
	}
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}