@charset "utf-8";
/* font-family: alternate-gothic-no-2-d, sans-serif;
font-family: trade-gothic-next, sans-serif; 400/700
font-family: trade-gothic-next-condensed, sans-serif;
*/
/*------------| 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;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;

}


html, body {
  /* width: 100%; */
/* height: 100%; */
  padding: 0px;
  margin: 0;
   /* overflow-x: hidden; */
}

body {
  padding: 0px;
  margin: 0px;
font-family: 'trade-gothic-next', sans-serif;
font-weight: 400;
  min-width: 320px;
  color: #161c21;
  font-size: 18px;
  line-height: 24px;

}
b, strong{
	font-family: 'trade-gothic-next', sans-serif;
	font-weight: 700;
}
/*=============== 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: #161c21;
text-decoration:none;

}
a:hover {
color: #e2383f;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto;

}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 {font-family: 'alternate-gothic-no-2-d', sans-serif; 	font-weight: normal;
	font-style: normal;}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;

}

/* .entry b, .entry strong{font-family: 'alternate-gothic-no-2-d', sans-serif; 	font-weight: normal;
	font-style: normal;} */
.entry h1{
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: 'trade-gothic-next', sans-serif;
	font-weight: 700;
}
.entry h2{
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  font-family: 'trade-gothic-next', sans-serif;
	font-weight: 700;
}
.entry h3{
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.25px;
  font-family: 'trade-gothic-next', sans-serif;
	font-weight: 700;
}
.entry h4{

}


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'],
textarea,
select{
border:1px solid #ededed;
background-color: transparent;
font-family: 'trade-gothic-next', sans-serif;
font-weight: 400;
font-size:16px;
line-height: 26px;
padding: 8px 15px;
margin: 0px;
color: #000000;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
input[type='submit'], input[type=button], input[type=reset] {
color:#ffffff;
font-family: 'trade-gothic-next', sans-serif;
font-weight: 400;
font-size:24px;
line-height: 28px;
text-decoration: none;
margin: 0px;
padding: 17px;
border-radius: 0px;
display: inline-block;
background-color: #0f6cb6;
border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
button
{border-radius: 0px;
  border: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:        none;
}
ul{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ol{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 0px 0px 0px 0px;
}

ol li{
padding: 0px 0px 0px 0px;
}

p { margin: 0px; padding: 0px 0px 20px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #B4B5B5;
}

img { /*  display:block;*/
height: auto }


/* ==================================== breadcrumb menu & pagination css end here========================== */
.box
{
  position: relative;
}
.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 ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {
	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 ease-in-out, transform .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
} */



.animation{
  -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;
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,
.col_1_1, .col_1_1_1, .col_1_1_1_1, header, .heroTextOverlay, .slick-dots, .slick-dots li, .iconList ul, .icon, .TextImage > div, footer,
footer > div, ul.mainMenu, .RowOne > div, .RowTwo > div, .Rowthree > div, .RowFour > div, .RowFive > div, .RowSix > div,
.superbConnection > div, .Avilablespace > div, .BuildingfloorInfo, .outAbout > div, .parnerLogo
{
  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, .col_1_1, .col_1_1_1, .col_1_1_1_1, .iconList ul, .TextImage > div, footer, footer > div,
.RowOne > div, .RowTwo > div, .Rowthree > div, .RowFour > div, .RowFive > div, .RowSix > div, .superbConnection > div,
.Avilablespace > div, .BuildingfloorInfo, .outAbout > div
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch, .col_1_1, .col_1_1_1, .col_1_1_1_1{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter, .heroTextOverlay, .slick-dots, .icon
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}


.flexVerticalCenter, header, .heroTextOverlay, .slick-dots, .slick-dots li, .icon
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.BuildingfloorInfo, .parnerLogo
{
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.flexRowReverse, .RowOne > div, .RowFive > div
{
  -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;
}
.entry .resWrap{
width: 100%;
  overflow: auto;
}
.entry .resWrap table{
  min-width: 480px;
}
.entry table, .cky-table-wrapper table.cky-cookie-audit-table {
    width: 100% !important;
    border: 0;
    table-layout: fixed;
}

.entry table tr td, .cky-table-wrapper table.cky-cookie-audit-table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

.entry table, .cky-table-wrapper table.cky-cookie-audit-table {
    background: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-collapse: collapse;
    font-size: 20px;
}

.entry table h1, .entry table h2, .entry table h3, .entry table h4, .entry table h5 {
    margin: 0;
}

.entry table th, .cky-table-wrapper table.cky-cookie-audit-table th {
    background: transparent;
    color: #000;
    padding: 15px;
      text-align: left;
      font-size: 16px;
    border-right: 1px solid #b3b3b3;
    font-weight: 700;
    border-bottom: 1px solid #b3b3b3;
    word-wrap: break-word;
}

.entry table td, .cky-table-wrapper table.cky-cookie-audit-table td {
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    word-wrap: break-word;
}
