/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  color:#000;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  max-width:100%;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
ul {
  margin:0;
}
a {
  color:#01a1dd;
  outline: 0;
}
a:hover{
  color:#0657A8;
}
a:hover,a:focus {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 25px 0 25px 0;
  font-size: 44.4px;
  font-weight: bold;
  text-shadow: 5px 2px 6px #000;
}
h2 {
  margin: 0px 0 30px;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 5px 2px 6px #000;
}
h3 {
  margin: 15px 0;
  font-size: 2em;
  color: #18599D;
}
h4 {
  margin:30px 0 15px;
  font-size: 30px;
}
h5 {
  margin: .67em 0;
  font-size: 2em;
}
h6 {
  margin: .67em 0;
  font-size: 16px;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus {
  color: #fff;
  background-color: #2272C7;
  border-color: #2e6da4;
  border-radius: 0;
  padding: 3px 12px;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  border:0;
  font-size:12px;
}
table th{
  background:#ccc;
  color:#000;
}
td,
th {
  padding:5px;
}

/* padding and margin classes starts */
.padtb {
  padding-top:30px;
  padding-bottom:30px;
}
.pad20 {
  padding-top:20px;
  padding-bottom:20px;
}
.pad40 {
  padding-top:145px;
  padding-bottom:145px;
}
.pdl {
  padding-left:5px;
}
.pdr {
  padding-right:5px;
}
.pl {
 padding-left:0;
}
.pr {
  padding-right:0;
}
.pbt {
  padding-bottom:10px;
}
.plr {
  padding: 10px 0 0 5px;
}
.mb {
  margin-bottom:15px;
}
.mt {
  margin-top: 15px;
}
/* padding and margin classes ends */

/* button default styles starts */
/* button banner starts */
.btn-banr {
  background: #3E3D3B;
  color: #fff;
  padding: 10px 39px;
  opacity: 0.9;
  margin: 15px 0;
  border-radius: 0;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  font-size: 16px;
  font-weight: bold;
}
.btn-banr:hover,.btn-banr:focus {
  background:#01A1DD;
  color:#fff;
}
/* button banner ends */

.btn-blue {
  display: inline-block;
  background: #01A1DD;
  margin: 15px 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  margin-top: 0px;
}
.btn-blue:hover {
  background:#D08663;
  color:#fff;
}
.btn-org {
  display:inline-block;
  background:#D08663;
  margin:15px 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.btn-org:hover {
  background: #01A1DD;
  color:#fff;
}

.btn-grey {
  display:inline-block;
  background:#999999;
  margin:15px 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.btn-grey:hover {
  background: #01A1DD;
  color:#fff;
}

.btn-viol {
  display:inline-block;
  background:#286090;
  margin:15px 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.btn-viol:hover {
  background: #D08663;
  color:#fff;
}

.btn-read-bbordr {
  display:inline-block;
  padding:7px 25px;
  border-radius:0;
  border:1px solid #5a5a5a;
  margin:10px 0 25px;
  color:#5a5a5a;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.btn-read-bbordr:hover {
  background:#01A1DD;
  border:1px solid #01A1DD;
  color:#fff;
}
.btn-read-wbordr {
  display:inline-block;
  padding:7px 10px;
  border-radius:0;
  color:#fff;
  border:1px solid #fff;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.btn-read-wbordr:hover {
  background:#D08663;
  border:1px solid #D08663;
  color:#fff;
}

/* button default styles ends */
/* new changes */
a.btn.btn-read-wbordr {
    margin-top: 110px;
}
.tlx {
    font-size: 20px;
}
a.btn.btn-read-wbordr.tlxs{ 
	margin-top:10px;
/* 	background: #0084BF;
    border: 1px solid #0084BF; */
    text-shadow: none;
	margin-bottom:15px;
}
/* a.btn.btn-read-wbordr.tlxs:hover,
a.btn.btn-read-wbordr.tlxs:focus{ 
	background: #D08663;
    border: 1px solid #D08663;
} */
a.btn.btn-read-wbordr {
	margin-top:15px;
}
.home .banner-wrapper h5 {
	font-size:22px;
}
.page-id-4250 .form-show{
	display:none;
}
.shw .form-show{
	display:block;
}
.cnt-fm .wpcf7-form.sent{
	display:none;
}
#contactus .cns {
    margin-bottom: 20px;
}
#form-show {
/*     color: green; */
    margin-top: 16px;
/*     font-size: 15px; */
}
.page-id-108 .txt-bottom {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	text-align:center;
	margin-top: 16rem;
}
@media (max-width:991px) {
	.page-id-108 .txt-bottom {
	  margin-top: 15rem;
	}
}
@media (max-width: 767px){
	a.btn.btn-read-wbordr {
      margin-top: 10px;
	  margin-bottom:0;
	}
	.home .banner-wrapper h1 {
		margin: 0 0 25px 0;
		padding-top: 15px;
	}
	.home .banner-wrapper h5 {
		font-size:18px;
	}
	.page-id-108 .txt-bottom {
	  margin-top: 22rem;
	}
}
@media (max-width: 463px) {
	.page-id-108 .txt-bottom {
	  margin-top: 0;
	  bottom:1rem;
	}
} 	
@media (max-width: 320px) {
	a.btn.btn-read-wbordr {
		margin-top: 5px;
	}
} 


