@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,500i,700,700i');

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, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; font-family: 'Lato', sans-serif; font-size:15px; color: #000; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html {-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
a { text-decoration: none; }
body {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  width: 100%;
}
span { color: #1A86CA; }
ul { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/*---Additional Form resets---*/
button, input[type="button"] { background: none; }
:required { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none;}
/*---Typographic Styling---*/
em, i { font-style: italic; }
u { text-decoration: underline; }
pre, code { font-family: Monaco, Courier, monospace; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after, { content: "";}
/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] { cursor: pointer; }
input[type="submit"], input[type="button"], button {
    -webkit-appearance: none;
    background: #285793;
    width: 120px;
    height: 40px;
    outline: none;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover{
  opacity: 0.8;
}
/*---Misc. Element Styling---*/
img { -ms-interpolation-mode: bicubic; }
.linksiz { font-size: 19px; line-height: 30px; }
/* Proper box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* General styles */
::selection {background: #eb8f00;color: #fff;}
::-moz-selection { background:#eb8f00; color:#fff;}
::-webkit-selection { background:#eb8f00; color:#fff;}
a { text-decoration: none; color: #327D9D;
  -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s; }
a:hover { }
a:active { }
a:visited { }
address { }
aside { }
b, strong { }
blockquote { }
button { cursor: pointer; }
button:hover { }
button:active { }
caption, th, td { vertical-align: top; }
h1, h2, h3, h4, h5, h6 {font-family: 'Ubuntu', sans-serif;  }
h1 { font-size: 40px; font-weight: 700; line-height: 46px; margin-bottom: 26px;  }
h2, h3, h4, h5, h6 { font-size: 24px; font-weight: 700; line-height: 39px; margin-bottom: 22px;}
.heading { font-size: 24px; font-weight: 700; line-height: 39px; margin-bottom: 22px; text-transform: uppercase; }
h6 { }
i, em { }
img { height: auto; max-width: 100%; }
input, select, textarea {font-size: 13px; }
input[type="text"], input[type="phone"], input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 42px;
  padding: 4px 18px;
  width: 100%;
}
input[type=radio] { }
input[type=checkbox] { }
label { }
li { }
p { line-height: 26px; margin: 0 0 27px; }
select { }
select option { }
table { border: 0; border-spacing: 0; empty-cells: show; }
textarea { height: 153px; resize: none; width: 100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding:12px 18px; font-size: 12px; font-weight: normal; border: 1px solid #ccc; color:#666; margin: 0;vertical-align: top; }
ul, ol { margin:0;padding:0;}
.m0 { margin: 0px 0px 0px 0px; }
.wid:after, .wid:before, ul:after, ul:before, .social:after { display: block; content: ""; clear: both; }
::-webkit-input-placeholder {opacity: 1;color:#acacac;}
:-moz-placeholder {opacity: 1;color:#acacac;}
::-moz-placeholder {opacity: 1;color:#acacac;}
:-ms-input-placeholder {opacity: 1;color:#acacac;}
*, :before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hidecal { display:none; }
a.phn {    display: inline-block;    font-weight: bold;    font-size: 20px;}
a{text-decoration: none !important;}
.rcapcha { border-radius: 3px; height: 75px; margin: 0 auto 6px; overflow: hidden; width: 100%; }
/*##########################################    Menu    ##############################################################*/
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0px;
    padding: 15px 0;
}
.Logo img {
    width: 250px;
}
.Logo {
    display: inline-block;
}
.menu {
    float: right;
    display: inline-block;
    padding-top: 48px;
}
#banner-sl li{
  position: relative;
}
.bannrCnt h1 {
    /* background: #949749; */
    background: linear-gradient(to right, #949749, rgba(255,255,255,0));
    padding: 25px 80px;
    line-height: normal;
    display: block;
    width: 500px;
    font-size: 32px;
    color: #fff;
}
.bannrCnt {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 1111;
    left: 0px;
}
.bannrCnt .container{
  width: 100%; padding: 0px;
}
.banner ul.lSPager.lSpg{
  display: none;
}
.container{
  width: 1230px;
}
.Bacol1Cvr {
    padding: 100px 80px;
    background: #0d4676;
    margin-top: 80px;
    border: 1px solid #0d4676;
}
.Bacol1Cvr1 {
    padding: 100px 80px;
    background: #ebd900;
    border: 1px solid #ebd900;
}
.Bacol1Cvr .Bahed, .Bacol1Cvr p, .Bacol1Cvr a{
  color: #fff;
}
.Bacol1Cvr a{
  text-decoration: underline !important;
}
.Bacol1Cvr1 a{
  text-decoration: underline !important; color: #000;
}
.BaCnt {
    line-height: 30px;
    font-size: 16px;
    display: block;
}
ul#banner-sl li:before {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
}
section.abt .col-lg-6 {
    padding: 0px;
}
section.abt {
    padding: 100px 0;
}
section.HmSec1 {
    background: #0d4676;
    padding: 70px 0;
    text-align: center;
}
.Bahed {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 20px;
}
section.in-Contnt {
    padding: 60px 0;
}
footer {
    background: url(../images/bg-footer.jpg);
    padding: 0px 0 0;
height: 100vh;
    background-size: cover;
    background-position: center;
}
.ftr {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lst-foter{
  padding: 20px 0;
}
.ColsHed {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 30px;
    text-transform: uppercase;
}
footer{
  position: relative;
}
footer li{
  color: #fff; line-height: 28px; margin: 0 0 15px;
}
footer a{
  color: #fff; line-height: 28px;
}
footer span{
  color: #fff; line-height: 28px;
}
footer dt, footer dd{
  color: #fff; line-height: 28px;
}
.lst-foter {
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
}
.lst-foter div{
color: #fff;
}
footer .box2 li {
    width: 49%;
    display: inline-block;
}
section.HmSec3.wow.fadeIn {
    position: relative;
}
.GoTop {
    position: absolute;
    z-index: 11;
    bottom: -50px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 30px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px #000;
}
.GoTop a{
  color: #000;
}
.HmSecHed {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #fFf;
}
.HmSecCnt {
    color: #fff;
}
.SldImg img {
    height: 350px;
    object-fit: cover;
}
.map iframe{
  width: 100%;
  height: 350px;
}
.frmcvr {
    margin: 0 0 50px;
}
ul.ConFrmInn li {
    margin: 0 0 20px;
}
.DvRgt li {
    margin: 0;
    padding: 30px;
    box-shadow: 0px 7px 14px 4px #eeeeeeb3;
}
.in-Contnt h1 {
    font-size: 28px;
}


.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
	position: relative; margin-top: -17px;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 0px;
	width: 40%;
	color: #fff;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    font-weight: 400;
    color: #fff;
}
/* Nariko */
.input--nariko {
    overflow: hidden;
    padding-top: 20px;
}

.input__field--nariko {
    width: 100%;
    background: transparent;
    opacity: 0;
    padding: 0.35em;
    z-index: 100;
    color: #fff;
    height: 44px;
    padding: 0 15px;
}

.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	color: #8E9191;
	padding: 0 0em;
}
.input--filled .input__label--nariko::before {
  	border-top:0px solid rgba(0,93,164,0.5);
  	border-bottom:1px solid rgba(255,255,255,0.5);
}
.contact_page textarea.input__field--nariko {
    padding: 10px 15px;
    color: #000;
    height: 95px;
}
.contact_page .input__label--nariko::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    top: 103%;
    left: 0;
    background: rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.7);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.contact_page .textarea_lb.input__label--nariko::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 9em;
    top: 101%;
    left: 0;
    background: rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.7);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.contact_page .input--filled .input__label-content--nariko {
    padding: 16px 10px 11px;
    right: 0;
    right: 0px;
    left: auto;
    position: absolute;
    width: auto;
    background: transparent;
    z-index: 11111;
    top: -5px;
    color: #000 !important;
    width: 120px;
    text-align: right;
    transform: translate3d(0, -3.3em, 0) scale3d(1, 1, 1) !important;
    font-size: 13px;
}
.contact_page .input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    font-weight: 400;
    color: #666;
}
.contact_page .input__field--nariko {
    width: 100%;
    background: transparent;
    opacity: 0;
    padding: 0.35em;
    z-index: 100;
    color: #000;
    height: 44px;
    padding: 0 15px;
}
.input__label--nariko::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4em;
	top: 105%;
	left: 0;
	background:rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.4);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input--filled .input__label-content--nariko {
    padding: 16px 10px 11px;
    right: 0;
    right:0px;
    left: auto;
    position: absolute;
    width: auto;
    background: transparent;
    z-index: 11111;
    top: -5px;
    color: #fff !important;
    width: 120px;
    text-align: right;
    transform: translate3d(0, -3.3em, 0) scale3d(1, 1, 1) !important;
    font-size: 13px;
}
.input__label-content--nariko {
	padding: 0.5em 0;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	transition: opacity 0s 0.4s;
}

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -4.4em, 0);
	transform: translate3d(0, -4.4em, 0);
}

.textarea_lb.input__label--nariko::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 9em;
	top: 101%;
	left: 0;
	background:rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.4);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input--filled .textarea_lb.input__label--nariko::before {
	border-top:0px solid rgba(0,93,164,0.5);
	border-bottom:2px solid rgba(255,255,255,0.5);
}
.textarea_lb.input__field--nariko:focus + .textarea_lb.input__label--nariko::before,
.input--filled .textarea_lb.input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -8.9em, 0);
	transform: translate3d(0, -8.9em, 0);
}

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
	color: #6B6E6E;
	-webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
	transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);

}
label.input__label.textarea_lb.input__label--nariko .input__label-content--nariko{
    padding: 60px 0;
}
textarea.input__field--nariko {
    padding: 10px 15px;
    color: #fff;
    height: 95px;
}
ul.cnForm li {
    margin: 0 0 35px;
}
section.in-Contnt .pd-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
@media screen and (min-width: 1600px) {
.inner-banner > img{width: 100%}
.banner .item img{
    width: 100%;
}
.carousel-caption {
    bottom: auto;
    left: auto;
    margin-top: -35px;
    padding-bottom: 30px;
    right: 0;
    text-align: left;
    top: 50%;
    width: 100%;
    position: absolute;
}
}








@media only screen and (min-width : 320px) and (max-width : 480px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 375px) and (max-width : 667px) {
	body {-webkit-text-size-adjust: none;}
}


@media only screen and (max-width:1230px) {
.container{
  width: 100%;
  padding: 0 15px;
}
}


@media only screen and (max-width:1200px) {

}




@media only screen and (max-width:768px) {

section.banner li img {
    height: 100vh;
    object-fit: cover;
}
section.abt {
    padding: 0;
}
.Bacol1Cvr {
    padding: 100px 80px;
    background: #0d4676;
    margin-top: 0;
    border: 1px solid #0d4676;
}

footer {
    position: relative;
    height: auto;
}
.ftr {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.lst-foter {
    padding: 20px 0;
    position: static;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
}
.Logo img {
    width: 150px;
}
.menu {
    float: right;
    display: inline-block;
    padding-top: 3px;
}
.bannrCnt h1 {
    /* background: #949749; */
    background: linear-gradient(to right, #949749, rgba(255,255,255,0));
    padding: 25px 30px;
    line-height: normal;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
}
section.inner-banner img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.DvLft {
    padding: 30px 0;
}
}
