/*Futura LT Pro font face start*/
@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLTPro/FuturaLTPro-Book.woff2') format('woff2'),
        url('../fonts/FuturaLTPro/FuturaLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLTPro/FuturaLTPro-Medium.woff2') format('woff2'),
        url('../fonts/FuturaLTPro/FuturaLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLTPro/FuturaLTPro-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaLTPro/FuturaLTPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*Futura LT Pro font face end*/

/*Aeonik font face start*/
@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Medium.woff2') format('woff2'),
        url('../fonts/Aeonik/Aeonik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*Aeonik font face end*/

/*Helvetica Neue font face start*/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
        url('../fonts/HelveticaNeue/HelveticaNeue-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*Helvetica Neue font face end*/


:root{
    --color-black : #000000;
    --color-white: #ffffff;
    --color-dark : #2c2e33;
    --color-orange : #ff7b00;

    --font-FuturaLTPro : 'FuturaLTPro', sans-serif;
    --font-helvetica : 'HelveticaNeue', sans-serif;
    --font-Aeonik : 'Aeonik', serif;

    --body-font : var(--font-FuturaLTPro);
}

/* reset css start */
/* NORMALIZE
-------------------------------------*/
*,*::before,*::after{box-sizing:border-box}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}html,body{height:100%} body{line-height:1.5;font-synthesis: none;text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}img,picture,video,canvas,svg{display:block;vertical-align:middle;border-style:none; max-width:100%}figure{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}table{border-collapse:collapse}th{text-align:inherit}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}label{display:inline-block;margin-bottom:.5rem}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}
template{display:none}[hidden]{display:none!important}a,input,button,textarea,select{font:inherit;outline:0}#root,#__next{isolation:isolate}
/* reset css end */


/*defualt*/
::-moz-selection { background: var(--color-primary); color: #fff; }
::selection { background: var(--color-primary); color: #fff; }
:focus-visible{ outline: none !important; }
:-webkit-direct-focus{ outline: none !important; }

body{
    width: 100%;
    max-width: 100%;
    font-family: 'FuturaLTPro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    /* font-family: var(--body-font); */
    color: var(--color-primary);
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


    /* -moz-font-feature-settings: 'liga','kern'; */
}
/* html,body{
    scroll-behavior: smooth;
} */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  color: var(--color-primary);
}

/*  HEADINGS
-----------------------------------------------*/
h1, .h1{
    font-size: 60px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 20px 0;
}
h2, .h2{
    font-size: 47px;
    line-height: 1.19;
    font-weight: bold;
    margin: 45px 0 10px 0;
}
h3, .h3{
    font-size: 32px;
    line-height: 1.29;
    font-weight: bold;
     margin: 45px 0 10px 0;
}
h4, .h4{
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
     margin: 45px 0 10px 0;
}
h5, .h5{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 35px 0 5px 0;
}
h6, .h6{
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
     margin: 35px 0 5px 0;
}

@media(max-width:1199px){
    h1 hr,.h1 br,h2 br,.h2 br,h3 br,.h3 br,h4 br,.h4 br,h5 br,.h5 br,h6 br,.h6 br{
        display: none;
    }
    h2, .h2{
        font-size: 36px;
    }
    h3, .h3{
        font-size: 26px;
    }
}
/*  TAGS
-----------------------------------------------*/

p{
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 25px 0;
}
p:last-child{
    margin-bottom: 0;
}

/*  CLICKABLE ELEMENTS
-----------------------------------------------*/
a{
    color: var(--color-dark);
    text-decoration: none;
    transition: all .3s;
}
a:hover{
    color: var(--color-orange);
    text-decoration: none;
}
a:visited{
    color:cornflowerblue;
}
a:active{
    color:cornflowerblue;
}

/*  BUTTONS
-----------------------------------------------*/
.button:not(.outline),
button:not(.outline){
    font-size: 16px;
    font-family:'Arial';
    padding: 10px 20px;
    background: orange;
    border: 0px;
    border-radius: 5px;
    color: #fff;
}
.button:not(.outline):hover,
button:not(.outline):hover{
    background: #ff7b00;
}
.button.primary:not(.outline){
    background: #ff7b00;
}
.button.primary:not(.outline):hover{
    background: orange;
}
.button.secondary:not(.outline){
    background: gray;
}
.button.secondary:not(.outline):hover{
    background: orange;
}
.button.outline,
button.outline{
    font-size: 16px;
    font-family:'Arial';
    padding: 10px 20px;
    background: transparent;
    border: 1px solid orange;
    border-radius: 5px;
    color: #000;
}
.button.outline:hover,
button.outline:hover{
    background: orange;
    color: #fff;
}
.button.secondary.outline,
button.secondary.outline{
    border-color: #000;
    color: #000;
}
.button.secondary.outline:hover,
button.secondary.outline:hover{
    background: #000;
    color: #fff;
}


/*  LISTING
-----------------------------------------------*/
ul{
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 20px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 1.65;
    color: #777;
    margin: 0 0 25px 0;
}

ol{
    padding-left: 18px;
    margin-bottom: 20px;
}

/*  DATA LIST
-----------------------------------------------*/
dl{
    display:flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'Arial', sans-serif;
    margin: 0 0 25px 0;
}
dl dt{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
}
dl dd{
    flex: 0 0 calc(75% - 5px);
    max-width: calc(75% - 10px);
    padding: 5px 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

/*  QUOTE
-----------------------------------------------*/

blockquote {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 25px 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*  TABLE
-----------------------------------------------*/
table{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 25px 0;
}
table td,
table th {
    border: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.65;
    color: #777;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: white;
}
.tableWrap{
  overflow-x: auto;
}

/*default style end*/

/*navbar style start*/

header {
  padding: 30px 0 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hamburger {
  padding: 15px 0 15px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: white;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 20px;
  z-index: 99999
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 40px;
  height: 1.5px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}

.navcontainer {
  width: 100%;
  margin: 0 auto;
  /* position: absolute;
  z-index:99999 */
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .5s ease .5s;
  transition: -webkit-transform .5s ease .5s;
  transition: transform .5s ease .5s;
  transition: transform .5s ease .5s, -webkit-transform .5s ease .5s;
  z-index: 9999;
  background-color: black;
  top:0px;
}

.navbar.active {
  top:0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding-top: 10%;
}

.nav-item {
  font-size: 2rem;
  font-family: 'FuturaLTPro';
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.nav-item a {
  color: #ff7b00;
}

.navbar ul li a:hover {
  opacity: .7
}

.nav-link {
  transition: 0.3s ease-out;
}

.nav-link:hover {
  color: #D3D3D3;
}

.bar {
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ff7b00
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-item {
  margin: 16px 0;
}

/*navbar style end*/

/*utilities class start*/

/*container style*/
.container{
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 576px){
  .container{
     max-width: 540px;
  }
}

@media (min-width: 768px){
  .container{
     max-width: 720px;
  }

}
@media(min-width: 992px){
  .container{
     max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1170px;
  }
}

@media (min-width: 1400px){
  .container{
     max-width: 1280px;
  }
}
/*custom grid start*/
.row-wrap { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -16px; margin-right: -16px;}
[class*="box-"] { position: relative; width: 100%; padding-right: 16px; padding-left: 16px; }
.box { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.row-wrap-boxs-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-wrap-boxs-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-wrap-boxs-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-wrap-boxs-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-wrap-boxs-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-wrap-boxs-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .box-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .box-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .box-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .box-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .box-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .box-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .box-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .box-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .box-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .box-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .box-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
@media (min-width: 576px) { .box-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-wrap-boxs-sm-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-wrap-boxs-sm-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-wrap-boxs-sm-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-wrap-boxs-sm-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-wrap-boxs-sm-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-wrap-boxs-sm-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .box-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .box-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .box-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .box-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .box-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .box-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .box-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .box-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .box-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .box-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .box-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
@media (min-width: 768px) { .box-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-wrap-boxs-md-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-wrap-boxs-md-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-wrap-boxs-md-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-wrap-boxs-md-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-wrap-boxs-md-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-wrap-boxs-md-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .box-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .box-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .box-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .box-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .box-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .box-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .box-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .box-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .box-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .box-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .box-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
@media (min-width: 992px) { .box-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-wrap-boxs-lg-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-wrap-boxs-lg-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-wrap-boxs-lg-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-wrap-boxs-lg-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-wrap-boxs-lg-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-wrap-boxs-lg-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .box-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .box-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .box-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .box-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .box-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .box-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .box-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .box-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .box-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .box-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .box-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
@media (min-width: 1200px) { .box-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-wrap-boxs-xl-1>* { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-wrap-boxs-xl-2>* { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-wrap-boxs-xl-3>* { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-wrap-boxs-xl-4>* { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-wrap-boxs-xl-5>* { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-wrap-boxs-xl-6>* { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .box-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .box-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .box-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .box-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .box-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .box-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .box-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .box-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .box-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .box-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .box-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .box-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
/*custom grid end*/


/* slider defualt style */
.slick-arrow{ top: 50%; transform: translateY(-50%) rotate(180deg); position: absolute; width: 65px; height: 65px; background:none !important; background-image: url(../images/slider-arrow-white.svg) !important; background-position: center !important; background-repeat: no-repeat !important; background-size: 50px; font-size: 0 !important; border: none !important; border-radius: 99px; opacity: 1; z-index: 1; filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.16)); transition: all .5s; }
.slick-arrow:hover{ opacity: .7; filter: drop-shadow(3px 3px 10px var(--color-dark)); }
.slick-prev{ left: 40px; transform: translateY(-50%) rotate(0deg); }
.slick-next{ right: 40px; }
.slick-slider .slick-disabled { opacity : 0; pointer-events:none; }

.slick-dots{ margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 20px; position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); }
.slick-dots li{ margin: 0; }
.slick-dots button{ width: 20px; height: 20px; border-radius: 20px; font-size: 0; padding: 0; background-color: var(--color-white); }
.slick-dots button:hover, .slick-dots .slick-active button{ background-color: var(--color-orange); }
@media(max-width:1199px){
    .slick-arrow{ width: 30px; height: 35px; }
}
@media(max-width: 767px){
    .slick-arrow{ width: 28px; height: 28px; background-size: 10px; }
    .slick-prev{ left: 20px; }
    .slick-next{ right: 20px; }
    .slick-dots{ gap: 13px; bottom: 17px; }
    .slick-dots button{ width: 13px; height: 13px; }
}
/* slider defualt style end*/


.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-center{ text-align: center; }


.bg-black{ background-color: var(--color-black); }
.bg-dark{ background-color: var(--color-dark); }
.bg-white{ background-color: var(--color-white); }
.bg-orange{ background-color: var(--color-orange); }
.bg-grey-light{ background-color: var(--color-grey-light); }

/*popup style start*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{ cursor: default !important; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-close-btn-in .mfp-close{ max-width: max-content; cursor: pointer !important; background: none !important; padding: 0; font-size: 30px; }

.bg-image{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; background-color: #ddd; }
.bg-image img{ width: 100%; height: 100%; object-fit: cover; }


@media(max-width:991px){
    .mfp-container { padding-left: 18px; padding-right: 18px; }
}
/*utilities class end*/






/* hero-banner section start */
.pre-hero-banner { background-color: #2c2e34; padding: 198px 0 180px; position: relative; min-height: 100vh; display: flex; flex-direction: column; }
.pre-hero-banner .pin-label{ background-color: var(--color-orange); color: var(--color-white); font-size: 23px; line-height: 1.05; padding: 10px 20px 7px; display: inline-block; position: absolute; left: 0; top: 44px; width: 100%; max-width: 321px; text-align: center; text-transform: uppercase; }
.pre-hero-banner .container{ position: static; }
.pre-hero-banner .image-content-wrap{ display: flex; }
.pre-hero-banner .image-content-wrap >*{ flex: 0 0 50%; }
.pre-hero-banner .image-wrap{ padding-right: 80px; }
.pre-hero-banner .content-wrap{ text-transform: uppercase; letter-spacing: 1px; max-width: 503px; padding-left: 16px; margin-top: -9px; }
.pre-hero-banner .content-wrap h1{ font-weight: 500; font-size: 25px; line-height: 1.27; margin-bottom: 11px; }
.pre-hero-banner .content-wrap h4{ margin-top: 0; font-weight: 900; line-height: 1.5; color: var(--color-white); }

#herologo {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

}

@media(max-width:991px){
    .pre-hero-banner .image-content-wrap{ flex-direction: column; }
    .pre-hero-banner .content-wrap{ padding: 0; padding-top: 40px; }
    .pre-hero-banner { padding: 198px 0 110px; }
    .pre-hero-banner .bg-image:before{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.16); left: 0; top: 0; content: ""; position: absolute; }
    .pre-hero-banner .pin-label{ max-width: 270px; }
    .pre-hero-banner .content-wrap h1{ color: var(--color-white); }
}
@media(max-width:767px){
    .pre-hero-banner{ padding-bottom: 30px; }
    .pre-hero-banner h1{ font-size: 50px; }
}
@media(max-height:900px ){
   .pre-hero-banner h1{ font-size: 50px; line-height: 1.2;  }
}
/* hero-banner section end */





/* hero-banner section start */
.hero-banner { padding: 100px 0 180px; position: relative; min-height: 100vh; display: flex; flex-direction: column; }
.hero-banner .pin-label{ background-color: var(--color-orange); color: var(--color-white); font-size: 23px; line-height: 1.05; padding: 10px 20px 7px; display: inline-block; position: absolute; left: 0; top: 44px; width: 100%; max-width: 321px; text-align: center; text-transform: uppercase; }
.hero-banner .container{ position: static; }
.hero-banner .image-content-wrap{ display: flex; }
.hero-banner .image-content-wrap >*{ flex: 0 0 50%; }
.hero-banner .image-wrap{ padding-right: 80px; }
.hero-banner .content-wrap{ text-transform: uppercase; letter-spacing: 1px; max-width: 503px; padding-left: 16px; margin-top: -9px; }
.hero-banner .content-wrap h1{ font-weight: 500; font-size: 25px; line-height: 1.27; margin-bottom: 11px; }
.hero-banner .content-wrap h4{ margin-top: 0; font-weight: 900; line-height: 1.5; color: var(--color-white); }

@media(max-width:991px){
    .hero-banner .image-content-wrap{ flex-direction: column; }
    .hero-banner .content-wrap{ padding: 0; padding-top: 40px; }
    .hero-banner { padding: 198px 0 110px; }
    .hero-banner .bg-image:before{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.16); left: 0; top: 0; content: ""; position: absolute; }
    .hero-banner .pin-label{ max-width: 270px; }
    .hero-banner .content-wrap h1{ color: var(--color-white); }
}
@media(max-width:767px){
    .hero-banner{ padding-bottom: 30px; }
    .hero-banner h1{ font-size: 50px; }
}
@media(max-height:900px ){
   .hero-banner h1{ font-size: 50px; line-height: 1.2;  }
}
/* hero-banner section end */

/* floor-plan style start */
.floor-plan{ position: relative; padding: 63px 0 20px; background: rgb(128,128,126); background: -moz-linear-gradient(128deg, rgba(128,128,126,1) 0%, rgba(217,217,215,1) 100%); background: -webkit-linear-gradient(128deg, rgba(128,128,126,1) 0%, rgba(217,217,215,1) 100%); background: linear-gradient(128deg, rgba(128,128,126,1) 0%, rgba(217,217,215,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80807e",endColorstr="#d9d9d7",GradientType=1); }
.floor-plan .section-heading h2{ color: var(--color-white); letter-spacing: 2.7px; text-transform: uppercase; font-weight: 500; margin-top: 0; max-width: 1080px; }
.floor-plan-wrap{ min-height: 600px; }

.floor-plan-table{ margin: 30px 0; margin-top: 107px; width: 100%; max-width: 395px; margin-left: auto;}
.floor-plan-table td, .floor-plan-table th { padding: 14px 13px; font-size: 13px; border: none; line-height: 18px; color: var(--color-dark); text-transform: uppercase; border-bottom: 1px solid var(--color-orange); }
.floor-plan-table td::before, .floor-plan-table th{ font-weight: 900; font-size: 21px; line-height: 24px; }

.floor-plane-image{ position: absolute; left: -15px; /* top: -80px; */ bottom: 1%; width: 1070px; max-width: 100%; height: 690px; z-index: 0; }
.floor-plane-image .diraction-icon{ width: 60px; height: 60px; background-image: url(../images/diraction-icon.png); background-repeat: no-repeat; background-size: contain; position: absolute !important; top: 27.2%; left: -3.8%; z-index: 2; }
.floor-plan *:not(.floor-plane-image){ z-index: 1; position: relative; }

.enlarge-button{ font-size: 16px; line-height: 20px; width: 140px; height: 140px; border-radius: 200px; background-color: var(--color-black); color: var(--color-white); font-weight: 900; display: flex; align-items: center; justify-content: center; padding: 20px 15px; letter-spacing: 1px; text-align: center; margin: 95px 0; margin-right: 20px; margin-left: auto; }
.enlarge-button:hover{ background-color: var(--color-orange); color: var(--color-black); }

@media(min-width:768px){
    .floor-plan-table th:first-child, .floor-plan-table td:first-child{ padding-left: 0; }
    .floor-plan-table th:last-child, .floor-plan-table td:last-child{ padding-right: 0; }
}
@media(max-width:1400px){
    .floor-plane-image{ width: 910px; height: 610px; }
    .floor-plane-image .diraction-icon{ left: 15px; }
}
@media(max-width:1199px){
    .floor-plan{ padding: 60px 0; }
    .floor-plan-wrap{ display: flex; flex-wrap: wrap; }
    .floor-plane-image{ width: 100%; position: relative; left: 0; top: 0; height: auto; padding: 50px 0; }
    .floor-plane-image .diraction-icon{ left: auto; right: 0; width: 40px; height: 40px; top: 10%; }
    .floor-plan-table{ margin: 0; max-width: 510px; }
    .floor-plan-wrap .tabel-wrap{ flex-grow: 1; }
    .enlarge-button{ margin: 0; margin-left: auto; }
}
@media(max-width:767px){
    .floor-plan .section-heading h2{ letter-spacing: 2.2px; }
    .floor-plane-image{ padding-bottom: 20px; }
    .floor-plane-image .diraction-icon{ top: 15%; }
    .floor-plan-wrap .tabel-wrap{ width: 100%; order: 3; margin-top: 20px; }
    .floor-plan-table  thead { display: none; }
    .floor-plan-table , .floor-plan-table  tbody, .floor-plan-table  tr, .floor-plan-table  td { display: block; width: 100%; }
    .floor-plan-table  tr:not(:last-of-type) { margin-bottom: 35px; }

    .floor-plan-table  td { padding-left: 50%; text-align: left; position: relative; border-bottom: 1px solid var(--color-white); }
    .floor-plan-table  td::before { content: attr(data-label); position: absolute; left: 0; width: 50%; font-weight: 900; text-align: left; }
    .floor-plan-table td::before, .floor-plan-table td{ font-size: 16px; line-height: 0.6; }
    .enlarge-button { font-size: 12px; line-height: 1.3; width: 100px; height: 100px; }
}
/* floor-plan style end */


/*services style start*/
.dark-theme *{ color: var(--color-white); }
.services{ padding: 90px 0 60px; }
.services-card{ text-align: center; display: flex; flex-direction: column; align-items: center; }
.services-list{ display: flex; flex-wrap: wrap; justify-content: center; }
.services-list > *{ width: 15%; padding: 22px 15px; flex-grow: 1; }
.services-card .card-image{ height: 74px; }
.services-card .card-image img{ height: 100%; }
.services-card h5{ text-transform: uppercase; font-size: 16px; line-height: 25px; margin-top: 25px; font-weight: normal; }
@media(max-width:1199px){
    .services { padding: 60px 0; }
    .services-list > *{ width: 25%; }
    .services-card .card-image{ height: 55px; }
}
@media(max-width:991px){
    .services { padding: 40px 0 30px; }
    .services-list > *{ width: 33.33%; }
}
@media(max-width:767px){
    .services-list > *{ width: 50%; }
    .services-card .card-image { height: 45px; }
    .services-card h5{ font-size: 15px; line-height: 22px; }
}
/*services style end*/

/* location-slider style start */
.location-slider{ overflow: hidden; position: relative; }
.location-slider .image-item img{ width: 100%; }
/* location-slider style end */

/* offer-location-list style start */
.offer-location{ position: relative; overflow: hidden; }
.offer-location:before{ content: ""; position: absolute; left: 0; width: 58%; height: 100%; background: rgb(159,159,159); background: -moz-linear-gradient(28deg, rgba(159,159,159,1) 0%, rgba(220,220,220,1) 100%); background: -webkit-linear-gradient(28deg, rgba(159,159,159,1) 0%, rgba(220,220,220,1) 100%); background: linear-gradient(28deg, rgba(159,159,159,1) 0%, rgba(220,220,220,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f9f9f",endColorstr="#dcdcdc",GradientType=1); }
.offer-location .offer-wrap{ padding: 63px 15px 94px; }
.offer-location .offer-wrap h3{ font-weight: 500; color: var(--color-white); text-transform: uppercase; margin: 0; letter-spacing: 2.3px; margin-bottom: 75px; }
.offer-location-list ul{ list-style: none; margin: 0; padding: 0; max-width: 490px; margin-top: 24px; }
.offer-location-list ul li{ font-size: 13px; font-weight: 500; letter-spacing: 0.9px; text-transform: uppercase; color: var(--color-dark); position: relative; margin-bottom: 0; }
.offer-location-list ul li:after{ content: ""; position: absolute; width: 100%; bottom: 0; height: 2px; background-image: linear-gradient(to right, var(--color-orange), #ff7b0000); }
.offer-location-list ul li.heading{ text-align: right; color: var(--color-white); }
.offer-location-list ul li h6{ margin: 0; margin-bottom: -10px; font-weight: 500; line-height: 17px; }
.offer-location-list ul li.heading small{ display: block; }
.offer-location-list ul li.heading:after{ display: none; }
.offer-location-list ul li span{ line-height: 17px; display: inline-block; margin-bottom: 2px; }
.offer-location-list ul li:not(.heading){ display: flex; align-items: flex-end; padding: 4px 0; gap: 20px; justify-content: space-between; }
.offer-location-list ul li strong{ font-size: 24px; font-weight: 500; }
.offer-location-image .inner-wrap{ height: 90%; display: flex; align-items: flex-start; width: calc(45vw + 40px); margin-left: -120px; }
.offer-location-image .inner-wrap img{ width: 100%; max-height: 100%; }
@media(max-width:1399px){
    .offer-location-image .inner-wrap{ margin-left: 0; }
    .offer-location .offer-wrap h3{ margin-bottom: 40px; }
}
@media(max-width:1199px){
    .offer-location .offer-wrap{ order: 2; }
    .offer-location:before, .offer-location-list ul{ width: 100%; max-width: 100%; }
    .offer-location-image .inner-wrap{ height: auto; width: inherit; max-width: 620px; margin: 0 auto; }
    .offer-location-list ul li h6{ margin-bottom: 0; }
}
@media(max-width:767px){
    .offer-location-list ul li strong{
        font-size: 18px;
    }
}
/* offer-location-list style end */


 


/*location-connectivity style start*/
.location-connectivity{ padding: 115px 0 97px; }
.location-connectivity .section-heading{ display: flex; gap: 30px; justify-content: space-between; }
.location-connectivity .section-heading h3{ margin-top: 0; font-weight: 500; font-size: 32px; line-height: 41px; letter-spacing: 2.3px; margin-top: 5px; }
.location-connectivity .map-link{ font-size: 16px; line-height: 20px; width: 104px; height: 104px; border-radius: 200px; background-color: var(--color-orange); color: var(--color-black); font-weight: 900; display: flex; align-items: center; justify-content: center; padding: 15px; text-align: center; letter-spacing: 1px; margin-right: 16px; margin-left: auto; }
.location-connectivity .map-link:hover{ background-color: var(--color-black); color: var(--color-white); }
.location-connectivity .map-list{ margin-top: 57px; }
.location-connectivity .map-list a{ cursor: default; pointer-events: none; }
.location-connectivity .map-list img{ width: 100%; cursor: pointer; pointer-events: fill; }

.location-list{ display: flex; flex-wrap: wrap; padding-top: 8px }
.location-list > *{ width: 33.33%; }
.location-list ul{ text-align: center; padding: 0; margin: 0; list-style: none; }
.location-list ul ~ ul{ margin-top: 54px; }
.location-list ul li{ font-size: 11px; position: relative; margin: 0; padding: 0 10px; padding-bottom: 24px; text-transform: uppercase; font-family: var(--font-FuturaLTPro); }
.location-list ul li:after{ width: 1px; height: 13px; content: ""; position: absolute; left: 50%; bottom: 8px; background-color: var(--color-orange); }
.location-list ul li:last-child{ padding-bottom: 0; }
.location-list ul li:first-child{ padding-bottom: 14px; }
.location-list ul li:last-child:after, .location-list ul li:first-child:after{ display: none; }
.location-list ul li:last-child{ padding-top: 0; }
.location-list ul li h5{ margin-top: 0; color: var(--color-orange); }
.location-list ul li span{ display: block; }
.devider hr{ margin: 0; }

 /*--POPULATION--*/

 
/*population style start*/
.dark-theme *{ color: var(--color-white); }
.population{ padding: 90px 0 60px; }
.population-card{ text-align: center; display: flex; flex-direction: column; align-items: center; }
.population-list{ display: flex; flex-wrap: wrap; justify-content: center; }
.population-list > *{ width: 15%; padding: 22px 15px; flex-grow: 1; }
.population-card .card-image{ height: 74px; }
.population-card .card-image img{ height: 100%; }
.population-card h5{ text-transform: uppercase; font-size: 16px; line-height: 12px; margin-top: 12px; font-weight: normal; }
@media(max-width:1199px){
    .population { padding: 60px 0; }
    .population-list > *{ width: 25%; }
    .population-card .card-image{ height: 55px; }
}
@media(max-width:991px){
    .population { padding: 40px 0 30px; }
    .population-list > *{ width: 33.33%; }
}
@media(max-width:767px){
    .population-list > *{ width: 50%; }
    .population-card .card-image { height: 45px; }
    .population-card h5{ font-size: 15px; line-height: 22px; } 
	
	#icon-row-1 {max-width:50%; hight:50%;}
}
/*population style end*/


 /*--POPULATION--*/



@media(max-width:1199px){
    .location-connectivity{ padding: 60px 0; }
    .location-details{ margin-top: 60px; }
    .location-connectivity .section-heading{ align-items: center; }
}
@media(max-width:767px){
    .location-connectivity{ padding: 50px 0 40px; }
    .location-connectivity .section-heading{ gap: 10px; }
    .location-connectivity .section-heading h3{ margin-top: 0; font-size: 26px; line-height: 1.4; }
    .location-connectivity .map-link{ font-size: 12px; line-height: 1.3; width: 84px; height: 84px; margin: 0; flex-shrink: 0; }
    .location-connectivity .map-list{ margin-top: 40px; }
    .location-connectivity .map-list .map-wrap a:not(:first-of-type){ margin-top: 40px; }
    .location-details { margin-top: 0; }
    .location-list{ display: block; }
    .location-list > *{ width: 50%; float: left; margin-top: 40px; }
    .location-list ul ~ ul { margin-top: 40px; }
}
/*location-connectivity style end*/

/* footer style start */
.site-footer{ padding: 98px 0 94px; font-weight: 500; background-color: var(--color-dark); color: #fff;}
.site-footer *{ color: var(--color-white); }
.footer-wrap{ display: flex; flex-wrap: wrap; margin: 0 -20px; justify-content: space-around;}
.footer-wrap > *{ width: 30%; padding: 0 20px; }

.footer-wrap .column-1 { width: 25%; }
.footer-wrap .footer-logo{ display: inline-block; }
.footer-wrap .footer-logo img{ height: 67px; }
.footer-wrap .column-1 .footer-logo img{ max-width: 160px; }
/* .address-list{ display: grid; grid-template-columns: 1fr 1fr; } */
.footer-wrap address{ margin-top: 29px; text-transform: uppercase; }

.footer-wrap .column-3{ display: flex; flex-direction: column; align-items: center; }
/* .footer-wrap .column-3 .footer-logo{ margin-top: 70px; } */
#contact .download-pdf { margin-top: 70px;}
a:visited {color: #000;}

.download-pdf{ font-size: 16px; line-height: 20px; width: 140px; height: 140px; border-radius: 200px; background-color: var(--color-orange); color: var(--color-black); font-weight: 900; display: flex; align-items: center; justify-content: center; padding: 20px; text-align: center;  margin-right: 7px; margin-top: -13px; letter-spacing: 1px; }
.download-pdf:hover{ background-color: var(--color-black); color: var(--color-white); }

.footer-bottom{ padding-top: 33px; }
.footer-bottom p{ margin-bottom: 0; font-size: 12px; line-height: 18px; letter-spacing: 0.5px; }
.footer-bottom p strong{ font-family: var(--font-helvetica); font-weight: 900; }
.footer-bottom p a{ color: var(--color-white); }
.footer-bottom p a:hover{ color: var(--color-orange); }
@media(max-width:1199px){
    .site-footer { padding: 70px 0; }
    .footer-wrap > *{ width: 33.33% !important; flex-grow: 1; }
    .address-list{ grid-template-columns: 1fr; }
    .footer-wrap .footer-logo img{ height: 52px; }
}
@media(max-width:991px){
    .footer-wrap > *{ width: 50% !important; margin-top: 40px; }
    .footer-wrap .column-1{ margin-top: 0; }
    .footer-wrap .column-3 .inner-content{ display: flex; flex-direction: row-reverse; justify-content: space-between; width: 100%; align-items: flex-end; }
    .footer-wrap .column-3 .footer-logo{ margin-top: 20px; }
}
@media(max-width:767px){
    .download-pdf { font-size: 11px; line-height: 1.3; width: 100px; height: 100px; }
    .footer-wrap address{ font-size: 16px; line-height: 1.6; }
    #contact .download-pdf{margin-top:0;}

}
@media(max-width:600px){
    .footer-wrap > *{ width: 100% !important; }
}
/* footer style end */
