@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	/*font-size:14px;*/
	color:#3c3c3c;
	background-color: #ddd;
	text-align:justify;
}
a {
	color:#2C3253;
	outline:none;
	text-decoration:none;
}
a:hover {
	outline:none;
	text-decoration:underline;
}
a:focus {
	outline:none;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
::-moz-selection {
    text-shadow: none;
    background: #05abe8;
	color:#fff;
}
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	outline:none;
}
::selection {
    text-shadow: none;
    background: #05abe8;
	color:#fff;
}
a:hover, a:focus {
    color: #CC0000;
    text-decoration: none;
}
.wrapper, .wrapper-new {
	margin-left: auto;
	margin-right: auto;
}
.wrapper:before, .wrapper:after, .row:before, .row:after, .wrapper-new:before, .wrapper-new:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrapper:after, .row:after, .wrapper-new:after {
	clear: both;
}
.wrapper {
    background:#fff;
    margin: 0 auto;
    width: 100%;
}
#page {
	width:100%;
	padding: 0;
}
#header {
	width:100%;
}
.top-bar {
    background-color: #001f4e;
    color: #ffffff;
	padding:15px 30px;
}
.call-txt {
	float:left;
	padding-top:5px;
}
.social {
	float:right;
}
.social a {
	display:inline-block;
	margin:0 5px;
}
.logo {
	width:386px;
	margin:40px auto;
}
.nav {
    background: #001f4e none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
    width: 100%;
}
.nav ul {
	list-style:none;
	text-align:center;
}
.nav ul li {
	display:inline-block;
	position:relative;
}
.nav ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
}
.nav ul li a:hover, .nav ul li.current-menu-item a {
    color: #3b86b0;
}
.nav ul li ul {
	background:#fff;
	border-top:3px solid #3b86b0;
	text-align:left;
	min-width: 140px;
    left: 0;
    position: absolute;
    top: 100%;
	display:none;
    z-index: 10001;
}
.nav ul li ul li {
    padding: 0;
    position: relative;
    white-space: nowrap;
	display:block;
}
.nav ul li ul li a {
	padding:8px 12px;
	line-height:1.4em;
	border-bottom:1px solid #eee;
	display:block;
	color:#555;
}
.nav ul li:hover ul {
	display:block;
}
.cright{
float:right;
margin-left:20px;
margin-top: -102px;
margin-right:20px;
}
.cb{

clear:both;
}
.slider {
	margin-bottom:40px;
	height:340px;
	position:relative;
}
.video {
	width:100%;
	height:338px;
	right:30px;
	top:0;
}
.video img {
	max-width:100%;
	height:340px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.rowspan {
	margin-left:-15px;
	margin-right:-15px;
}
#container {
	padding-left:30px;
	padding-right:30px;
}
.text-box {
	margin-bottom:30px;
}
.text-box h1 {
	font-size:26px;
	margin-bottom:20px;
}
.text-box h1 span {
	color:#001f4e;
}
.text-box p {
	line-height:1.7;
}
.gray-box {
	border:2px solid #ccc;
	border-radius:8px;
	padding:20px;
	text-align:center;
	margin-bottom:20px;
}
.gray-box h2 {
	font-size:20px;
	margin-bottom:20px;
}
.c-img img {
	margin:0 7px;
	max-width:100%;
	height:auto;
}
.section {
	padding:30px 0;
}
.section h2 {
    border-bottom: 2px solid #001f4e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
	text-transform:uppercase;
}
.thumb {
	border:1px solid #ebebeb;
	padding:6px;
	width:100%;
	margin-bottom:20px;
}
.thumb img {
	width:100%;
}
.section p {
    color: #5c5c5c;
    line-height: 1.6;
    text-align: justify;
}
.video2 {
	width:100%;
}
.why-us-box {
    margin-bottom: 30px;
    min-height: 270px;
}
.why-us-box h3 {
	font-size:17px;
	font-weight:bold;
	color:#001f4e;
	text-align:center;
	margin-bottom:20px;
}
.jcarousel-control-prev,
.jcarousel-control-next, .carousel-control.left, .carousel-control.right {
    position: absolute;
    top:0;
    width: 40px;
    height:38px;
    text-align: center;
    background: url(../images/arrows3.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	bottom:0;
	margin:auto;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover, .carousel-control.left:hover, .carousel-control.right:hover {
	opacity: 1;
}
.jcarousel-control-prev, .carousel-control.left {
    left:-1px;
	outline:none
}
.jcarousel-control-next, .carousel-control.right {
    background-position: -40px 0;
    outline: medium none;
    right: 0;
}
.jcarousel-wrapper {
    margin:0 auto;
    position: relative;
}
.jcarousel {
    margin: 0 auto;
    max-width:1080px;
    overflow: hidden;
    position: relative;
	padding:20px 0;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    height: auto;
    margin: 0;
	text-align:center;
}
.jcarousel li a {
	display:block;
	text-decoration:none;
}
.jcarousel li img {
    border: 1px solid #e2e2e2;
    height: 115px;
    padding: 5px;
    width: 134px;
	transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.jcarousel li img:hover {
	transform: scale(1.06);
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06);
	-ms-transform:scale(1.06);
}
.cntrl-nav {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%;
}
#footer {
	background:#001f4e none repeat scroll 0 0;
	padding:30px 0;
}
.foot-nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #3c3c3c;
    margin-bottom: 30px;
}
.foot-nav.nav li a {
	color:#fff;
}
#footer p {
	text-align:center;
	color:#fff;
	font-size:13px;
}
.nopadd {
	padding:0 !important;
}
.inn-container {
	padding-top:40px;
}
.gray-box {
	line-height: 1.7;
}
.c-img {
	margin-bottom:20px;
}
.bulletul {
	margin:30px 0;
}
.bulletul li {
    background: rgba(0, 0, 0, 0) url("../images/icon-bullet.png") no-repeat scroll 15px 9px;
    border-bottom: 1px dashed #c3c3c3;
    color: #0d83b0;
    list-style: outside none none;
    padding: 8px 0 8px 42px;
}
.bulletul li:hover {
    background: #2ca2cf url("../images/icon-bullet.png") no-repeat scroll 15px 9px;
    color: #fff;
}
.inn-container p strong {
	font-weight:bold;
}
.fontred {
    color: #cc0000;
}
.borderall {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 4px;
}
.tabletd {
    background: #888 none repeat scroll 0 0;
}
.tabletd td {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 5px;
}
.headinggallery {
    border-bottom: 1px solid #e2e2e2;
    clear: both;
    color: #000066;
    float: left;
    font-size: 14px;
    height: 42px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 220px;
}
.bordertable img {
    border: 1px solid #e2e2e2;
    padding: 4px;
}
.tablequality img {
    border: 1px solid #e2e2e2;
    height: 200px;
    padding: 4px;
    width: 300px;
}
.borderall {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 4px;
}
.inn-container h2 {
    font-size: 20px;
}
.imgcon {
    float: left;
    height: 285px;
    margin: 5px;
    width: 245px;
}
.contact-details h4 {
    border-bottom: 1px solid #ccc;
    color: #001f4e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.contact-details p {
	margin-bottom:5px;
}
.contact-details p strong {
	color:#0d0d0d;
}
#navbtn{ 
	background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll center center;
	display: none;
	height: 33px;
	margin: 10px auto;
	overflow: hidden;
	text-indent: -99999px;
	top: 0;
	width: 30px;
}
.menu-footer-menu-1-container {
    border-bottom: 1px solid #3c3c3c;
    padding: 0 20px 20px;
}
.menu-footer-menu-1-container ul {
    text-align: left;
}
.menu-footer-menu-1-container li {
    width: 24%;
}
.menu-footer-menu-1-container a {
    line-height: 36px !important;
}
.welcome-img-in img {
	max-width:100%;
	height:auto;
}
.service h3 {
    font-size: 17px;
    font-weight: bold;
    color: #001f4e;
    text-align: center;
    margin-bottom: 20px;
}
.contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-control {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #111;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 12px;
    width: 100%;
	font-family: 'Lato', sans-serif;
}
.form-control.textarea {
    height: 160px;
    padding: 12px;
}
.btn {
    background: #001f4e none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
}







 /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
        }

        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }





