@charset "utf-8";


/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html {
    margin-top: 0 !important;
}

html, body {
  width: 100%;
/* height: 100%; */
  padding: 0px;
  margin: 0;
   overflow-x: hidden;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 !important;
}
body {
	padding:0px;
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
  letter-spacing: 0px;
	overflow-x: visible !important;
  font-family: 'Conv_FaroWeb-LightLucky';
	/* font-weight: 300; */
	font-style: normal;
	color: #142234;
	font-display: auto;
	display: flex;
	flex-direction: column;
	word-break: break-word;
  background: #FBFCF4;
}

/*=============== tags start ===================**/
section{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
/* border-color:transparent; */
}
button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
color: #8D4F47;
text-decoration:none;
-webkit-transition: all .5s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .5s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .5s cubic-bezier(.16,.84,.44,1);
transition:         all .5s cubic-bezier(.16,.84,.44,1);
cursor: pointer;
text-decoration: none;
background-repeat: no-repeat;
transition: background-size 0.1s linear;
transition: all 0.5s ease;
/* border-bottom: 1px solid #8D4F47; */
}
a:hover {
  color: #8D4F47;
  background-size: 0 1px, 100% 1px;
  border-bottom: 1px solid #9D5B52;
  transition: all 0.5s ease;
/* text-decoration:underline; */
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 { }
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;

}

h1 {
font-size: 90px;
line-height: 80px;
margin-bottom: 20px;
letter-spacing: 0;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
font-weight: normal;
color: #8D4F47;
}

h2 {
font-size: 80px;
line-height: 96px;
margin-bottom:20px;
letter-spacing: 0;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
font-weight: normal;
color: #8D4F47;
}

h3 {
font-size: 45px;
line-height: 50px;
margin-bottom: 15px;
letter-spacing: 0;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
font-weight: normal;
color: #8D4F47;
}
h4 {
font-size: 35px;
line-height: 45px;
margin-bottom: 15px;
letter-spacing: 0;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
font-weight: normal;
color: #8D4F47;
}
h5 {
font-size: 30px;
line-height: 54px;
margin-bottom: 15px;
letter-spacing: 0;
font-weight: normal;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
color: #8D4F47;
}
h6 {
font-size: 25px;
line-height: 35px;
margin-bottom: 10px;
letter-spacing: 0;
font-weight: normal;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
color: #8D4F47;
}
ul{
padding: 0px 0px 30px 20px;
margin: 0px;
list-style: none;
}
ol{
padding: 0px 0px 30px 20px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 5px 0px 5px 5px;
  list-style-type: disc;
}
/* ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:15px;
background: #000;
border-radius: 8px;
} */
ol li{
padding: 5px 0px 5px 5px;
}

p { margin: 0px; padding: 0px 0px 25px 0px;}


hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #000;
}
strong, b { font-weight: 700; }
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea{
width:100%;
}
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
input[type="file"],
textarea,
select{
border: none;
background-color: #fff;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
font-size:25px;
padding: 8px 15px;
margin: 0px;
color: #000;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
height: 70px;
margin-bottom: 50px;
}
input[type='submit'], input[type=button], input[type=reset], button, .btn {
color:#DBEBDF;
font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
font-size:30px;
line-height: 30px;
text-decoration: none;
margin: 0px;
padding: 12px 10px;
border-radius: 0px;
display: inline-block;
background-color: #9D5B52;
border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
min-width: 135px;
width: auto;
}

select {
    background-image: url('../images/down_arrow.svg');
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    padding: 3px 15px 3px 0px;
    height: 60px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 30px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid #000;
}
select option{
padding:10px 0px;
display: block;
font-size: 16px;
}

select::-ms-expand {
display: none;
}
input[type=checkbox]:not(old) {
    width: 30px;
    margin: 0px;
    padding: 0;
    opacity: 0;
    position: absolute;
}

input[type=checkbox]:not(old)+span {
    display: inline-block;
    margin-left: 0px;
    padding-left: 36px;
    background: url('../images/checkbox_unchecked.svg') no-repeat;
    background-position: left top;
    background-size: 25px;
    line-height: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

input[type=checkbox]:not(old):checked+span {
    background: url('../images/checkbox_checked.svg') no-repeat;
    background-position: left top;
    background-size: 25px;
    cursor: pointer;
}
textarea {
    width: 100%;
    font-family: 'Athletics-Light';
    font-size:20px;
    line-height: 28px;
    height: 75px;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #132836;
    border:2px solid #34CCDF;
    background-color: transparent;
    border-radius: 0px;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#000
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#000
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#000
}

table {
    width: 100% !important;
    border: 0px;
    table-layout: fixed;
}

table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

table {
    background: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #132836;
    border-top: 1px solid #132836;
    border-collapse: collapse;
    font-size: 20px;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table th {
    background: #0f6cb6;
    color: #132836;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #132836;
    font-weight: 700;
    border-bottom: 1px solid #132836;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #132836;
    border-bottom: 1px solid #132836;
    word-wrap: break-word;
}

.entry table {
	width: 100%;
	border: 0px;
	table-layout: fixed;
}
.entry table tr td {
	padding: 5px;
	border-collapse: collapse;
}
.entry table {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	border-left: 1px solid #132836;
	border-top: 1px solid #132836;
	border-collapse: collapse;
}
.entry table h1, .entry table h2, .entry table h3, .entry table h4, .entry table h5 {
	margin: 0px;
}
.entry table th, thead td {
	background: #ec671b;
	color: #132836;
	padding: 15px 8px;
	border-right: 1px solid #132836;
	font-weight: 700;
	border-bottom: 1px solid #132836;
	word-wrap: break-word;
}
.entry table td {
	padding: 15px 8px;
	border-right: 1px solid #132836;
	border-bottom: 1px solid #132836;
	word-wrap: break-word;
}
.alignleft {
	float: left;
	margin: 20px 25px 20px 0px;
}
.alignright {
	float: right;
	margin: 20px 0px 20px 25px;
}
.aligncenter {
	float: none;
	margin: 20px auto 20px auto;
}

blockquote {
    position: relative;
    margin: 0 0 20px;
    padding: 55px 20px 65px 20px;
    quotes: "\201C""\201D""\2018""\2019";
    font-family: 'Conv_FaroWeb-LightLucky';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
}

blockquote:before {
	content: open-quote;
	font-size: 90px;
	line-height: 54px;
	position: absolute;
	top: 10px;
	font-style: inherit;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
}
blockquote::after {
    content: close-quote;
    font-size: 90px;
    line-height: 54px;
    position: absolute;
    right: 7px;
    bottom: 0px;
    font-style: inherit;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
}
blockquote p:last-child {
	padding-bottom: 0;
}


/* ajax-loader */

.ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #132836 ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 36px !important;
	height: 36px !important;
	margin: 0px 0px 0 -18px !important;
	position: absolute;
	bottom: -40px;
	left: 50%;
}

div.wpcf7 .ajax-loader { background: url(../images/ajax-loader.svg) no-repeat !important;
	background-size: 25px 25px !important; width: 30px !important; height: 30px !important;}
.contactUsWrap div.wpcf7 .ajax-loader { background: #55d400 url(../images/ajax-loader.svg) no-repeat center center !important;  background-size: 36px 16px !important;}
.contactUsWrap div.wpcf7 .ajax-loader { height: 81% !important;}

/* ajax-loader

/* .container_1600{
	max-width: 1600px;
	padding: 0 20px;
	margin: 0 auto;
}
.container_1400{
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
}
.container_1350 {
	max-width: 1350px;
	padding: 0 20px;
	margin: 0 auto;
}
 */

 .container_1280 {
 	max-width: 1280px;
 	padding: 0 20px;
 	margin: 0 auto;
 }
.container::after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}


/* ==================================== breadcrumb menu & pagination css start here========================== */
/* .breadcrumb
{
	width: 100%;clear: both;padding-bottom: 30px;
}
.breadcrumb ul {
    padding: 0px;
    list-style: none;
    font-size: 17px;
		line-height: 27px;
    text-transform: lowercase;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb ul li+li:before, .breadcrumb ul li+li+li:before {
    padding: 1px;
    color: #132836;
    content: "/\00a0";
}

.breadcrumb ul li a {
    color: #132836;
    text-decoration: none;
    text-transform: lowercase;
}

.breadcrumb ul li a:hover {
    color: #34CCDF;
    text-decoration: underline;
} */

.pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #fff;
    color: #000;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* ==================================== breadcrumb menu & pagination css end here========================== */
.box
{
  position: relative;
  height: 100%;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}


.fadeIn {
	opacity: 0;
	/* transition: opacity .8s cubic-bezier(.16,.84,.44,1);
	-webkit-transition: opacity .8s cubic-bezier(.16,.84,.44,1);
	-moz-transition: opacity .8s cubic-bezier(.16,.84,.44,1);
	-o-transition: opacity .8s cubic-bezier(.16,.84,.44,1); */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.fadeIn.animateMe, .fadeIn.animated {
	opacity: 1;
}

.fadeInUp {
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);
	-webkit-transition: opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);
	-moz-transition: opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);
	-o-transition: opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.animation, .fullwidthWithBG::before{
  -webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
  -moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
  -o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
  transition:         all .3s cubic-bezier(.16,.84,.44,1);
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}

.flexWrap
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}
.flexWrap{
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	padding: 0;
	list-style: none;
}


.flexStretch{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}


.flexVerticalCenter
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.flexRowReverse, .RightImage
{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse
{
     -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* iframe Full video code start */
.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* iframe Full video code End */

.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #132836;
	padding: 10px !important;
	margin: 20px 0px !important;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	max-width: 560px;
	margin: 20px auto 0px auto!important;
}

.wpcf7-mail-sent-ng{
	    max-width: 100%;
    text-align: center;
	margin: 20px auto 0px auto!important;
}



.col_1_1, .col_1_1_1, .col_1_1_1_1
{
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col_1_1_1 .col{
  width: 33.33%;
}
.col_1_1_1_1 .col{
  width: 25%;
}
.col_1_1 .col{
  width: 50%;
}
.col_1_1::after, .col_1_1_1::after, .centerBlock::after, .content_1130::after,
.col::after{
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.col{
  float: left;
  padding: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.col_1_1 .col { width: 50%; padding: 0px;}
.col_1_1_1 .col { width: 33.33%; padding: 0px;}
.col_1_1 .col p:last-child{ padding-bottom: 0px;}
.col img { width: 100%; height: auto; display: block}


#page-wrap a, input.wpcf7-submit {
opacity: 1;
text-decoration:none;

text-decoration: none !important;
cursor: pointer;
position: relative;


}
input.wpcf7-submit{
  -webkit-transition: all .2s linear;
  -moz-transition:    all .2s linear;
  -o-transition:      all .2s linear;
  transition:         all .2s linear;
  transition: all 0.2s linear;
}
/* #page-wrap a::before {
content: '';
position: absolute;
background-color: #FF5740;
z-index: 0;
height: 2px;
  width: 0%;
    left: 0;
    bottom: 0;
    -webkit-transition: width ease 0.4s;
    transition: width ease 0.4s;
  }

#page-wrap a:hover::before {
width: 100%;
} */

.touch #page-wrap a:hover::before {
width: 0%;
}

.btn{
  background: #9D5B52;
  color: #DBEBDF;
	font-family: 'Conv_Bitstream_-_Lydian_BT_Roman';
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 10px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
  min-width: 135px;
  width: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.btn:hover { color: #EDFAF0; border-bottom: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* background: rgba(0,0,0,0.5); */
}


input[type='submit']:before, input[type=button]:before, input[type=reset]:before, button:before, .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #142234;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block !important;
}
input[type='submit']:hover:before, input[type=button]:hover:before, input[type=reset]:hover:before, button:hover:before, .btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.mac-os .btn{
		padding: 14px 45px 7px 45px;
}
a.btn::after {
/* bottom: auto;
   border-radius: 0 0 75% 75%/0 0 50% 50%;
   background: #004C63; */
}
.no-touch a.btn:hover {
  color: #132836 !important;
	text-decoration: none;
}
.no-touch a.btn:hover::after {
  height: 0;
}
a.btn::after,
a.btn::before {
content: "";
display: block;
position: absolute;
z-index: -1;
}
a.btn::before, a.logo::before, .parnerlogo a::before, .downloadRow ul li a::before
{
	display: none;
}
a.btn::after {
-webkit-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 0;
width: 100%;
}
.no-touch a.btn:hover::after{
-webkit-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
height: 300%;
}

/* Code for Sticky footer */
#page-wrap {
	flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}
/* Code for Sticky footer */


/* Not Found Page css */
.pageNotFound {width: 100%; padding: 5% 20px; max-width: 700px; text-align: center; margin:0px auto;}
.pageNotFound > div { border: 6px solid #004C63; width: 250px; height: 250px; margin: 0px auto; margin-bottom: 15px; position: relative; overflow: hidden;}
.pageNotFound > div span {color:#004C63;font-size: 80px; position: absolute; right: 24px; top: 46%; font-weight: bold; left: 0px; width: 100%;}
.pageNotFound > h3 { font-size: 39px; margin: 30px 0 20px;}
.pageNotFound a { color:#34CCDF; font-weight: 600;}
.pageNotFound a:hover { color:#004C63;}
/* Not Found Page css */

/* Grid css */

.col-12, .wp-12 {
	width: 100%;
}
.col-11, .wp-11 {
	width: 91.66666667%;
}
.col-10, .wp-10 {
	width: 83.33333333%;
}
.col-9, .wp-9 {
	width: 75%;
}
.col-8, .wp-8 {
	width: 66.66666667%;
}
.col-7, .wp-7 {
	width: 58.33333333%;
}
.col-6, .wp-6 {
	width: 50%;
}
.col-5, .wp-5 {
	width: 41.66666667%;
}
.col-4, .wp-4 {
		width: 33.33%
	}
.col-3, .wp-3 {
	width: 25%;
}
.col-2, .wp-2 {
	width: 16.66666667%;
}
.col-1, .wp-1 {
	width: 8.33333333%;
}

/* Grid css */

/* common css */

.B-Space{ margin-bottom: 80px;}
.T-Space{ margin-top: 70px;}
.TB-Space{ margin-top: 80px; margin-bottom: 80px;}
.TSpace{ margin:100px 0 0 0;}
.BSpace{ padding: 0 0 100px;}
.LRSpace{ padding:0 90px;}
.topSpace{ padding-top: 42px;}

.whiteBg { background: #fff;}
.textAlignCenter { text-align: center;}
/* common css */



.animateme { opacity: 0; transform: translate3d(0,40px,0)}
.animateme.animated { animation: fadeInUp 0.7s ease-in-out forwards;}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,40px,0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0,0,0)
  }
}
