/*
Theme Name: Kings Riverside
Author:
Version: 1
*/

.zh-hant body *,
.zh-hans body *{
  line-height: normal !important;
}
.zh-hant .gfmc-field div:not(.gchoice)
{
  line-height: 0px !important;
}
.logo-explode{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.logo-explode svg{
  overflow: visible;
}

[class*="ex-"] {
  transition:transform 1s ease-in-out;
   -webkit-transition:transform 1s ease-in-out;
   -moz-transition:transform 1s ease-in-out;
   -o-transition:transform 1s ease-in-out;
  /* transition-duration: 1s; */
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}
.firstLoadsort [class*="ex-"]{
  opacity: 1;
}


.firstLoad .ex-k,
.firstLoad .ex-ki,
.firstLoad .ex-n,
.firstLoad .ex-g,
.firstLoad .ex-ks,
.firstLoad .ex-r,
.firstLoad .ex-ri,
.firstLoad .ex-v,
.firstLoad .ex-re,
.firstLoad .ex-rr,
.firstLoad .ex-rs,
.firstLoad .ex-rii,
.firstLoad .ex-d,
.firstLoad .ex-ree,
.firstLoad .ex-lo,
.firstLoad .ex-on{
  transform: translateY(0) translateX(0) rotate(0);
}

.ex-k,
.explde .ex-k{
  transform: translateY(74vh) translateX(12vw) rotate(-100deg)
}

.ex-ki,
.explde .ex-ki{
  transform: translateY(-45vh) translateX(5vw) rotate(-100deg);
}
.ex-n,
.explde .ex-n{
  transform: translateY(35vh) translateX(-55vw) rotate(160deg);
}

.ex-g,
.explde .ex-g{
  transform: translateY(0vh) translateX(-57vw) rotate(90deg);
}
.ex-ks,
.explde .ex-ks{
  transform:translateY(-47vh) translateX(40vw) rotate(-120deg);
}
.ex-r,
.explde .ex-r{
  transform:translateY(-55vh) translateX(-10vw) rotate(100deg);
}

.ex-ri,
.explde .ex-ri{
  transform: translateY(0vh) translateX(61.5vw) rotate(-120deg);
}
.ex-v,
.explde .ex-v{
  transform: translateY(-59vh) translateX(20vw) rotate(-120deg)
}
.ex-re,
.explde .ex-re{
  transform: translateY(55vh) translateX(-40vw) rotate(-120deg);
}
.ex-rr,
.explde .ex-rr{
  transform: translateY(50vh) translateX(50vw) rotate(-180deg);
}
.ex-rs,
.explde .ex-rs{
  transform: translateY(-54vh) translateX(-54vw) rotate(-100deg);
}
.ex-rii,
.explde .ex-rii{
  transform: translateY(-65vh) translateX(42vw) rotate(-120deg);
}
.ex-d,
.explde .ex-d{
  transform: translateY(60vh) translateX(-30vw) rotate(-120deg)
}
.ex-ree,
.explde .ex-ree{
  transform: translateY(55vh) translateX(10vw) rotate(-100deg)
}
.ex-lo,
.explde .ex-lo{
  transform: translateY(55vh) translateX(-4vw) rotate(-90deg);
}
.ex-on,
.explde .ex-on{
  transform: translateY(-68vh) translateX(40vw) rotate(-80deg);
}




header{position: fixed; top:0px;
left: 0; z-index: 10;
right: 0;background-color: #fff;}
.gescout-sticky {
		    position: fixed !important;
		    top: -115px;
		    width: 100%;
		    z-index: 999;
		    /* opacity: 0; */
        -webkit-transition: all .5s ease-out;
        -moz-transition:    all .5s ease-out;
        -o-transition:      all .5s ease-out;
        transition:         all .5s ease-out;
		}

		.gescout-show {
		    top: 0;
        background-color: #fff;
		    /* opacity: 1; */
		}
header > div{
  max-width: 1740px;
  padding: 20px;
  margin: 0 auto;
}
.logo{width: 260px;-webkit-transition: width .5s ease-out;
-moz-transition:    width .5s ease-out;
-o-transition:      width .5s ease-out;
transition:         width .5s ease-out;}
header.shrink .logo{width: 160px;}
.menu
{max-width: 100%; width: calc(100% - 280px);}
nav{
  width: 90%;
  padding-right: 5px;

}
ul.mainMenu
{
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
ul.mainMenu li{
  padding: 0 15px;
}
ul.mainMenu li a{
  font-size: 20px;
  line-height: 25px;
  padding: 5px 0;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500;
  color: #676464;
  text-decoration: none
}
.no-touch ul.mainMenu li:hover a{
  color: #5F249F;
    text-decoration: none;
}
ul.mainMenu li.current_page_item a, ul.mainMenu li.current-page-ancestor a, .languageMenu ul li.wpml-ls-current-language a{
    color: #5F249F;
}
.overlay-active ul.mainMenu li.current_page_item a, .overlay-active ul.mainMenu li.current-page-ancestor a{
    color: #fff;
}
.overlay-navigation > div
{
  display: flex;
  justify-content: space-between;
}
.languageMenu ul li {
  padding: 0 5px;
}
ul.languagemenu, ul.languagemenu ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.languagemenu ul
{position: absolute; background: #fff; right: 0px;
min-width: 140px;display: none; padding: 5px;
text-align: left;
top: 27px;
}
.languageMenu ul li a{
  font-size: 13px;
  line-height: 16px;
  padding: 5px 0;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  color: #676464;
  text-decoration: none
}
ul.languagemenu > li > a{
  font-size: 14px;
  line-height: 16px;
min-width: 135px;
  display: block;
  padding: 6px 35px 6px 12px ;
  text-align: left;
  z-index: 1;
  position: relative;
}
.no-touch .languageMenu ul li:hover a{
  color: #5F249F;
    text-decoration: none;
}

.subMenuTrigger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.subMenuTrigger::before{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0px;
  top: 45%;
  border-right: 2px solid #5F249F;
  border-bottom: 2px solid #5F249F;
  transform: translate(-50%, -50%) rotate(45deg);
  -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);
   transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.subMenuTrigger.on::before
{
  transform: translate(-50%, -30%) rotate(-135deg);
}

.EnquireBtn
{
  position: fixed;
  z-index: 10;
  top: 30vh;
  right:-60px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: block;
  background-color: #80E0A7;
}
.page-template-default .EnquireBtn
{display: none;}
.EnquireBtn span{
  display: inline-block;text-transform: uppercase; font-size: 18px;
  line-height: 22px; font-weight: 600; letter-spacing: 1.8px;transform: rotate(-90deg);
   position: absolute;
    top: 65px;
    left: 10px;
}
.zh-hant .EnquireBtn span
{
  left: 30px;
}
.no-touch .EnquireBtn:hover
{
background-color: #5F249F;
}
.no-touch .EnquireBtn:hover span{
  color: #80E0A7;
}

.heroBanner
{
  width: 100%;
  height: 100vh;
  	background-image: url('images/ajax-loader.svg');
    background-color: #f2f2f2;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: 40px;

}
.parallax-mirror::before, .touch .heroBanner .imageHolder::before, .heroBanner .imageHolder::before, .fullWidthImage .jarallax::before
{
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.20;
  background-color: #000;
}
.parallax-window {

    background: transparent;
    /* position: relative; */
    z-index: 2;
  height: 100vh;
  }
  .parallax-window-fullwidth {
    background: transparent;
    /* position: relative; */
    z-index: 2;
    height: 100vh;
  }
.heroCaption
{padding-top: 100px;
  position: absolute;z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.heroCaption h1
{
  width: 100%;
  font-size: 7vw; /*140px*/
  line-height: 5.98vw; /*115px*/
  letter-spacing: -0.14vw; /*-2.8px*/
  font-family: 'SilkSerif-Medium';
  font-weight: normal;
}
.heroCaption h1 span{
  display: block;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  /* opacity: 0; */
}

.heroCaption h1 span span{
  /* -webkit-transform: translate3d(0,110%,0);
transform: translate3d(0,110%,0); */
-webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
transition: transform 1s cubic-bezier(.16,.84,.44,1);
-webkit-transition: transform 1s cubic-bezier(.16,.84,.44,1);
-moz-transition: transform 1s cubic-bezier(.16,.84,.44,1);
-o-transition: transform 1s cubic-bezier(.16,.84,.44,1);
display: block;
}


.heroCaption p{
  max-width: 850px;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin: 40px auto 0 auto;
  opacity: 0;
}
.heroCaption a{
  color: #fff;
}
.no-touch .heroCaption a:hover{
  color: #74D896;
}
/* body.loaded .animateMe .heroCaption h1 span:nth-child(1), body.loaded .animateMe .heroCaption h1 span:nth-child(2),
body.loaded .animateMe .heroCaption h1 span:nth-child(3), body.loaded .animateMe .heroCaption h1 span:nth-child(4),
body.loaded .animateMe .heroCaption p
{
  animation: apperarherotext 1s forwards ease-in-out .2s;
} */
/* body.loaded .animateMe .heroCaption h1 span:nth-child(1)
{

  animation-delay:1s;
}
body.loaded .animateMe .heroCaption h1 span:nth-child(2), body.loaded .animateMe .heroCaption p
{

  animation-delay:1.2s;
}

body.loaded .animateMe .heroCaption h1 span:nth-child(3)
{

  animation-delay:1.8s;
}
body.loaded .animateMe .heroCaption h1 span:nth-child(4)
{

  animation-delay:2.3s;
} */
body.loaded .animateMe .heroCaption h1 span:nth-child(1) span{
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
      transition-delay:1s;
}
body.loaded .animateMe .heroCaption h1 span:nth-child(2) span{
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
      transition-delay:1.2s;
}
body.loaded .animateMe .heroCaption h1 span:nth-child(3) span{
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
      transition-delay:1.4s;
}
body.loaded .animateMe .heroCaption h1 span:nth-child(4) span{
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
      transition-delay:1.6s;
}

.nextScroll{
  cursor: pointer;
  width: 67px;
  height: 67px;
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: all .5s ease-out;
  -moz-transition:    all .5s ease-out;
  -o-transition:      all .5s ease-out;
  transition:         all .5s ease-out;
    transition-delay: 3s;
}

.loaded .animateMe .nextScroll{
  opacity: 1;
}
.loaded .animateMe .nextScroll img{
	-webkit-animation: bounce 3s;
	-moz-animation: bounce 3s;
	-ms-animation: bounce 3s;
	animation: bounce 3s;
  -webkit-animation-iteration-count: 4; /* Safari 4.0 - 8.0 */
  animation-iteration-count: 4;
	-webkit-animation-delay: 2s;
  animation-delay:4.5s;
  border-radius: 100%;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition:    background-color .5s ease-out;
  -o-transition:      background-color .5s ease-out;
  transition:         background-color .5s ease-out;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.no-touch .loaded .animateMe .nextScroll img:hover{
  background-color:#5F249F ;
  border-radius: 100%;
}
.heroBanner .container {
    max-width: 1760px;
    margin: 0 auto;
    position: absolute;
    padding: 0px 60px;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.heroBanner .circleIcon
{

  bottom: -100px;
}
.circleIcon img
{
  width: 100%;
  height: 100%;
}

.downloadcircleIcon img
{
            -webkit-animation: rotateIcon 8s 0s linear infinite;
            -moz-animation: rotateIcon 8s 0s linear infinite;
            -ms-animation: rotateIcon 8s 0s linear infinite;
            animation: rotateIcon 8s 0s linear infinite;
  }

/* hero banner css end here */

.circleIcon
{
  width: 193px;
  height: 193px;
  position: absolute;
}
.pageIntro > div{
  padding: 60px 60px;
  max-width: 1390px;
  margin: 0 auto;
  text-align: center;
  color: #5F249F;
  font-size: 33px;
  line-height: 38px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
}
.pageIntro > div h2
{
  font-size: 4.16vw /*80px*/;
  line-height: 3.80vw /*73px*/;
  margin-bottom: 40px;
}
.pageIntro > div p{
  max-width: 850px;
  margin: 0 auto;
}
.page-template-template-the-kings-architect-php .pageIntro > div p{
  max-width: 575px;
  margin: 0 auto;
}
/* PAGE INTRO CSS End */

.PromoCards
{
  max-width: 1750px;
  padding: 0 60px;
  margin: 0 auto;
}
.PromoCards .leftcards
{
  width: 57%;
}
.PromoCards .rightcard
{
  width: 43%;
}
.PromoCards .leftcards > div{
  width: 50%;
  padding-right: 15px;
  margin-bottom: 60px;
}

.PromoCards .leftcards > div > div{
  height: 100%;
  border-left: 1px solid #707070;
  position: relative;
}
.PromoCards .leftcards > div > div .imageBlock
{
  overflow: hidden;
  position: relative;
}
.PromoCards .leftcards > div > div .imageBlock::before
{
  content: '';
  display: block;
  padding-top: 95%;
}
.PromoCards .leftcards > div > div h2
{
  font-family: 'proxima-nova', sans-serif;
  margin: 0;
  padding-bottom: 10px;
  text-transform: none;
  font-size: 39px;
  line-height: 38px;
  font-weight: 300;
  color: #5F249F;
}
.PromoCards .leftcards > div > div .TextBlock
{
  padding: 50px 15px 10px 15px;
  position: relative;
  color: #676464;
  font-size: 22px;
  line-height: 28px;
}

.PromoCards .leftcards > div > div .moreLink
{
  position: absolute;
  bottom: 0;
  left: 15px;
}
.PromoCards .rightcard > div
{
  height: 100%;
}
.PromoCards .rightcard > div > div{
  position: relative;
  height: 79%;
}
.PromoCards .rightcard > div > div .TextBlock
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  padding: 30% 10% 10% 10%;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
}

.PromoCards .rightcard > div > div .TextBlock h2
{
  font-size: 4.32vw /*83px*/;
  line-height: 4.47vw /*86px*/;
  letter-spacing: -0.37vw /*-7.13px*/;
}
.PromoCards .rightcard > div > div .TextBlock .moreLink
{
  position: relative !important;
  left: 0;
  bottom: 0;
  color: #fff;
}

.PromoCards .rightcard > div > div .TextBlock .moreLink::after
{
  background-image: url('images/link-arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* PromoCards css end here */
.TwoImagePromo .col_1_1
{
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1770px;
}
.TwoImagePromo .col{padding: 10px;}
.TwoImagePromo .col > div{position: relative;}
.TwoImagePromo .col > div.imageBlock
{
  overflow: hidden;
}
.TwoImagePromo .col > div.imageBlock::before
{content: '';
display: block;
padding-top: 73%;}
.TwoImagePromo .col:nth-child(1)
{
  padding-top: 7%;
  display: flex;
  flex-direction: column-reverse;
}
.TwoImagePromo .col:nth-child(1) .titleImg
{
  margin-top: 0%;
  /* margin-top: -17.5%;  */
  z-index: 1; text-align:center; }


.TwoImagePromo .col:nth-child(1) .titleImg::before
{
  content: '';
  position: relative;
  display: block;
  padding-top: 45%;
}
.TwoImagePromo .col:nth-child(1) .titleImg .imageHolder
{top: 20px;bottom: 20px;}

.TwoImagePromo .col .titleImg img{
  width: auto;
    height: auto;
  margin: 0 auto;
  height: 100%;
  /* min-height: 300px; */
}

.TwoImagePromo .col:nth-child(2)
{
  /* margin-top: -18%; */
  margin-top: 0;
}
.TwoImagePromo .col:nth-child(2) .titleImg
{z-index: 1; text-align:center;}
.TwoImagePromo .col:nth-child(2) > div.imageBlock
{
  /* margin-top: -5%; */
  margin-top: 5%;
}
/* TwoImagePromo end here */


.TitleTextImageCardRow
{
text-align: center;
}
.TitleTextImageCardRow .rowIntro{
  max-width: 1820px;
padding: 20px 60px;
margin: 0 auto;
font-size: 40px;
line-height: 48px;
font-weight: 300;
}
.TitleTextImageCardRow .rowIntro h3
{color: #676464;
  font-family: 'proxima-nova', sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 300;
}

.imgCurveTextCard
{
    max-width: 1840px;
    padding: 0 40px 30px 40px;
    margin: 15px auto 30px auto;
}
.imgCurveTextCard .slick-arrow{top: 55%;}
.imgCurveTextCard .col{
  padding: 20px;
  text-align: center;
  height: 100%;
}
.imgCurveTextCard .col .box{width: 100%; position: relative; padding: 0%; border-radius: 100%; overflow: hidden; margin: 0 auto;}
.imgCurveTextCard .col .box .imageHolder {
    position: absolute;
    left: 8%;
    top: 8%;
    right: 8%;
    bottom: 8%;
    border-radius: 100%;
    overflow: hidden;
    background-image: url('images/ajax-loader.svg');
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
}
.imgCurveTextCard .col svg
{
	width: 180%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.imgCurveTextCard .col svg text{
	font-size: 20px;
  fill: #74D896;
  font-family: 'SilkSerif-Medium';
  font-weight: normal;
  text-transform: uppercase;
}
.imgCurveTextCard .col .imageBlock
{
  position: relative;

}
.imgCurveTextCard .col .TextBlock
{
  max-width: 350px;
  margin: 0 auto 20px auto;
}
.imgCurveTextCard .col .moreLink
{position: absolute !important;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
/* imgCurveTextCard end here */


/* .historyTimeline
{
  margin: 0 auto;
  height: 95vh;
  position: relative;
overflow: auto;
width: 100%;
} */
/* .historyTimeline img, .historyTimeline svg{
  width: auto;
  height: 100%;
  max-width: none;

} */
/*
.progress-container
{
	border: 1px solid rgba(255, 255, 255,1);
  border-left: 0;
  border-right: 0;
	border-radius: 0;
	background-color: #e3e0db;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
}

.progress-bar
{
	border-radius: 0;
	background-color: #5F249F;
    height: 4px;
    width: 10px;
}
.historyTimeline .imageHolder {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
} */


/* new history css start=========================== */
path.LineDraw
{
  stroke-dasharray: 6400;
  /* stroke-dashoffset: 6400; */
  animation-delay: 2s;
}
path.LineDraw.slide-1
{

/* stroke-dashoffset: 6400; */
-webkit-animation: step1 2s linear forwards;
-moz-animation: step1 2s linear forwards;
-o-animation: step1 2s linear forwards;
animation: step1 2s linear forwards;
/* animation-delay: 4s; */

}
path.LineDraw.slide-1.slide-2
{
/* stroke-dashoffset: 5920; */
-webkit-animation: step2 2s linear forwards;
-moz-animation: step2 2s linear forwards;
-o-animation: step2 2s linear forwards;
animation: step2 2s linear forwards;
/* animation-delay: 6s; */
}
path.LineDraw.slide-1.slide-2.slide-3
{
  /* stroke-dashoffset:  5550; */
-webkit-animation: step3 2s linear forwards;
-moz-animation: step3 2s linear forwards;
-o-animation: step3 2s linear forwards;
animation: step3 2s linear forwards;
/* animation-delay: 8s; */
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4
{
  /* stroke-dashoffset:5140; */
-webkit-animation: step4 2s linear forwards;
-moz-animation: step4 2s linear forwards;
-o-animation: step4 2s linear forwards;
animation: step4 2s linear forwards;
/* animation-delay: 10s; */
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5
{
  /* stroke-dashoffset: 4720px; */
-webkit-animation: step5 2s linear forwards;
-moz-animation: step5 2s linear forwards;
-o-animation: step5 2s linear forwards;
animation: step5 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6
{
  /* stroke-dashoffset: 4320px; */
-webkit-animation: step6 2s linear forwards;
-moz-animation: step6 2s linear forwards;
-o-animation: step6 2s linear forwards;
animation: step6 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7
{
-webkit-animation: step7 2s linear forwards;
-moz-animation: step7 2s linear forwards;
-o-animation: step7 2s linear forwards;
animation: step7 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8
{
-webkit-animation: step8 2s linear forwards;
-moz-animation: step8 2s linear forwards;
-o-animation: step8 2s linear forwards;
animation: step8 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9
{
-webkit-animation: step9 2s linear forwards;
-moz-animation: step9 2s linear forwards;
-o-animation: step9 2s linear forwards;
animation: step9 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9.slide-10
{
-webkit-animation: step10 2s linear forwards;
-moz-animation: step10 2s linear forwards;
-o-animation: step10 2s linear forwards;
animation: step10 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9.slide-10.slide-11
{
-webkit-animation: step11 2s linear forwards;
-moz-animation: step11 2s linear forwards;
-o-animation: step11 2s linear forwards;
animation: step11 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9.slide-10.slide-11.slide-12
{
-webkit-animation: step12 2s linear forwards;
-moz-animation: step12 2s linear forwards;
-o-animation: step12 2s linear forwards;
animation: step12 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9.slide-10.slide-11.slide-12.slide-13
{
-webkit-animation: step13 2s linear forwards;
-moz-animation: step13 2s linear forwards;
-o-animation: step13 2s linear forwards;
animation: step13 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9.slide-10.slide-11.slide-12.slide-13.slide-14
{
-webkit-animation: step14 2s linear forwards;
-moz-animation: step14 2s linear forwards;
-o-animation: step14 2s linear forwards;
animation: step14 2s linear forwards;
}
path.LineDraw.slide-1.slide-2.slide-3.slide-4.slide-5.slide-6.slide-7.slide-8.slide-9.slide-10.slide-11.slide-12.slide-13.slide-14.slide-15
{
-webkit-animation: step15 2s linear forwards;
-moz-animation: step15 2s linear forwards;
-o-animation: step15 2s linear forwards;
animation: step15 2s linear forwards;
}

 @keyframes step1 {
  0% {stroke-dashoffset: 6400px; }
  100% {stroke-dashoffset: 5920px; }
}
@-webkit-keyframes step1 {
  0% {stroke-dashoffset: 6400px; }
  100% {stroke-dashoffset: 5920px; }
}
@keyframes step2 {
  0% {stroke-dashoffset: 5920px; }
  100% {stroke-dashoffset: 5550px; }
}
@-webkit-keyframes step2 {
  0% {stroke-dashoffset: 5920px; }
  100% {stroke-dashoffset: 5550px; }
}
@keyframes step3 {
  0% {stroke-dashoffset: 5550px; }
  100% {stroke-dashoffset: 5140px; }
}
@-webkit-keyframes step3 {
  0% {stroke-dashoffset: 5550px; }
  100% {stroke-dashoffset: 5140px; }
}
@keyframes step4 {
  0% {stroke-dashoffset: 5140px; }
  100% {stroke-dashoffset: 4720px; }
}
@-webkit-keyframes step4 {
  0% {stroke-dashoffset: 5140px; }
  100% {stroke-dashoffset: 4720px; }
}

@keyframes step5 {
  0% {stroke-dashoffset: 4720px; }
  100% {stroke-dashoffset: 4320px; }
}
@-webkit-keyframes step5 {
  0% {stroke-dashoffset: 4720px; }
  100% {stroke-dashoffset: 4320px; }
}
@keyframes step6 {
  0% {stroke-dashoffset: 4320px; }
  100% {stroke-dashoffset: 3890px; }
}
@-webkit-keyframes step6 {
  0% {stroke-dashoffset: 4320px; }
  100% {stroke-dashoffset: 3890px; }
}
@keyframes step7 {
  0% {stroke-dashoffset: 3890px; }
  100% {stroke-dashoffset: 3480px; }
}
@-webkit-keyframes step7 {
  0% {stroke-dashoffset: 3890px; }
  100% {stroke-dashoffset: 3480px; }
}
@keyframes step8 {
  0% {stroke-dashoffset: 3480px; }
  100% {stroke-dashoffset: 3070px; }
}
@-webkit-keyframes step8 {
  0% {stroke-dashoffset: 3480px; }
  100% {stroke-dashoffset: 3070px; }
}
@keyframes step9 {
  0% {stroke-dashoffset: 3070px; }
  100% {stroke-dashoffset: 2630px; }
}
@-webkit-keyframes step9 {
  0% {stroke-dashoffset: 3070px; }
  100% {stroke-dashoffset: 2630px; }
}
@keyframes step10 {
  0% {stroke-dashoffset: 2630px; }
  100% {stroke-dashoffset: 2220px; }
}
@-webkit-keyframes step10 {
  0% {stroke-dashoffset: 2630px; }
  100% {stroke-dashoffset: 2220px; }
}
@keyframes step11 {
  0% {stroke-dashoffset: 2220px; }
  100% {stroke-dashoffset: 1800px; }
}
@-webkit-keyframes step11 {
  0% {stroke-dashoffset: 2220px; }
  100% {stroke-dashoffset: 1800px; }
}
@keyframes step12 {
  0% {stroke-dashoffset: 1800px; }
  100% {stroke-dashoffset: 1380px; }
}
@-webkit-keyframes step12 {
  0% {stroke-dashoffset: 1800px; }
  100% {stroke-dashoffset: 1380px; }
}
@keyframes step13 {
  0% {stroke-dashoffset: 1380px; }
  100% {stroke-dashoffset: 970px; }
}
@-webkit-keyframes step13 {
  0% {stroke-dashoffset: 1380px; }
  100% {stroke-dashoffset: 970px; }
}
@keyframes step14 {
  0% {stroke-dashoffset: 970px; }
  100% {stroke-dashoffset: 510px; }
}
@-webkit-keyframes step14 {
  0% {stroke-dashoffset: 970px; }
  100% {stroke-dashoffset: 510px; }
}
@keyframes step15 {
  0% {stroke-dashoffset: 510px; }
  100% {stroke-dashoffset: 0px; }
}
@-webkit-keyframes step15 {
  0% {stroke-dashoffset: 510px; }
  100% {stroke-dashoffset: 0px; }
}
.timeline
{height: 95vh;position: relative;
  /* touch-action: none; */
}

.disablescroll
{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /* background-color: rgba(255, 0, 0, 0.5); */
  /* cursor: pointer; */
  cursor: url("images/dragger-curser.svg") 60 60, url("images/dragger-curser.svg") 60 60, default;

}
.mac-os .disablescroll, .touch .disablescroll
{
  display: none !important;
}




/* .disablescroll{
opacity: 0;
-webkit-transition: opacity .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    opacity .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      opacity .3s cubic-bezier(.16,.84,.44,1);
transition:         opacity .3s cubic-bezier(.16,.84,.44,1);
}
.disablescroll:hover{opacity: 1;} */

.wrap{
       cursor: url("images/dragger-curser.svg") 60 60, url("images/dragger-curser.svg") 60 60, default;
   }
.wrap {
	position: relative;
	margin: 0;
  height: 95vh;
}

/* Frame */
.frame {
height: 100%;
	overflow: hidden;
  position: relative;
  z-index: 0;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
  overflow: hidden;
display: flex;
	  background: url('images/timeline-new/timeline-bg.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:cover;
}
.frame ul li {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
  opacity: 0;
  transition: opacity 1s ease .2s;
  -webkit-transition: opacity 1s ease .2s;
  -moz-transition: opacity 1s ease .2s;
  -o-transition: opacity 1s ease .2s;
}
.frame ul li:nth-child(2)
{
  margin-left: -35px;
}

.frame ul li.activeSlide
{
  opacity: 1;
}
.frame ul li svg, .overlayLine svg{
  height: 100%;
  width: auto;
}
.overlayLine
{
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 -2px 0;
	height: 2px;
position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #5F249F;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}



/* new history css end=========================== */








   /* .timeline::before
   {
     content: '';
     display: block;
     padding-top: 46.5%;
   }
   .timelinewrap
   {position: absolute;
   width: 100%;
 height: 100%;
top: 0px;
left: 0px;} */
   /* #HistoryImg{
     position: relative;
     width: 100%;
     overflow-x: hidden;
     overflow-y: hidden;
     white-space: nowrap;
     -webkit-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
       user-select: none;
     cursor: pointer;
   }

   .touch #HistoryImg
   {
     overflow-x: scroll;
   }
.historyTimeline > div
{

  width: 100%;
}

	.historyTimeline .timeblock
	{
    opacity: 0;
			transform: translateX(30px);
		transition: opacity 1s ease .2s, transform 1s ease .2s;
		-webkit-transition: opacity 1s ease .2s, transform 1s ease .2s;
		-moz-transition: opacity 1s ease .2s, transform 1s ease .2s;
		-o-transition: opacity 1s ease .2s, transform 1s ease .2s;
	}
	.historyTimeline .timeblock.animateMe
	{
		opacity: 1;
		transform: translateX(0px);
	} */



.fullWidthImage
{
  /* background-color: #fff;
  overflow: hidden; */
  /* min-height: 70vw; */
  position: relative;
}
.fullWidthImage .imageHolder
{
      background-attachment: fixed;
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fullWidthImage .Imgcaption
{
  padding: 20px 20px 20px 8%;
  line-height: 22px;
}

.fullsvgimageRow{
  text-align: center;
  padding: 50px 60px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* height: 500px; */
}
.fullsvgimageRow img{
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
  /* height: 100%; */
}

.fullsvgimageRow .circleIcon
{
  bottom: 15%;
      left: 15%;
}


/* fullsvgimageRow end here */
.mappointerSec
{
  width: 100%;
  max-width: 1720px;
  padding: 0px 60px;
  margin: 0 auto 50px auto;

}
.mappointerSec > div{position: relative; }
.mappointerSec > div::before
{content: '';
display: block;
padding-top: 70%;}
.zoomPan
{
  position: absolute !important;
  width: 100%;
  left: 0px;
  top: 0px;
}
.mapimg img {
  width: 100%
}
.MapPointer
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.MapPointer > span{
  display: block;
  width: 2.34vw;
    height: 2.34vw;
  /* width: 45px;
  height: 45px; */
  position: absolute;

}
.MapPointer > span::before
{
  content:'' ;
  display: block;width: 100%;
  height: 100%;
  position:absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url('images/hotspot-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99%;
  cursor: pointer;
}
.pointerblock
{
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 0;
  top: 1px;
  background: #fff;
  border-radius: 50px;
  color: #5F249F;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  left: 0;
  padding: 12px 12px 12px 55px;
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(.16,.84,.44,1);
  -webkit-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
  -moz-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
  -o-transition: all 0.5s cubic-bezier(.16,.84,.44,1);

}
.pointerblock b{
  opacity: 0;
  transition: all 0.5s cubic-bezier(.16,.84,.44,1);
  -webkit-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
  -moz-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
  -o-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
}
.MapPointer span:hover .pointerblock
{
  width: 235px;
  left: 0;
  opacity: 1;
    transition-delay: 0.5s;
}
.MapPointer span:hover .pointerblock b
{
opacity: 1;
}
.zoomingIcon {
  position: absolute;
  right: 37px;
  top: 39px;
  text-align: center;
  z-index: 2;
}
.touch .zoomingIcon, .no-touch .imgNote
{display: none;}
 .imgNote{
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
}

.zoomingIcon a {
  display: block;
  background-color: #80E0A7;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.zoomingIcon a.zoomOut {
  border-top: 1px solid #fff
}

.zoomingIcon svg {
  width: 25px;
  height: 25px;
}


/* vision map tooltip section end */

.visionStatistics > div.container
{
  max-width: 1820px;
    padding: 80px 60px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.visionStatistics > div.container h3
{
  font-size: 70px;
  line-height: 84px;
  color: #676464;
  font-weight: 300;
}
.visionStatistics > div.container .introTxt
{
  font-size: 33px;
  line-height: 40px;
  color: #676464;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.visionStatistics > div.container .col_1_1
{align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-top: -6%;
  /* max-width: 1600px; */
}

.visionStatistics > div.container .col_1_1 .col
{
  width: 33.33%;
  padding: 20px;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(1) .imageHolder
{
margin-left: -30%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(2) .imageHolder
{
margin-left: -25%;
margin-top: 28%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(3) .imageHolder
{
margin-left: -20%;
margin-top: 35%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(4) .imageHolder
{
margin-left: 10%;
margin-top: -45%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(5)  .imageHolder
{
  margin-left: 20%;
margin-top: -5%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(6) .imageHolder
{

  margin-left: -15%;
margin-top: -20%;
}

.visionStatistics > div.container .col_1_1 .col:nth-child(7) .imageHolder
{
  margin-left: -75%;
      margin-top: -45%;
}

.visionStatistics  > div.container .col_1_1 .col .imageHolder
{position: relative; width: 130%;}
/* .visionStatistics > div.container .col_1_1 .col .imageHolder
{
  top: 30px;
  right: 20px;
  bottom: 30px;
  left: 20px;
} */
/* .visionStatistics > div.container .col_1_1 .col::before
{
  content: '';
  display: block;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(1)::before
{
  padding-top: 77%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(2)::before
{
  padding-top: 43%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(3)::before
{
  padding-top: 56%;
}
.visionStatistics > div.container .col_1_1 .col:nth-child(4)::before
{
  padding-top: 90%;
} */

.visionStatistics > div.container .col_1_1 .col img
{
  margin: 0 auto 0 0;
  vertical-align: middle;
  width: 100%;
    height: auto;
}
/* .visionStatistics > div.container .col_1_1 .col:nth-child(3) img, .visionStatistics > div.container .col_1_1 .col:nth-child(4) img
{
  margin: 0 0 0 auto;
  width: auto;
    height: 100%;
} */

.visionStatistics > div.container .circleIcon
{
  top: -100px;
  right:60px;
}


/* visionStatistics row end here */

.QuoteTextBg
{
  background-image: url('images/pattern2.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #5F249F;
  padding: 100px 120px 140px 120px;

}
.QuoteTextBg .authorname
{
  font-size: 1.56vw;
  /* 30px;  */
  line-height: 1.875VW;
  /* 36px; */
  font-weight: 300;
}
.QuoteTextBg > div
{
  max-width: 1030px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.quoteTxt
{
  font-size: 2.86vw;
  /* 55px; */
  line-height: 2.60vw;
  /* 50px; */
  letter-spacing: -0.14vw;
  font-weight: 300;
  padding-bottom: 50px;
}
.quoteTxt::before
{
  content: '';
  display: block;
  position: relative;
  margin: 0 auto 40px auto;
  width: 20px;
  height: 40px;
  background-image: url('images/start-single-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.quoteTxt::after
{
  content: '';
  display: block;
  position: relative;
  margin: 40px auto 0 auto;
  width: 20px;
  height: 40px;
  background-image: url('images/end-single-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.quoteTxt u
{
  background-image: linear-gradient(#ffffff, #ffffff);
   background-position: 0% 80%;
   background-repeat: no-repeat;
   background-size: 100% 1px;
   text-decoration: none;
   display: inline;
}
/* QuoteTextBg end here */

.QuoteImgBg
{
  background-image: url('images/pattern2.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #5F249F;
  padding: 80px 120px 120px 120px;
  /* display: none; */
}

.QuoteImgBg > div
{
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.QuoteImgBg > div::before
{
  content: '';
  display: block;
  padding-top: 45%;
}

.QuoteImgBg > div img{
  margin: 0 auto;
  height: 100%;
}
.TwoColTextImg + .QuoteImgBg
{
  margin-top: -3%;
  z-index: -1;
}

/* QuoteImgBg end here */

.TwoColTextImg .container
{
  margin: 0 auto;
  padding: 10px 50px;
  max-width: 1760px;

}
.TwoColTextImg .container .col_1_1 .col
{
    color: #676464;
    font-size: 22px;
    line-height: 28px;

}

.TwoColTextImg .container .leftCol, .TwoColTextImg .container .rightCol
{
  width: 50%;
  justify-content: center;
  margin-top: -5%;
}
.TwoColTextImg .container .col_1_1 .col, .TwoColTextImg .container .imageText{
  padding: 20px 10px;

}
.TwoColTextImg .container .leftCol .col_1_1 .col:nth-child(1)
{
  order: 3;
}
.TwoColTextImg .container .leftCol .col_1_1 .col:nth-child(2)
{
  order: 4;
}
.TwoColTextImg .container .leftCol .col_1_1 .col:nth-child(4)
{
  order: 2;
}

.TwoColTextImg .container .leftCol .col_1_1 .col:nth-child(3)
{
  order:1;
}
.TwoColTextImg .container .imageText
{
    margin-top: -8%;
    max-width: 530px;
    width: 100%;
    position: relative;
}
.TwoColTextImg .container .imageText::before
{
  content: '';
  display: block;
  padding-top: 50%;
}
.TwoColTextImg .container .imageText img
{width: 100%;
  /* max-width: 90%; */
  height: 100%;}
.TwoColTextImg .container .col_1_1 .col > div{
  position: relative;
  overflow: hidden;
}
.TwoColTextImg .container .col_1_1 .col > div::before{
  content: '';
  display: block;
  padding-top: 125%;
  position: relative;
}
/* TwoColTextImg end here */
.ArchitectInfo
{
  background: #fff;
  z-index: 4;
}
.ArchitectInfo > div{
  margin: 0 auto;
  padding: 70px 50px;
    max-width: 1760px;
}
.ArchitectInfo > div .ArchitectText
{
  width: 45%;
  padding-left: 60px;
  font-size: 22px;
  line-height: 28px;
  color: #676464;
}
.ArchitectInfo > div .ArchitectImg
{
  width: 55%;
}
.ArchitectInfo > div .ArchitectText > div{
  padding-left: 20px;
  border-left: 1px solid #707070;
  position: relative;
}
.ArchitectInfo > div .ArchitectText > div::after
{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 12px;
  background-color: #707070;
}
.ArchitectInfo > div .ArchitectText > div h3{
  color: #676464;
  font-size: 70px;
  line-height: 67px;
  font-weight: 300;
  padding-bottom: 20px;
}
.ArchitectText .moreLink
{
  position: relative;
  bottom: 0;
}
.ArchitectInfo > div > div{
  padding: 10px;
}
.architectprofile
{
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #000;
}
.architectprofile span{
  display: block;
  font-family: 'SilkSerif-Medium';
}
.architectprofile span::after
{
  content: '';
  display: block;
  position: relative;
  margin: 20px 0 10px 0;
  background: #000;
  width: 20px;
  height: 1px;
}
/* vision page css end here */


.TeamList > div, .NewsList > div{
  max-width: 1450px;
  margin: 0 auto;
  padding: 50px 50px;
  align-items: flex-start;
}
.NewsList > div{
  max-width: 1760px;
  padding: 0 50px;
}
.TeamList > div .col, .NewsList > div .col
{
  padding: 0 15px;
  width: 33.33%;
  border-left: 1px solid #707070;
margin-bottom: 100px;
position: relative;
}
.NewsList > div .col .Descri{

  padding: 20px 15px 0 15px;
  }
.NewsList > div .col
{
    border-left: 0 solid #707070;
    padding: 0 10px 10px 10px;
  width: 25%;
  display: block;
}
.TeamList > div .col::before, .NewsList > div .col::before, .PromoCards .leftcards > div > div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 20px;
    background-color: #707070;
}
.NewsList > div .col .Descri::before {
    content: '';
    visibility: visible;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #707070;
}
.NewsList > div.col_1_1_1_1
{
  align-items: stretch;
}
.NewsList > div .col::before
{
  left: 10px;
}
.NewsList > div .col .moreLink
{
  position: absolute;
  bottom: 0;

}

.NewsList > h2
{
  max-width: 1760px;
  padding: 60px 60px;
  margin: 0 auto;
  text-align: center;
  color: #74D896;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: -4.2px;
}
.TeamList > div .col:nth-child(1), .TeamList > div .col:nth-child(1) > div:nth-child(1)
{
  width: 100%;
	align-items: flex-start;
}

.TeamList > div .col:nth-child(1) .imageBlock
{
  position: relative;
  width: 100%;
  max-width: calc(33.33% - 21px);
  overflow: hidden;

}
.TeamList > div .col:nth-child(1) h5{height: auto !important;}
.TeamList > div .col:nth-child(1) .TextBlock
{
  max-width: 66.66%;
  padding-left: 30px;
  column-count: 2;
  column-gap: 15px;
}
.TeamList > div .col h5
{font-size: 45px;
line-height: 50px;
font-weight: 300;
color: #2B2E34;
}
.NewsList > div .col h5
{
  color: #5F249F;
  font-size: 39px;
  line-height: 38px;
  font-weight: 300;
  padding-bottom: 10px;
}
.TeamList > div .col h6, .NewsList > div .col h6
{font-size: 25px;
line-height: 30px;
color: #5F249F;
font-weight: 400;
}
.TeamList > div .col .imageBlock, .NewsList > div .col .imageBlock
{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.NewsList > div .col .imageBlock
{
  margin-bottom: 0;
}
.TeamList > div .col .imageBlock::before
{
  content: '';
  display: block;
  padding-top: 75%;
}
.NewsList > div .col .imageBlock::before
{
  content: '';
  display: block;
  padding-top: 95%;
}
.TeamList > div .col .TextBlock, .NewsList > div .col .TextBlock
{font-size: 22px;
line-height: 28px;
color: #676464;}
.TeamList > div .col .TextBlock p:last-of-type
{
  padding: 0;
}


.pressReleaseLaunches > div.container
{
  max-width: 1760px;
  margin: 0 auto;
  padding: 130px 60px 0 60px;
}
.pressReleaseLaunches > div.container .pressRelease
{
  width: 50%;
  padding-right: 10px;
  display: flex;
    flex-direction: column;
}
.pressReleaseLaunches > div.container .pressRelease table{
  position: relative;
}
.pressReleaseLaunches > div.container .pressRelease table tr th:last-child
{
	text-align: center;
  height: 50px;

}
.timecol
{min-width: 100px; color: #5F249F; font-weight: 600;}
.yearcol
{min-width: 100px; position: absolute;
    top: 0;
    right: 25px;}
.pressReleaseLaunches > div.container .launches
{
  width: 50%;
  padding-left: 10px;
  padding-right: 140px;
	position: relative;
  display: flex;
    flex-direction: column;
}
.pressReleaseLaunches > div.container .launches table{

  margin-bottom: 0;
}
.pressReleaseLaunches > div.container .pressRelease > div, .pressReleaseLaunches > div.container .launches > div{height: 100%; background-color:rgba(96,36,159, 0.06); }

.resWrap
{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;

}
.pressReleaseLaunches > div.container .pressRelease table{
	min-width: 320px;
  margin-bottom: 0;

}
.registerBtn
{
	width: 115px;
    height: 115px;
    border-radius: 50%;
    background: #59269E;
    color: #fff;
    padding: 0;
		display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    font-size: 21px;
    font-weight: 700;
    border: 1px solid #59269E;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
		position: absolute;
		right: 0;
		top: calc(50% + 90px);
		transform: translateY(-50%);
}
.registerBtn span{
  text-align: center;
}
.noRecord
{padding: 40px;
text-align: center;
font-size: 24px;
line-height: 28px;
font-weight: 600;}
.pressReleaseLaunches > div.container > div h4
{
  color: #63656A;
  font-size: 50px;
  line-height: 56px;
font-weight: 300;
text-align: center;
}

.pressReleaseLaunches table select{width: auto; font-weight: 600; font-size: 22px;}
.pressReleaseLaunches > div.container .pressRelease table tr td:nth-child(1),
.pressReleaseLaunches > div.container .pressRelease table tr th:nth-child(1)
{
  padding-left: 4%;
}
.pressReleaseLaunches > div.container .pressRelease table tr td:last-child
{
  text-align: center;
}
.pressReleaseLaunches
{margin-bottom: 50px;}
.downloadIcon, .linkIcon
{
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  filter: grayscale(0);
}

.downloadIcon:hover, .linkIcon:hover
{
    filter: grayscale(1);
}
.downloadIcon
{

  background-image: url('images/press-download-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 22px;
}
.linkIcon
{

  background-image: url('images/link-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 22px;
}
.pressReleaseLaunches > div.container .launches table td
{
  font-size: 22px;
  line-height: 28px;
  color: #676464;
  padding: 34px 30px;
}
.pressReleaseLaunches > div.container .launches table td h5
{
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #5F249F;
}
.pressReleaseLaunches > div.container .launches table td .moreLink
{
  font-size: 22px;
  line-height: 28px;
  color: #676464;
}

/* news page css end here */
.threeImages .col_1_1_1
{
  max-width: 1510px;
  padding: 0 50px;
  margin: 0 auto;
}
.threeImages .col_1_1_1 .col{
  padding: 10px;
}
.Imgcaption
{
  font-size: 16px;
  line-height: 20px;
  color: #696969;
  display: block;
  padding: 10px 0;
  text-align: left;
}
.threeImages .col_1_1_1 .col .Imgcaption
{
  font-size: 22px;
  line-height: 28px;
  padding: 10px 0;
  color: #676464;
  display: block;
}
.connectivityMap
{
  width: 100vw;
  height: 100vh;
  position: relative;
margin-top: 7vw;
display: flex;
align-items: stretch;
}

.connectivityMap::after
{
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-image: url('images/ajax-loader.svg');
  background-color: rgb(222 208 237 / 50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.connectivityMap.loading::after
{
  opacity: 1;
  z-index: 5;
}
.mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-logo
{
  display: none !important;
}
#transportMap{
  width: 100vw;
  height: 100%;
  /* min-height: 500px; */
  position: relative;
  z-index: 1;
}
.mapMenu
{
  background-color: #5f249f;
      color: #fff;
width: 350px;
/* height: 100%; */
z-index: 2;
padding: 40px 20px;
background-color:#5f249f;}
.mapMenu h5
{
  font-family: 'SilkSerif-Medium';
font-weight: normal;
text-transform: uppercase;
color: #fff;
}
.mapMenu ul{margin: 30px 0px 0px 0px;
padding: 0px;
list-style: none;}
.mapMenu ul li{
  padding: 10px 0px;
}
  .mapMenu ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 0px;
  color: #383838;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #000;
  text-transform: uppercase;
  background-color: #fff;
}

  .mapMenu ul li a.active{
  background-color: #80e0a7;
}
.mapMenu a img{
  width: 35px;
  height: 35px;
}
/* connectivity page end here */

.TextImageRow .col_1_1, .ImageTextRow .col_1_1, .TitleTextTwoImage .col_1_1, .TextThreeImageRow .col_1_1
{
  max-width: 1760px;
  padding: 35px 50px;
align-items: flex-start;
}

.TitleTextTwoImage .col_1_1
{
	align-items: flex-end;
}
.TextImageRow .col_1_1 .col.imageBlock, .ImageTextRow .col_1_1 .col.imageBlock
{
  padding: 0;
}
.ImageTextRow
{
  margin-top: -7vw;
}

.page-template-template-amenities-php .fullWidthImage
{
  margin: 20px auto;
}
.page-template-template-amenities-php .BgTextThreeImage
{
  margin-top: 20px
}

.page-template-template-amenities-php .TextImageRow .col_1_1
{
  align-items: center;
}
.ImageTextRow .col_1_1 .col.imageBlock
{padding: 10px;}
.TextImageRow .col_1_1 .col.TextBlock, .ImageTextRow .col_1_1 .col.TextBlock, .TextThreeImageRow .col_1_1 .col.TextImgBlock,
.TitleTextTwoImage .col_1_1 .col.TextBlock
{
  font-size: 22px;
  line-height: 28px;
  color: #676464;

}

.ImageTextRow .col_1_1 .col.TextBlock > div {
    margin-right: 0;
    padding-right: 13%;
    margin-left: auto;
    margin-top: -20px;
    max-width: 520px;
    padding-bottom: 0px;
}
.TextThreeImageRow .col_1_1 .col.TextImgBlock
{
  padding: 0 10px;
}
.TextThreeImageRow .col_1_1 .col.imageBlock
{
  padding-right: 10px;
}
.TextImageRow .col_1_1 .col.TextBlock
{
  padding: 0 10px;
  margin-top: -10px;
}
.ImageTextRow .col_1_1 .col.TextBlock
{
  padding: 9vw 10px 0px 10px;

}
.TextImageRow .col_1_1 .col.imageBlock, .TitleTextTwoImage .col_1_1 .col.imageBlock
{
  display: flex;
  flex-grow: 1;

}
.TextImageRow .col_1_1 .col.imageBlock > div, .TitleTextTwoImage .col_1_1 .col.imageBlock > div{
  width: 50%;
  padding: 10px;
}

.SmallText, .BigText
{
  color: #74D896;
  display: block;
  text-transform: uppercase;
  	font-family: 'SilkSerif-Medium';
}
.SmallText
{
  font-size: 2.160vw;
  /* 50px; */
  line-height: 2.29vw;
  /* 44px; */
  letter-spacing: -0.13vw;
  /* -2.5px; */
}
.SmallText span{
  padding-left: 7%;
  display: block;
}
.BigText{
  font-size: 3.64vw;
  /* 70px; */
  line-height: 3.125VW;
  /* 60px; */
  letter-spacing: -0.18vw;
  /* -3.5px; */
}
.BigText span{
  display: inline;
  padding-left: 7%;
}
.TextImageRow .col_1_1 .col.TextBlock .BigText, .ImageTextRow .col_1_1 .col.TextBlock .BigText,
.TitleTextTwoImage .col_1_1 .col.TextBlock > div .BigText, .TextThreeImageRow .col_1_1 .col.TextImgBlock > div .BigText
{
  padding-bottom: 20px;
}
.TextImageRow .col_1_1 .col.TextBlock  > div p, .ImageTextRow .col_1_1 .col.TextBlock  > div p{
  max-width: 530px;
}
.TextImageRow .col_1_1 .col.TextBlock > div p
{
  margin-right: 0;
  padding-right: 13%;
margin-left: auto;
padding-bottom: 0;
}

.TitleTextTwoImage .col_1_1 .col.TextBlock > div p{
  padding-bottom: 0;
  max-width: 400px;
}

.TitleTextTwoImage .col_1_1 .col.TextBlock
{
  display: flex;
  align-items: flex-end;
  padding-left: 10%
}

.TextThreeImageRow .col_1_1 .col.TextImgBlock > div:nth-child(1)
{
  margin-right: 0;
  padding-right: 13%;
margin-left: auto;
margin-top: -20px;
max-width: 520px;
padding-bottom: 20px;
}
.TextThreeImageRow .TwoImage
{
  display: flex;
margin-top: 30px;
}

.TwoImage > div{
  width: 50%;
  padding-right: 20px;
}
.TwoImage > div .imageBlock
{height: 100%;}
.TwoImage > div:last-child
{
  padding-right: 10px;
}
.BgTextThreeImage
{
  background-image: url('images/pattern1.svg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: 100% auto;
  background-color: #5F249F;
  padding: 50px 100px 0 100px;
}
.BgTextThreeImage::before
{
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 20%;
}
.BgTextThreeImage .BigText span{
  display: inline;
  padding-left: 15%;
}
.BgTextThreeImage .col_1_1 .col:first-child
{
  text-align: right;
}
.BgTextThreeImage .col_1_1 .col:last-child p{
  max-width: 420px;
}
.BgTextThreeImage .col_1_1 .col .BigText
{
  text-align: left;
    max-width: 450px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: auto;
}
.BgTextThreeImage .col{
  color: #fff;
  padding: 10px;
}
.BgTextThreeImage .col_1_1 .col:nth-child(2)
{
  margin-top: 55px;
}
.BgTextThreeImage .col_1_1, .BgTextThreeImage .col_1_1_1
{
 max-width: 1680px;
 padding: 35px 10px;

}

/* amenities page end */
.QuoteRow
{
  background-image: url('images/pattern4.svg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: 100% auto;
  background-color: #5F249F;
  padding: 60px 100px 100px 100px;
  text-align: center;
}
.QuoteRow .col_1_1_1
{
 max-width: 1680px;
 padding: 120px 10px 0 10px;

}

.QuoteRow .col_1_1_1 .col{
  padding: 10px;
}
.AmenitiesRow .QuoteRow
{
  background-image: url('images/pattern2.svg');
  background-repeat: repeat-y;
  background-position: top center;
  padding: 60px 100px 50px 100px;
}

.AmenitiesRow .QuoteRow::before
{
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 15%;
}

.QuoteRow h6
{
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 30px;
}
.quoteText
{
  font-family: 'SilkSerif-Regular';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 60px;
  line-height: 54px;
  padding: 0 0;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}
.quoteText::before, .quoteText::after
{
  content: '';
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
}
.quoteText::before
{
  top: -20px;
  left: 0;
  background-image: url('images/double-quote-start.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.quoteText::after
{
  bottom: 0;
  right: 0;
  background-image: url('images/double-quote-end.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.quoteText span{
  color: #74D896;
}

.titleLeftRightImgTxt .col_1_1{  max-width: 1760px;
  padding: 50px 50px;

}
.titleLeftRightImgTxt .col_1_1 .col{
  padding: 10px;
}
.titleLeftRightImgTxt .col_1_1 .col .BigText{
  padding-bottom: 30px;
  padding-left: 10%;
  font-size: 5.10vw /*100px*/;
  line-height: 4.32vw /*83px*/;
  letter-spacing: -0.26vw /*-5px*/;
}
.titleLeftRightImgTxt .col_1_1 .col:nth-child(2) .TextBlock
{
  padding: 30px 0;
  max-width: 410px;
}
.titleLeftRightImgTxt .col_1_1 .col:nth-child(1)
{
  padding-top: 8%;
}
.titleLeftRightImgTxt .col_1_1 .col:nth-child(1) .imageBlock
{
  /* margin-top: -5%;  */
  z-index: -1; position: relative;}

.ApartmenBlock
{
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.ApartmenBlock::before
{
  content: '';
  display: block;
  padding-top: 50%;
  position: relative;
}
.ApartmenBlock .imageHolder::before
{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
	z-index: 1;
}

.ApartmenBlock .apartmentoverlay
{
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  padding: 100px 50px;
  color: #fff;
  max-width: 470px;
  width: 100%;
  height: 100%;
}

.ApartmenBlock .apartmentoverlay::before
{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  transition: all 1s cubic-bezier(.16,.84,.44,1);
    -webkit-transition: all 0.8s cubic-bezier(.16,.84,.44,1);
    -moz-transition: all 0.8s cubic-bezier(.16,.84,.44,1);
    -o-transition: all 0.8s cubic-bezier(.16,.84,.44,1);
}
.apartmentoverlay > div.infoinner{
  position: relative;
  z-index: 1;
}
.apartmentoverlay h4
{
  font-size: 45px;
  line-height: 40px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.apartmentoverlay .moreLink
{
  color: #fff;

}
.apartmentoverlay .moreLink::after
{
  background-image: url('images/link-arrow-white.svg');
}
.AprtDetailInfo
{
  padding-top: 20px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: all 0.8s cubic-bezier(.16,.84,.44,1);
    -webkit-transition: all 0.8s cubic-bezier(.16,.84,.44,1);
    -moz-transition: all 0.8s cubic-bezier(.16,.84,.44,1);
    -o-transition: all 0.8s cubic-bezier(.16,.84,.44,1);
}
.AprtDetailInfo h6
{  font-size: 25px;
  line-height: 30px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;

}

.closeBtn
{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  display: block;
  background-image: url('images/close-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(.16,.84,.44,1);
    -webkit-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
    -moz-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
    -o-transition: all 0.5s cubic-bezier(.16,.84,.44,1);
}


.apartmentoverlay.open .moreLink{
  opacity: 0;
  pointer-events: none;
}
.apartmentoverlay.open::before
{
  width: 100%;
}
.apartmentoverlay.open .closeBtn, .apartmentoverlay.open .AprtDetailInfo{
  opacity: 1;
}

.SpecificationRow .col_1_1
{
  max-width: 1760px;
  margin: 0 auto;
padding: 70px 50px;
}
.columnText
{
  max-width: 1760px;
  margin: 0 auto;
  padding: 0px 50px;
}
.columnText h6
{
  width: 100%;
    color: #5F249F;
    margin-bottom:20px;
}
.columnText .imagePlace
{
  margin-bottom: 50px;
}
.towcolText .col
{
  width: 50%;
}
.columnText > div{
  width: 50%;
  padding: 10px;
  display: flex;
    flex-direction: column;
}
.Leftside .ImageBlock
{order: 3;}
.SpecificationRow .col_1_1 .col{
  padding: 10px;
}

.towcolText ol {
  counter-reset: list-number;
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.towcolText ol li{
  padding: 0px;
}
.towcolText ol li:before {
  counter-increment: list-number;
  content: counter(list-number)'.';
  margin-right: 10px;
  display:inline-flex;
  align-items:center;
  justify-content: center;
  font-size:18px;
  font-weight: 700;
  color:#5F249F;

}

.small
{
  font-size: 18px;
  line-height: 23px;
}
/* .SpecificationRow .col_1_1 .col .BigText
{
  padding-bottom: 30px;
} */
.towcolText
{
  padding-bottom: 30px;
}
.Leftside .towcolText .col:nth-child(1)
{padding-right: 15px; border-right: 1px solid #707070;}
.Leftside .towcolText .col:nth-child(2), .Rightside .towcolText .col:nth-child(2)
{padding-left: 15px;}


.Rightside .towcolText .col:nth-child(1) .TextBlock
{padding-right: 15px;border-right: 1px solid #707070;}
.SpecificationRow .col_1_1 .col .paraText
{
  padding-bottom: 40px;
  text-align: left;
      max-width: 400px;
      margin-right: 10%;
      margin-left: auto;
}
.SpecificationRow .col_1_1 .col .paraText p{
  max-width: 400px;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
}
.SpecificationRow .col_1_1 .col .TextBlock
{padding-bottom: 20px;}
.SpecificationRow .col_1_1 .col .TextBlock h6
{
  color: #5F249F
}
.SpecificationRow .col_1_1 .col .imageBlock
{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.SpecificationRow .col_1_1 .col .imageBlock::before{
  content: '';
  display: block;
  padding-top: 75%;
}
.SpecificationRow .col_1_1 .col:nth-child(2) .imageBlock::before{
  content: '';
  display: block;
  padding-top: 105%;
}
.AmenitiesRow .threeColTxt
{max-width: 1760px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
padding: 35px 50px;}
.AmenitiesRow .threeColTxt > div{
  padding: 10px;
}
.AmenitiesRow .threeColTxt .greenText
{
  width: 40%;
}
.AmenitiesRow .threeColTxt .paraText
{
  width: 30%;
  font-size: 22px;
  line-height: 28px;
  color: #676464;
  padding: 30px 30px;
}

.singlequoteTxt
{
  width: 100%;
  font-size: 2.86vw;
  /* 55px; */
  line-height: 2.60vw;
  /* 50px; */
  letter-spacing: -0.14vw;
  /* -2.75px; */
  font-weight: 300 !important;
  color: rgba(95, 36, 159, 0.5);
  padding: 50px 40px 50px 40px;
    text-align: center;
  position: relative;
}
.AmenitiesRow .threeColTxt .singlequoteTxt
{
  width: 30%;
padding: 40px 40px 20px 40px;
  text-align: left;
}
.singlequoteTxt::before,.singlequoteTxt::after
{
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 40px;

}
.singlequoteTxt::before
{
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('images/purple-start-single-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.singlequoteTxt::after
{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('images/purple-end-single-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.singlequoteTxt u
{
  background-image: linear-gradient(rgba(95, 36, 159, 0.5), rgba(95, 36, 159, 0.5));
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-decoration: none;
    display: inline;
}
/* your home end here */

.twoColtxtImg
{max-width: 1440px;
  margin: 0 auto;
padding: 35px 10px;}
.twoColtxtImg .col_1_1 .col{
  padding: 10px;
}
.twoColtxtImg .BigText
{
    padding-bottom: 30px;
}
.twoColtxtImg .BigText span{
  display: inline;
  padding-left: 10%;

}
.twoColtxtImg .col_1_1 .col:nth-child(1) .paraText
{
  padding-bottom: 40px;
  text-align: right;
}
.twoColtxtImg .col_1_1 .col:nth-child(1) .paraText p{
  max-width: 400px;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
}

.twoColtxtImg .col_1_1 .col:nth-child(2) .paraText
{
  padding-bottom: 40px;
  text-align: right;
}
.twoColtxtImg .col_1_1 .col:nth-child(2) .paraText p{
  max-width: 400px;
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}
.twoColtxtImg .col_1_1 .col .singlequoteTxt
{
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.twoColtxtImg .col_1_1 .col .singlequoteTxt .quote
{
  margin: 0 auto;
  text-align: left;
  max-width: 350px;
}
.singlequoteTxt .quote
{
  text-align: left;
  display: inline-block;
}
/* .twoColtxtImg .col_1_1 .col .singlequoteTxt .quote span{
  padding-left: 10%;
  display: block;
} */
.twoColtxtImg .col_1_1 .col .singlequoteTxt .quote u span
{
  background-image: linear-gradient(rgba(95, 36, 159, 0.5), rgba(95, 36, 159, 0.5));
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}
.twoColtxtImg .col_1_1 .col .singlequoteTxt .quote .author
{
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.6px;
padding: 0 0 0 0;
display: block;
}

.twoColtxtImg .col_1_1 .col .imageBlock
{margin-bottom: 20px;}


.historySection .col_1_1{
  max-width: 1780px;
  margin: 0 auto;
  padding: 35px 50px;
  align-items: center;
}
.historySection .col_1_1 .col{
  padding: 10px;
}
.historySection .col_1_1 .col:nth-child(1)
{
  margin-top: -15vw;
}
.historySection .col_1_1 .col .BigText
{padding-bottom: 30px;}
.TwoColText > div{ width: 50%; padding-right: 20px}
.historySection .col_1_1 .col .imageBlock
{
  margin-bottom: 30px;
}
.historySection .col_1_1 .col .imageBlock img{
  width: 100%;
}

/* plympia page end here */
.NeighbourhoodMap
{
  margin-bottom: 60px;
}
.NeighbourhoodMap > div{
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  /* min-height: 50vw; */
}
.NeighbourhoodMap > div.container a
{
  display: block;
  width: 100%;
  height: 100%;
}
.NeighbourhoodMap > div.container a::before
{
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('images/zoom.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: rgba(95, 36, 159, 0.3);

  transition: all 1s cubic-bezier(.16,.84,.44,1);
    -webkit-transition: all 1s cubic-bezier(.16,.84,.44,1);
    -moz-transition: all 1s cubic-bezier(.16,.84,.44,1);
    -o-transition: all 1s cubic-bezier(.16,.84,.44,1);
}
.NeighbourhoodMap > div.container a:hover::before
{  opacity: 1;}

.BlueBGWrapper
{
width: 100%;
position: relative;
background-color: #5F249F;
padding-bottom: 50px;
}
.BlueBGWrapper > div{
  width: 100%;
}
.BlueBGWrapper::before
{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  height: 15vw;
}
.TitleTwoImage .col_1_1, .TextTwoImage .col_1_1, .TextThreeImage .col_1_1_1, .textTitle, .TextThreeImageRow2 .col_1_1_1, .textTitleCol,
.GalleryImageRow .textTitleCol, .GalleryImageRow .col_1_1_1, .GardenImageRow .textTitleCol, .GardenImageRow .col_1_1{
max-width: 1740px;
padding: 10px 50px;
margin: 0 auto;
color: #fff;
}

.TextTwoImage .col_1_1 .col .paraText
{
  max-width: 400px;
  padding-bottom: 12vw;
}
.TextTwoImage .col_1_1 .col
{padding: 10px;}
.TitleTwoImage .col_1_1 .col:nth-child(1)
{
	padding: 10px;
}
.TextTwoImage, .TextThreeImageRow2
{
  background-image: url('images/pattern1.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.TextThreeImageRow2
{margin-top: 50px;}
.TextThreeImage .col_1_1_1 .col
{
  width: 25%;
  padding: 10px;
}
.TextThreeImage .col_1_1_1 .col .imageBlock, .TextThreeImageRow2 .col_1_1_1 .col .imageBlock
{
	height: 100%;
}
.TextThreeImage .col_1_1 .col .imageBlock
{
  width: 50%;
  padding-right:10px;
  margin-right: 0;
  margin-left: auto;

}
.TextThreeImage .textTitle .TextBlock
{
  max-width: 400px;
  margin-right: 15vw;
margin-left: auto;
margin-top: -10vw;
}
.TextThreeImage .TextBlock .BigText
{
  padding-bottom: 30px;
}
.TextThreeImage .Imgcaption, .TextThreeImageRow2 .col_1_1_1 .col .Imgcaption, .BlueBGWrapper .Imgcaption
{
  color: #fff;
  padding: 5px 0;
}
.TextThreeImageRow2 .textTitleCol
{
padding: 50px 20px;
}

.textTitleCol .SmallText span, .textTitleCol .BigText span {
    padding-left: 27%;
  }

  .textTitleCol .BigText span{font-size: 50px;
    line-height: 44px;
    letter-spacing: -2.5px;}

.TextThreeImageRow2 .col_1_1_1 .col{
  padding: 10px;
}
.textTitleCol .col .TextBlock
{
  margin-right: 0;
  margin-left: auto;
  max-width: 470px;
}
.textTitleCol .col .paraText
{
    max-width: 400px;
}
.GalleryImageRow .textTitleCol, .GardenImageRow .textTitleCol
{
  color: #676464;
  padding: 50px 60px;
  margin-top: 30px;
}
.GalleryImageRow .textTitleCol .col .TextBlock {
    margin-right: auto;
    margin-left: 0;

}
.GalleryImageRow .textTitleCol .col, .GardenImageRow .textTitleCol .col {width: auto;}

.GalleryImageRow .textTitleCol .col .TextBlock, .GardenImageRow .textTitleCol .col .TextBlock
{
  max-width: 100%;
  padding-right: 50px;
}
.GardenImageRow
{
  margin-bottom: 70px;
}
.GalleryImageRow .col_1_1_1 .col, .GardenImageRow .col_1_1 .col{padding: 10px;}
.GardenImageRow .textTitleCol .col:last-child
{
  padding-right: 7%;
}
.GalleryImageRow .col_1_1_1 .col .imageBlock
{
  height: 100%;
}
.journeyTimeWrapper
{
  max-width: 1500px;
  padding: 0px 60px;
  margin: 100px auto 50px auto;
}
.journeyInfo
{
  text-align: center;
  max-width: 740px;
  padding: 0 0px;
  margin: 0 auto;
  color: #ADADAD;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;

}
.journeyInfo h4
{
  font-size: 50px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}
.journeyInfo h6
{
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
}
.journeyMobile, .desktopJourney
{
  margin: 0 auto;
  text-align: center;
}
.journeyTimelineImg
{
  padding: 0 0px;
}
.journeyTimelineImg svg
{
  width: 100%;
  height: auto;
}
.lineanimLeft
{
  stroke-dasharray: 900px;
stroke-dashoffset: -900px;
stroke-width: 0.05em;
}

.animateMe .lineanimLeft
{
  -webkit-animation: fillleftPath 2s linear forwards;
  -moz-animation: fillleftPath 2s linear forwards;
  -o-animation: fillleftPath 2s linear forwards;
  animation: fillleftPath 2s linear forwards;
  animation-delay: 0.5s;
}

.lineanimRight
{
  stroke-dasharray: 740px;
stroke-dashoffset: -740px;
stroke-width: 0.05em;
}

.animateMe .lineanimRight
{
  -webkit-animation: fillRightPath 2s linear forwards;
  -moz-animation: fillRightPath 2s linear forwards;
  -o-animation: fillRightPath 2s linear forwards;
  animation: fillRightPath 2s linear forwards;
  animation-delay: 2.5s;
}

.lineanimMobLeft, .lineanimMobRight
{
  stroke-dasharray: 300px;
stroke-dashoffset: -300px;
stroke-width: 0.05em;
}
.animateMe .lineanimMobLeft, .animateMe .lineanimMobRight
{
  -webkit-animation: fillmobPath 1s linear forwards;
  -moz-animation: fillmobPath 1s linear forwards;
  -o-animation: fillmobPath 1s linear forwards;
  animation: fillmobPath 1s linear forwards;

}
.animateMe .lineanimMobLeft
{
  animation-delay: 0.5s;
}
.animateMe .lineanimMobRight
{
  animation-delay: 1.5s;
}

/* neighbourhood page end css */

.journeyTimes
{

padding-top: 120px;
}
.journeyTimes > div.intro_title{
max-width: 1720px;
  padding: 0 60px 30px 60px;
  margin: 0 auto;
  text-align: center;
  color: #676464;
  font-size: 16px;
  line-height: 19px;
}
.intro_title h5
{
  font-size: 50px;
  line-height: 47px;
  font-weight: 300;
  color: #676464;
}

.KeyJourney > div{
  max-width: 1700px;
padding: 0 40px 0 20px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
  color: #000;
}
.keyjourneyWrapper .KeyJourney:nth-child(odd)
{
  background-color: rgba(95, 36, 159, 0.08);
}
.KeyJourney > div > div:nth-child(1)
{
min-width: 330px; position: relative;    margin-top: -5%;
}

.KeyJourney > div > div:nth-child(2) .icon
{
  display: block;
  position: absolute;
  left: -65px;
  top: 40%;
  transform: translateY(-50%);
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: auto;
  }
  .KeyJourney > div > div:nth-child(2) .icon1
  {
    display: block;
    position: absolute;
    left: -140px;
    top: 40%;
    transform: translateY(-50%);
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: auto;
    }


.KeyTimeline::before{content:''; display: block; position: absolute; z-index: 1;width: 18px; height: 18px; border-radius: 100%;
background-color: #000; left: 0; margin-top: -9px; top:40%}

.KeyJourney > div > div:nth-child(1) h6
{
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #555252;
  font-size: 23px; line-height: 32px;
}
.KeyTimeline{display: flex;width: calc(100% - 330px); font-size: 16px; line-height: 20px; position: relative;}
.KeyTimeline > div{flex-grow: 1; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; height: 540px;}
/* .KeyTimeline > div:nth-child(even){flex-direction: column-reverse;} */
.KeyTimeline > div.block > div:nth-child(2)  {
  height: 190px;
  /* height: 35%; */
  display: flex;
    /* flex-direction: column;
    justify-content: start; */
	}

	.keyjourneyWrapper .KeyJourney:nth-child(1) .KeyTimeline > div.block
	{
	max-width:calc(100% / 6);
	}

.KeyTimeline > div.block > div:nth-child(2) {

    margin-right: calc(-100% + 60px);
}
.keyjourneyWrapper .KeyJourney:nth-child(2) .KeyTimeline > div.block
	{
	max-width:calc(100% / 8);
	}
  .keyjourneyWrapper .KeyJourney:nth-child(2) .KeyTimeline > div.block > div:nth-child(2) {

    /* margin-right: -98%; */
    margin-right: calc(-100% + 5px);
}


	.keyjourneyWrapper .KeyJourney:nth-child(3) .KeyTimeline > div.block
	{
	max-width:calc(100% / 7);
	}
  .keyjourneyWrapper .KeyJourney:nth-child(3) .KeyTimeline > div.block > div:nth-child(2) {
margin-right: calc(-100% + 30px);
    /* margin-right: -85%; */
}
	.KeyTimeline > div.block{position: relative;}
	.KeyTimeline > div.block::after{content:''; display: block; position: absolute; width: 100%; height: 1px; background: #000; top: 40%}
	.KeyTimeline > div.block::before{content:''; display: block; position: absolute; width: 18px; height: 18px; border-radius: 100%;
	background-color: #000; left: 100%; margin-left: -18px; margin-top: -9px; top:40%}
.KeyTimeline > div.block > div:nth-child(1)  {height: 210px; width: 60px;display: flex; padding-bottom: 10px; margin-right: -25px;
    flex-direction: column; text-align: center;
    justify-content: end;}
    .KeyTimeline > div.block > div:nth-child(1) span
    {text-transform: uppercase; font-size: 21px; line-height: 26px; font-family: 'raleway', sans-serif;

    font-weight: 600;

    font-style: normal;}
.KeyTimeline > div > span, .KeyTimeline > div span b{display: block; text-align: center;}
.KeyTimeline > div span b{font-size: 51px; line-height: 61px;font-family: 'raleway', sans-serif;

font-weight: 400;

font-style: normal;}
.KeyTimeline > div.block > div:last-child > span{transform: rotate(-90deg);width: 340px;
    height: 60px;
    margin-left: 0;
    margin-top: 30px;
    text-align: right;
    font-size: 23px; line-height: 27px;
    font-family: 'raleway', sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
align-items: center;
justify-content: flex-end;
white-space: nowrap;
  }
  .iconair
  {
    max-width: 45px;
    margin: 0 auto;
  }

	/* .KeyTimeline > div.block:nth-child(even) > div:last-child span
	{
		text-align: left;
		margin-top: 40px;
	} */
		.KeyTimeline > div.block:nth-child(even) > div:nth-child(2)  {height: 190px;display: flex;
		    /* flex-direction: column;
		    justify-content: end; */
			}
		/* .KeyTimeline > div.block:nth-child(even) > div:nth-child(1)  {height: 150px; padding-bottom: 0; padding-top: 10px;display: flex;
		    flex-direction: column;
		    justify-content: start;} */

/* connectivity page css end */
.page-template-template-the-kings-architect-php #page-wrap
{
  padding-top: 130px;
}
.architectImage
{
  margin: 0 auto 50px auto;
  max-width: 1755px;
  padding: 0 60px;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-family: 'SilkSerif-Medium';
  color: #676464;
}
.architectImage .imageBlock
{margin-bottom: 20px;}
.architectImage h6
{
  font-size: 24px;
  line-height: 29px;
  font-family: 'SilkSerif-Medium';
  color: #676464;
  margin: 0;
}

.fourColText, .TwoColQuestText
{
  max-width: 1790px;
  padding: 0 50px;
  margin: 0 auto;
}
.fourColText .col_1_1_1_1 .col
{
  width: 25%;
  padding: 10px;
      margin-bottom: 15vw;
}
.TwoColQuestText .col_1_1
{
  padding-bottom: 100px;
}
.TwoColQuestText .col_1_1 .col{
  width: 50%;
  padding: 10px;
  align-items: flex-start;
}
.TwoColQuestText .col_1_1 .col .imageBlock
{
  margin-bottom: 20px;
}
.TwoColQuestText .col_1_1 .col .imageBlock img{
  width: 100%;
  height: auto;
}
.TwoColQuestText .col_1_1 .col.rightSection
{
  position: relative;
  z-index: 2;
}
.TwoColQuestText .col_1_1 .col.rightSection > div, .TwoColQuestText .col_1_1 .col.leftSection > div{
  width: 50%;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.TwoColQuestText .col_1_1 .col > div strong, .TwoColQuestText .col_1_1 .col > div b,
.fourColText .col_1_1_1_1 .col strong, .fourColText .col_1_1_1_1 .col b{
  font-weight: 600;
  color: #000;
}
.TwoColQuestText .col_1_1 .col.rightSection > div:nth-child(3), .TwoColQuestText .col_1_1 .col.leftSection > div:nth-child(2)
{
  padding-left: 10px;
  }
  .TwoColQuestText .col_1_1 .col.rightSection > div:nth-child(2), .TwoColQuestText .col_1_1 .col.leftSection > div:nth-child(1)
  {
    padding-right: 10px;
    }
.TwoColQuestText .col_1_1 .col.rightSection > div.imageBlock, .TwoColQuestText .col_1_1 .col.leftSection > div.imageBlock
{
  width: 100%;
  padding: 0;
}
.TwoColQuestText .col_1_1 .col.leftSection > div.singlequoteTxt
{
  width: 100%;
  font-size: 55px;
    line-height: 50px;
    letter-spacing: -2.75px;
    padding: 50px 40px 50px 40px;
}
.TwoColQuestText .col_1_1 .col.rightSection, .TwoColQuestText
{
  margin-top: -12vw;
}
.TwoColQuestText.secondrow, .TwoColQuestText.secondrow .col_1_1 .col.rightSection
{
  margin-top: 0vw;

}
.TwoColQuestText.secondrow .col_1_1
{
  padding-bottom: 20px;
}
.TwoColQuestText .col_1_1 .bottomImg
{
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
}
/*  archirtect detail page end */


.page-template-template-contact-php .pageIntro
{
  background-color: rgba(95, 36, 159, 0.22);
}
.gform_wrapper.gravity-theme .gform_fields
{
  display: flex !important;
  flex-flow: row wrap;
  grid-column-gap: 0 !important;
}
.gform_wrapper.gravity-theme .gform_fields .gfmc-container
{
  width: 50%;
  padding: 10px;
}
.gform_wrapper .gform_validation_errors > h2
{
  text-transform: none;
  font-family: 'proxima-nova', sans-serif;

}
.gfmc-field div:not(.gchoice) {
    padding-bottom: 5px !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full, .gform_wrapper.gravity-theme .iti--allow-dropdown, .pageIntro .ginput_container_phone .iti__selected-flag {
    padding-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_complex {
    display: block !important;
    padding-bottom: 0 !important;
  }
.gform_wrapper.gravity-theme .ginput_complex fieldset, .gform_wrapper.gravity-theme .ginput_complex span
{
  width: 100% !important;

}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 145px !important;
}
.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_complex span
{
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 5px !important;
      line-height: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 22px!important;
    line-height: 26px!important;
    font-weight: 400!important;
    margin-bottom: 8px;
    display: block!important;
    text-align: left!important;
    padding-top: 0 !important;
}
.gfield_checkbox
{
  display: flex;
}
.gfield_checkbox .gchoice
{
  position: relative;
}
.gfield_checkbox .gchoice a{
  text-decoration: underline;
}
.gfield_checkbox .gchoice a:hover{
  color: #000;
  text-decoration: none;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction
{
  display: none;
}

.gform_confirmation_message
{
  background-color: #80E0A7;
    padding: 50px 30px;
    font-weight: 500;
}
.gform_confirmation_message p{
  max-width: 100% !important;
  padding-bottom: 0;
}

.gform_wrapper .gfield .iti.iti--allow-dropdown input {
    padding-left: 100px !important;
  }
  .gform_wrapper .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container
  {
    left: 15px !important
  }
  .gform_wrapper .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
  }
/* contact page end here */



.pageContent > .container
{
  padding: 150px 60px 50px 60px;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.pageContent > .container h1
{
  color: #5F249F;
  text-align: center;
  margin-bottom: 5vw;
}
.pageContent > .container .entry strong
{color: #5F249F;}
.entry h3 + div{padding-bottom: 30px;}
.entry h3 + div p:last-of-type
{
  padding: 0;
}
.container404 {
  max-width: 600px;
	text-align: center;
  position: relative;
  padding: 0 20px;
  margin: 30px auto;
}
.container404 svg{
  width: 100%;
	margin: 0 auto;
}
.container404 h1
{
  position: absolute;
  opacity: 0;
}
.pageNotFound
{
  text-align: center;
  color: #000;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.line {
  fill: none;
  stroke: #5F249F;
  stroke-width: 10;
  stroke-dasharray: 300 100;
}

.anim {
  -webkit-animation: swirls 2s linear infinite;
  -moz-animation: swirls 2s linear infinite;
  -o-animation: swirls 2s linear infinite;
  animation: swirls 2s linear infinite;
}

@keyframes swirls {
  0% {
    stroke-dashoffset: 0;
  }
  /* 50% {
    stroke-dashoffset: 300;
  } */
  100% {
    stroke-dashoffset: 400;
  }
}


footer > div {
    max-width: 1740px;
    padding: 50px 20px;
    margin: 0 auto;
    color: #707070;
     font-weight: 500;
     line-height: 30px;
         justify-content: flex-end;
}

footer > div:nth-child(1) > div:nth-child(1){border-left: 0;}
footer > div:nth-child(1) > div:nth-child(3)
{
   font-weight: 600; font-size: 26px;
   line-height: 31px;width: 20%;
}
footer > div:nth-child(1) > div:last-child{

}
footer > div:nth-child(1) > div:nth-child(3) p:last-of-type, footer > div:nth-child(1) > div p:last-of-type{padding: 0;}
footer > div:nth-child(1) > div{padding-left: 10px; border-left: 1px solid #707070}
footer > div:nth-child(1) > div:nth-child(2){padding-left: 0; border-left: 0 solid #707070}
.footerAddress
{
  display: flex; width: 50%; align-items: flex-start;
}
.footerAddress > div:first-child{
  width: 40%;
  border-left: 1px solid #707070;
  padding-left: 10px;
}
.footerAddress > div:nth-child(2){
  border-left: 1px solid #707070;
  padding-left: 10px;
  width: 60%;
  font-weight: 600;
}

footer > div a
{
  color: #707070
}
.no-touch footer > div a:hover
{
  color: #5F249F;
}
.footer-logo
{
  display: inline-block;
}
.footer-logo img{
  width: 155px;
}
footer > div ul{
  margin: 0; padding: 0;
  list-style: none;
}
footer > div ul li{padding: 2px 0; font-weight: 500;  font-size: 22px; line-height: 28px;}
footer > div ul.footerMenu{display: flex; align-items: center; padding: 0 50px;}
footer > div ul.footerMenu li{padding: 2px 10px; font-size: 18px; line-height: 24px;}
footer > div ul.footerMenu li a{color: #9F9E9E}
footer > div:nth-child(2) .copyrightTxt{color: #000; font-size: 18px; line-height: 24px;}
footer > div:nth-child(2) img{max-width: 380px;}
footer > div ul li.current_page_item a, footer > div ul li.current-page-ancestor a, .no-touch footer > div ul.footerMenu li:hover a, .no-touch .scrollTop:hover{
    color: #5F249F;
}
footer > div:nth-child(1) > div:last-child a, .scrollTop
{
  display: flex; align-items: center;
  padding: 15px 0 15px 0;
}

.scrollTop{ padding-top: 0; cursor: pointer; padding-bottom: 0; margin-bottom: 15px; display: inline-block;
}
.scrollTop svg{width: 42px; height: 33px; margin-right: 10px; vertical-align: middle;}
.scrollTop svg .strokecolor, .download svg .strokecolor, .areaguide svg .strokecolor{ stroke:#676464; -webkit-transition: all .5s ease-out;
-moz-transition:    all .5s ease-out;
-o-transition:      all .5s ease-out;
transition:         all .5s ease-out;}
.scrollTop svg .fillcolor, .download svg .fillcolor, .areaguide svg .fillcolor,
.facebook svg .fillcolor, .instagram svg .fillcolor, .linkedin svg .fillcolor{ fill:#676464; -webkit-transition: all .5s ease-out;
-moz-transition:    all .5s ease-out;
-o-transition:      all .5s ease-out;
transition:         all .5s ease-out;}
.no-touch .scrollTop:hover svg .strokecolor, .no-touch .download:hover svg .strokecolor, .no-touch .areaguide:hover svg .strokecolor{
  stroke: #5F249F;
}
.no-touch .scrollTop:hover svg .fillcolor, .no-touch .download:hover svg .fillcolor, .no-touch .areaguide:hover svg .fillcolor,
.no-touch .facebook:hover svg .fillcolor, .no-touch .instagram:hover svg .fillcolor, .no-touch .linkedin:hover svg .fillcolor{
  fill: #5F249F;
}
footer > div:nth-child(1) > div:last-child a.areaguide{display: inline-block;}
.download svg {
  width: 42px; height: 45px; margin-right: 10px; vertical-align: middle;
}
.areaguide svg{width: 42px; height: 45px;margin-right: 10px; vertical-align: middle;}
.SocialIcons{
  display: flex;
  margin-top: 30px;
}
.SocialIcons a{
margin-right: 20px;
padding: 0 !important;
}
.SocialIcons a:last-child
{
  margin-right: 0;
}
.SocialIcons svg{
  width: 42px; height: 42px;vertical-align: middle;
}
.responsivesmenu, .responsivefooterLogo, .responsiveSocial, .responsivefooterTxt
{
  display: none;
}
#cookie-law-info-bar
{
  box-shadow: none !important;
  border-top: 2px solid #5f249f !important
}

#cookie-law-info-bar a, table.cookielawinfo-winter{font-family: 'proxima-nova', sans-serif !important;}
.cli_setting_save_button
{
  background-color: #5f249f !important
}
.cli-switch input:checked + .cli-slider
{
  background-color: #5f249f !important
}
table.cookielawinfo-winter thead th {
    background-color: #5F249F !important;
  }
  .cli-bar-message a:hover{
    color: #80e0a7;
  }
  .cli-tab-container h4
  {
    font-family: 'proxima-nova', sans-serif !important;
    color: #5f249f !important;
    font-size: 26px !important
  }
  table.cookielawinfo-classic thead tr th {
      text-transform: uppercase;
      background-color: #E4D8F0 !important;
      color:#5F249F !important;
  }
  table.cookielawinfo-classic td, table.cookielawinfo-classic th {
      border-right: 1px solid #E4D8F0 !important;
      border-bottom: 1px solid #E4D8F0 !important;
    }
		.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100% !important;
    text-align: left;
	}
  .gfield_checkbox .gchoice
  {
    text-align: left;
    display: flex;
padding: 5px 25px 5px 10px;
align-items: flex-start;
  }
  .gfield_contains_required .gfield_checkbox .gchoice
  {
    padding-right: 0px;
  }
    .gform_page_footer, .gform_footer{position: relative;}
    .gform_ajax_spinner {
      	border: 0 solid #fff;
    	border-left: 0 solid #000;
    	animation: spinner 1.1s infinite linear;
    	border-radius: 50%;
    	width: 90px;
    	height: 90px;
      position: absolute;
      background: #5F249F;
      top: 15px;
      left: 50%;
      margin-left: -45px !important;

    /* background-color: #80E0A7; */
    }
    @keyframes spinner {
    	0% {
    		transform: rotate(0deg);
    	}
    	100% {
    		transform: rotate(360deg);
    	}
    }
    .ginput_recaptcha, .wt-cli-ckyes-footer-section
    {
      display: none !important;
    }
    .cli-plugin-button:hover {
    background-color: #80e0a7 !important;
  }
    .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date],
    .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime],
    .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month],
    .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password],
    .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel],
    .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time],
    .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week],
    .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
        font-size: 22px !important;
        padding: 5px 20px !important;
        margin-bottom: 0;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.65);
    }
.gform_wrapper .gform_validation_errors > h2
{
  font-size: 18px !important;
  line-height: 22px !important;
}
    @-moz-document url-prefix() {
.gform_wrapper.gravity-theme select
{
  padding: 5px 16px !important;
}
    }
    .gform_wrapper.gravity-theme .ginput_container_address {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input
{
  margin: 0 auto !important;
}
.ginput_container_phone
{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.pageIntro .gfield .iti.iti--allow-dropdown input
{border: 1px solid #f2eef7}
.pageIntro .gfield .iti.iti--allow-dropdown input.error {
    border-color: #c02b0a;
}
.spf-phone.error-msg
{margin-top: 0;
    font-size: 14px;
    line-height: 18px;}

.pageIntro .iti--allow-dropdown .iti__flag-container, .pageIntro .iti--separate-dial-code .iti__flag-container
{padding-bottom: 0 !important}

span.spf-phone {
    top: -9px;
    position: relative;
}
.otgs-development-site-front-end{
  display: none !important

}
.downloadsModal
{
  position: fixed;
top: 0px;
  width: 100%;
height: 100%;
background-color: #F2F2F2;
padding: 0px;
z-index: 9999;
}
.downloadsModal .innerContent
{
  width: 100%;
height: 100%;
  /* display: flex; */
  overflow: auto;

padding: 50px 0px;
  align-items: center;
}
.downloadsModal .innerContent > div{
  background-color: #fff;
  width: 100%;
  padding: 50px 2vw 100px 2vw;
  overflow: hidden;
  position: relative;
}
.downloadsModal .BigText
{
  padding-left: 4vw;
}
.downloadBtn
{
  cursor: pointer;
}
.closeDownloads
{
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  font-size: 0px;
  cursor: pointer;
  background: url('images/close-icon-black.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.downloadlist
{
  padding-top: 3vw;
      align-items: flex-start;
}
.downloadlist > div.col_1
{
  width: 25%;
  padding: 10px 4vw;
}
.downloadlist > div.col_1_1
{
  width: 50%;
  padding: 10px 4vw;
  margin: 0;
}
.downloadlist h4
{
  /* font-size: 33px;
  line-height: 40px; */
  font-size: 1.71vw;
  line-height: 2.08vw;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.downloadlist .imagePlace
{
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.downloadlist > div.col_1 .imagePlace::before
{
  content: '';
  display: block;
  padding-top: 130%;
}
.downloadlist > div.col_1_1 .imagePlace::before
{
  content: '';
  display: block;
  padding-top: 52%;
}
.downloadlist svg .strokecolor{
  stroke: #74D896;
}
.downloadlist svg .fillcolor
{
    fill: #74D896;
}
.downloadlist a{
  color:  #74D896;
  font-size: 22px;
}

.downloadlist svg .strokecolor{ -webkit-transition: all .5s ease-out;
-moz-transition:    all .5s ease-out;
-o-transition:      all .5s ease-out;
transition:         all .5s ease-out;}
.downloadlist svg .fillcolor{-webkit-transition: all .5s ease-out;
-moz-transition:    all .5s ease-out;
-o-transition:      all .5s ease-out;
transition:         all .5s ease-out;}
.downloadlist svg{width: 30px; height: 45px; margin-right: 5px; vertical-align: middle;}
.no-touch .downloadlist a:hover{
  color: #5F249F;
}

.no-touch .downloadlist a:hover svg .strokecolor{
  stroke: #5F249F;
}
.no-touch .downloadlist a:hover svg .fillcolor{
  fill: #5F249F;
}

.downloadcircleIcon {
    width: 193px;
    height: 193px;
    position: absolute;
    right: 3vw;
    bottom: -20px;
}

/*.fullWidthImage{
  height: 100vh;
}*/


.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position:absolute;
  object-fit:cover;
  top: 0;
  left: 0;
  width: 100%!important;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100
}
