@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: source-sans-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #666;
  background: #fff;
}
body.pause {
  overflow: hidden;
}
a {
  outline: none;
  text-decoration: none;
  color: #555;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: source-sans-pro, sans-serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.slick-slide {
  outline: none !important;
}

.bg_img {
  display: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
  opacity: 1;
}
.form-control:-moz-placeholder {
  opacity: 1;
}
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==============================================================
	Custom Style
==============================================================*/
.container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
/*==============================================================
	HeaderSec Style
==============================================================*/
.header-wrap {
  position: relative;
}
.header-wrap header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110px;
  z-index: 123;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* .header-wrap.sticky header{
	background: #000;
} */
.header-wrap .header-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 16px;
  position: relative;
  z-index: 12;
}
.header-wrap .header-top ul {
  display: flex;
  flex-wrap: wrap;
  background: rgba(10, 10, 10, 0.6);
  padding: 10px 28px;
  mix-blend-mode: multiply;
}
.header-wrap .header-top ul li {
  padding: 0 10px;
  position: relative;
}
.header-wrap .header-top ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 15px;
  margin: auto 0;
  background: #fff;
}
.header-wrap .header-top ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.062em;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-top ul li a:hover {
  color: #f08b1d;
}
.header-wrap .container {
  max-width: 100%;
  padding: 0 50px;
}
.header-wrap .header-bottom .header-logo a {
  display: inline-block;
}
.header-wrap .header-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .header-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.header-wrap .header-menu > ul > li {
  padding: 0 11px;
  position: relative;
}
.header-wrap .header-menu > ul > li .menu-arrow {
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
}
.header-wrap .header-menu > ul > li + li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 17px;
  background: #fff;
}
.header-wrap .header-menu > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.062em;
  color: #ffffff;
  padding-bottom: 6px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-menu > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #f08b1d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .header-menu > ul > li > a:hover {
  font-weight: 600;
  color: #f08b1d;
}
.header-wrap .header-menu > ul > li > a:hover::after {
  width: 100%;
}
.sub-menu {
  position: absolute;
  background: #333333;
  top: 30px;
  left: 0;
  padding: 0 6px;
  border-bottom: 3px solid #f08b1d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-menu li {
  padding: 10px 6px;
}
.sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sub-menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.214em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.sub-menu li a:hover {
  color: #f08b1d;
}
.header-wrap .header-menu > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.header-hamburger .ham-line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header-hamburger.active .ham-line:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}
.header-hamburger.active .ham-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header-hamburger.active .ham-line:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  margin-top: -9px;
}
.header-wrap .header-menu > ul.tag {
  display: none;
}

.header-wrap .header-menu > ul > li.current-menu-item > a{
    font-weight: 600;
  color: #f08b1d;
}
.header-wrap .header-menu > ul > li.current-menu-item > a::after{
  width:100%;
}
.header-wrap .header-menu > ul > li.current-menu-parent > a{
     font-weight: 600;
  color: #f08b1d;
}
.header-wrap .header-menu > ul > li.current-menu-parent > a::after{
    width:100%;
}
.sub-menu li.current-menu-item > a{
    font-weight: 600;
  color: #f08b1d;
}
/*==============================================================
	BannerSec Style
==============================================================*/
.banner-video-wrap {
  position: relative;
  height: 650px;
}
.banner-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 100, 102);
  mix-blend-mode: multiply;
}
.banner-video-wrap .banner-info,
.inner-banner-wrap .banner-info {
  position: absolute;
  /* top:35%;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%); */
  bottom: 76px;
  padding-left: 60px;
  z-index: 12;
  max-width: 670px;
  width: 100%;
}
.inner-banner-wrap .banner-info {
  max-width: 700px;
}
.banner-video-wrap .banner-info h1,
.inner-banner-wrap .banner-info h1 {
  font-family: transducer, sans-serif;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: 0.011em;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 23px;
}
.banner-video-wrap .banner-info .animation-line,
.inner-banner-wrap .banner-info .animation-line {
  width: 0;
  height: 5px;
  background: #f08b1d;
}
.banner-video-wrap .banner-info p,
.inner-banner-wrap .banner-info p {
  padding-top: 32px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 0;
}
.inner-banner-wrap .banner-info p a{
  display:inline-block;
    font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inner-banner-wrap .banner-info p a:hover{
  color:#f08b1d;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.one {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    width: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 213px;
  }
}
@keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    width: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 213px;
  }
}

.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
/*==============================================================
	How-We-WorkSec Style
==============================================================*/
.how-we-work-wrap {
  background: #fff;
  padding: 53px 0 93px;
}
.how-we-work-wrap .sec-title {
  max-width: 793px;
  width: 100%;
  margin: 0 auto;
}
.how-we-work-wrap .sec-title h2 {
  font-family: transducer, sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #4c5858;
  padding-bottom: 30px;
  text-align: center;
}
.how-we-work-wrap .sec-title p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
  text-align: center;
}
.how-we-work-wrap .how-we-work-card-wrap {
  margin-top: 53px;
}
.how-we-work-wrap .how-we-work-card-wrap ul {
  display: flex;
  margin: 0 -2px;
}
.how-we-work-wrap .how-we-work-card-wrap ul li {
  padding: 0 2px;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap:hover::after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap img.mobile-img {
  display: none;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  background: #f08b1d;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap .info {
  position: absolute;
  left: 35px;
  bottom: 30px;
  z-index: 1;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap .info h2 {
  font-family: transducer, sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #fff;
  position: relative;
  margin-bottom: -34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap .info a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.125em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap .info a:hover {
  color: #f08b1d;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap .info a span {
  padding-left: 5px;
  position: relative;
  top: -3px;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap:hover .info h2 {
  margin: 0;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap:hover .info a {
  opacity: 1;
  visibility: visible;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap:hover::before {
  height: 146px;
}
.how-we-work-wrap .how-we-work-card-wrap .img-wrap:hover {
  margin-top: -28px;
}
/*==============================================================
	By-numberSec Style
==============================================================*/
.grey-title h2 {
  font-family: transducer, sans-serif;
  font-size: 77px;
  font-weight: 900;
  letter-spacing: 0.129em;
  color: rgba(78, 93, 102, 0.29);
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grey-title.aos-animate h2 {
  margin-bottom: -18px;
}

/*==============================================================
	CounterSec Style
==============================================================*/
.counter-wrap {
  background: url("../images/generic-counter.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 66px 15px 0;
    background-color: #0e4b67;
}
.counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(78, 93, 102, 0.65);
  mix-blend-mode: multiply;
}
.counter-wrap ul.row {
  margin: 0 -17px;
}
.counter-wrap ul.row li {
  padding: 0 17px 64px;
}
.counter-wrap .counter-info {
  position: relative;
  text-align: center;
  display:flex;
  flex-direction:column;
  height:100%;
}
.counter-wrap  .counter-description{
  margin-top:auto;
}
.counter-wrap .counter-info h2 {
  font-family: transducer, sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #f08b1d;
  padding-bottom: 15px;
}
.counter-wrap .counter-info h2 + h2{
  display:block;
} 
.counter-wrap .counter-info p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  max-width: 354px;
  width: 100%;
  margin: 0 auto;
}
.counter-wrap.development ul.row li:last-child {
  display: flex;
  align-items: flex-end;
}
.counter-wrap.development ul.row li:last-child .counter-info h2 {
  padding-bottom: 50px;
}
/*==============================================================
	InsightSec Style
==============================================================*/
.insight-wrap {
  padding: 118px 0 64px;
}
.insight-wrap .container {
  position: relative;
}
.insight-wrap ul.row {
  max-width: 999px;
  width: 100%;
  margin: 0 auto;
}
.insight-wrap ul.row > li {
  padding: 0 16px;
}
.verticle-title-animation {
  position: absolute;
  top: 160px;
  left: -200px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insight-wrap.aos-animate .verticle-title-animation {
  top: 200px;
}
.verticle-line-wrap .container::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 80px;
  background: #f08b1d;
  left: 47px;
  top: -117px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.verticle-title-animation h2 {
  font-family: transducer, sans-serif;
  font-size: 77px;
  letter-spacing: 0.129em;
  font-weight: 900;
  color: rgba(78, 93, 102, 0.29);
  text-transform: uppercase;
}
.verticle-line-wrap.aos-animate .container::before {
  height: 108px;
  transition-delay: 0.5s;
}
.insight-wrap .insight-list-wrap ul li {
  padding-bottom: 6px;
}
.insight-wrap .insight-list-wrap ul li .img-wrap {
  position: relative;
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 50px;
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info h5 {
   font-family: transducer, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.125em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info a span {
  padding-left: 5px;
  position: relative;
  top: -3px;
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info a span svg path {
  stroke: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info a:hover {
  color: #f08b1d;
}
.insight-wrap .insight-list-wrap ul li .img-wrap .info a:hover span svg path {
  stroke: #f08b1d;
}
.insight-wrap .linkdin-link {
  text-align: center;
  padding-top: 15px;
}
.linkdin-link a {
  display: inline-block;
  font-family: transducer, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #f08b1d;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.linkdin-link a:hover{
  text-decoration:underline;
}
.linkdin-link a span {
  padding-left: 5px;
}
/*==============================================================
	FooterSec Style
==============================================================*/
.footer-wrap {
  padding: 76px 150px 96px;
  background: #333333;
  text-align:left;
}
.footer-wrap .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-top .footer-logo a {
  display: block;
}
.footer-wrap .footer-top .footer-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.footer-wrap .footer-top .footer-menu > ul > li {
  padding: 0 11px;
  position: relative;
}
.footer-wrap .footer-top .footer-menu > ul > li + li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 17px;
  background: #fff;
}
.footer-wrap .footer-top .footer-menu > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.062em;
  color: #ffffff;
  padding-bottom: 6px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-wrap .footer-top .footer-menu > ul > li > a:hover {
  color: #f08b1d;
}
.footer-wrap .footer-middle {
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-wrap .footer-middle .left ul li:not(:last-child) {
  padding-bottom: 5px;
}
.footer-wrap .footer-middle .left ul li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.062em;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-wrap .footer-middle .left ul li span {
  padding: 0 12px;
  color: #fff;
}
.footer-wrap .footer-middle .left ul li:first-child a {
  font-weight: 600;
}
.footer-wrap .footer-middle .left ul li a:hover {
  color: #f08b1d;
}
.footer-wrap .footer-middle .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.footer-wrap .footer-middle .right ul li {
  padding: 0 12px;
}
.footer-wrap .footer-middle .right ul li img{
  width:100%;
  max-height:70px;
}
.footer-wrap .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 17px;
}
.footer-wrap .footer-bottom .social-media-icon a {
  display: block;
}
.footer-wrap .footer-bottom .right p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.062em;
  color: #ffffff;
  margin-bottom: 0;
}
/* .footer-wrap .footer-middle .left ul li.social-media-icon {
  display: none;
} */
/* Development Page Start */
/*==============================================================
	BannerSec Style
==============================================================*/
.inner-banner-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
}
.inner-banner-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 100, 102);
  mix-blend-mode: multiply;
}
/*==============================================================
	Image-infoSec Style
==============================================================*/
.image-info-wrap {
  padding: 67px 0;
}
.image-info-wrap .img-info p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
.image-info-wrap .construction-management {
  margin-top: 60px;
}
.left-line-wrap .title h2 {
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.12em;
  color: #f08b1d;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.left-line-wrap .info {
  position: relative;
  padding-left: 40px;
}
.yellow-line{
  position:relative;
  padding-left: 40px;
}
.left-line-wrap .info::before,
.yellow-line::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #f08b1d;
}
.left-line-wrap .info p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
/*==============================================================
	CaseStudySec Style
==============================================================*/
.case-study-wrap {
  padding: 80px 0 0;
}
.case-study-wrap .grey-title.aos-animate h2 {
  margin-bottom: -15px;
}
.case-study-wrap .case-study {
  position: relative;
}
.case-study-wrap .case-study .img-wrap {
  position: relative;
}
.case-study-wrap .case-study .img-wrap img {
  width: 100%;
  max-height: 252px;
    object-fit: cover;
    object-position: top;
}
.case-study-wrap .case-study .img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(51, 51, 51, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-study-wrap .case-study .img-wrap .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.case-study-wrap .case-study .img-wrap:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.case-study-wrap .case-study .img-wrap:hover .info {
  opacity: 1;
  visibility: visible;
}
.case-study-wrap .case-study .img-wrap .info h6 {
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.case-study-wrap .case-study .img-wrap .info a {
  display: inline-block;
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #f08b1d;
}
.case-study-wrap .view-case-study {
  padding-top: 30px;
  text-align: center;
}
a.arrow-cta {
  display: inline-block;
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #f08b1d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.arrow-cta:hover{
   text-decoration: underline;
}
.case-study-wrap .view-case-study a:hover {
  text-decoration: underline;
}
/*==============================================================
	ContactUsSec Style
==============================================================*/
.contact-us-wrap {
  padding: 80px 0;
}
.contact-us-wrap .contact-us-info {
  position: relative;
  padding-left: 30px;
}
.contact-us-wrap .contact-us-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #f08b1d;
}
.contact-us-wrap .contact-us-info h5 {
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.12em;
  color: #f08b1d;
  padding-bottom: 25px;
  text-transform: uppercase;
  padding-top: 15px;
}
.contact-us-wrap .contact-us-info p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
.contact-us-wrap .contact-us-info p a {
  display: inline-block;
  font-weight: 600;
  color: #f08b1d;
}
.contact-us-wrap .contact-form {
  text-align: right;
}
/* Corporate-responsiblity Page Style */
/*==============================================================
	Image-infoSec Style
==============================================================*/
.image-info-wrap .img-wrap {
  text-align: end;
}
.image-info-wrap .img-info ul li {
  position: relative;
  padding-left: 35px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
.image-info-wrap .img-info ul li:not(:last-child) {
  padding-bottom: 20px;
}
.image-info-wrap .img-info ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  left: 10px;
  top: 12px;
  background: #f08b1d;
}
/*==============================================================
	community-outreachSec Style
==============================================================*/
.community-outreach-wrap {
  padding-bottom: 65px;
}
.community-outreach-wrap .left-line-wrap .info {
  padding-left: 35px;
}
/*==============================================================
	partner-SliderSec Style
==============================================================*/
.partner-slider-wrap {
  padding: 60px 0;
  background-size: cover;
  position: relative;
}
.partner-slider-wrap p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
/* .partner-slider-wrap .partner-slider {
  padding-top: 60px;
} */
.partner-slider-wrap .slick-slide {
  display: flex !important;
  flex-wrap: wrap !important;
  height: inherit !important;
  justify-content: center !important;
  align-items: center !important;
}
.partner-slider-wrap .slick-track {
  display: flex;
}
.partner-slider-wrap .partner-slider {
  display: flex;
  flex-wrap: wrap;
}
.partner-slider .slick-slide > div {
  padding-bottom: 60px;
  height: 50%;
  padding-top: 25px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.partner-slider ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
}
.partner-slider ul.slick-dots li {
  margin: 0 7px;
  text-transform: capitalize;
  border: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(233, 233, 233, 0.49);
  cursor: pointer;
}
.partner-slider ul.slick-dots li button {
  display: none;
}
.partner-slider ul.slick-dots li.slick-active {
  background: rgba(240, 139, 29);
}
/*==============================================================
	DiversitySec Style
==============================================================*/
.diversity-wrap {
  padding: 100px 0 70px;
}
.diversity-wrap ul.row {
  margin: 0 -29px;
}
.diversity-wrap ul.row li {
  padding: 0 29px;
}
.diversity-wrap.image-info-wrap .img-wrap {
  text-align: left;
  height: 100%;
}
.diversity-wrap.image-info-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diversity-wrap .img-info h3 {
  font-family: transducer, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.12em;
  color: #f08b1d;
  padding-bottom: 30px;
  text-transform: uppercase;
}
a.arrow-border-cta {
  display: inline-block;
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #f08b1d;
  padding: 4px 10px 6px;
  border: 2px solid #f08b1d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.arrow-border-cta:hover {
  background-color: #f08b1d;
  color: #fff;
}
a.arrow-border-cta span {
  padding-left: 10px;
}
a.arrow-border-cta.pdf span{
  padding-left:0;
}
a.arrow-border-cta span svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.arrow-border-cta:hover svg path {
  stroke: #fff;
}
.diversity-wrap .btn-group-wrap {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.diversity-wrap .btn-group-wrap .btn-group:last-child {
  padding-left: 50px;
}
/* OurPeople Page Start */
/*==============================================================
	Image-infoSec Style
==============================================================*/
.image-info-wrap .img-info p span {
  font-weight: 700;
}
.image-info-wrap.our-people ul.row li.col-lg-8 {
  display: flex;
  flex-direction: column;
}
.image-info-wrap.our-people .btn-wrap {
  margin-top: auto;
  text-align: center;
}
/*==============================================================
	FilterImageSec Style
==============================================================*/
.filter-image-wrap .filter-wrap {
  padding: 10px 15px;
  background: rgba(78, 93, 102, 0.2);
}
.filter-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -10px;
}
.filter-wrap ul li {
  padding: 0 10px;
}
.filter-wrap ul li .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
.filter-wrap ul li select.form-select {
  min-width: 207px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 0;
  background-image: url("../images/icons/Triangle.svg");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  cursor: pointer;
   text-transform:uppercase;
}
.filter-wrap ul li select.form-select option{
  text-transform:uppercase;
}
.filter-wrap ul li select.form-select:focus {
  box-shadow: none !important;
}
.filter-wrap ul li input[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  color: #ffff;
  background: #f08b1d;
  border: 1px solid #f08b1d;
  padding: 4px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-wrap ul li input[type="submit"]:hover {
  background: #fff;
  color: #f08b1d;
}
.filter-image-wrap .filter-result-wrap {
  padding-top: 50px;
}
.filter-image-wrap .filter-result-wrap .container {
  max-width: 820px;
}
.filter-image-wrap .filter-result-wrap ul.row{
  margin: 0 -25px;
}
.filter-image-wrap .filter-result-wrap ul.row li{
  padding: 0 25px;
}
.filter-image-wrap .filter-result-wrap ul.row li {
  padding-bottom: 100px;
}
.filter-image-wrap .filter-result-wrap .title {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  border-left: 5px solid #f08b1d;
}
.filter-image-wrap .filter-result-wrap .title h2 {
  font-family: transducer, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-transform: capitalize;
}
.filter-image-wrap .filter-result-wrap .title p {
  font-size: 13px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 5px;
}
.filter-result-wrap .join-team-btn {
  text-align: center;
}
.filter-result-wrap .team-img a {
  display: block;
}
.filter-result-wrap .team-img img {
  width: 100%;
}
/* Popup Style */
.common-card-popup.card {
  transition: opacity 200ms linear 320ms, transform 200ms ease-out 320ms;
  border: 0;
}
.common-card-popup.card .border {
  transition: opacity 200ms linear, transform 200ms ease-out;
  border: 0 !important;
}
.common-card-popup.card .team-img > img {
  transition: opacity 200ms linear 0ms, transform 200ms ease-in 0ms;
}

.common-card-popup.card .name {
  transform: translate3d(0%, 0px, 0px);
  transition: opacity 200ms linear 120ms, transform 200ms ease-in 120ms;
}
.common-card-popup.card .icon{
  width:100%;
  height:100%;
}
.card .card-text {
  display: none;
}

.card {
  background: transparent;
  border: 0;
}

.card-popup-info img {
  float: left;
  margin: 0 30px 30px 0;
  border: 4px solid #fff;
}

.card-popup-info h1 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: table;
}
.card-popup-info h1::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9dc65e;
}

/* The cover (expanding background) */

.cover {
  position: fixed;
  z-index: 12345;
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
  background-color: #000000;
  transform-origin: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The open page content */

.open-content {
  width: 100%;
  max-width:1000px;
  height: 500px;
  z-index: 110;
  position: fixed;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 123456;
  pointer-events: none;
  background: #fff;
      box-shadow: 0 3px 7px rgb(46 50 64 / 10%);
    -webkit-box-shadow: 0 3px 7px rgb(46 50 64 / 10%);
    -moz-box-shadow: 0 3px 7px rgba(46,50,64,.10);
}

.open-content .photo img {
  position: relative;
  z-index: 5;
  display: block;
}

.open-content .text {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.close-content {
  display: block;
  position: absolute;
  right: 15px;
  top: 31px;
  width: 20px;
  height: 20px;
}

.close-content span {
  background: #001427;
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
}

.x-1 {
  transform: rotate(45deg);
}

.x-2 {
  transform: rotate(-45deg);
}

.fancy-tab-close .close-content {
  inset: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background: #c1b2d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancy-tab-close .close-content span {
  top: initial;
}
/* Clicked card */

.card.clicked img {
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
}

.card.clicked .about-join-porter img {
  opacity: 1;
  transform: none;
}
.card.clicked .border {
  opacity: 0;
  transform: scale(1.3);
}

.card.out,
.card.out img {
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
}

.card.out .name,
.card.clicked .name {
  transform: translate3d(0%, -40px, 0px);
  opacity: 0;
}

.cover {
  transition: transform 300ms ease-in-out;
}

.open-content {
  transition: opacity 200ms linear 0ms;
}

.open-content.open {
  opacity: 1;
  pointer-events: all;
  transition-delay: 1000ms;
}


/* .team-wrap{	padding: 20px 0 0;}
  
  .team-wrap .title{	padding-bottom: 60px;} */
@media (max-width: 991px) {
  .open-content{
    height:100%;
    overflow:scroll;
     scrollbar-color: #f08b1d;
  }
  .card-popup-info img {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .close-content {
    top: 25px;
  }
}

.open-content.open #open-content-image {
  display: none;
}
#open-content-text {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-width:1000px;
  margin:0 auto;
  	box-shadow: 0px 0px 6px #ccc;
}
#open-content-text .name{
  width:40%;
}
#open-content-text .team-contact-info {
  width: 60%;
  overflow: scroll;
     scrollbar-color: #f08b1d;
  max-height:500px;
}
#open-content-text .team-contact-info::-webkit-scrollbar-thumb {
  background: #f08b1d; 
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#open-content-text .team-contact-info::-webkit-scrollbar {
  width: 10px;
}
#open-content-text .name a {
  display: block;
  height: 100%;
}
#open-content-text .name a img {
  width: 100%;
  object-fit: cover;
  max-height:600px;
}
#open-content-text .name h2,
#open-content-text .name p {
  display: none;
}
#open-content-text .team-contact-info {
  padding: 60px;
}
#open-content-text .team-contact-info h2 {
  font-family: transducer, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    text-transform: capitalize;
}
#open-content-text .team-contact-info h5 {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 5px;
}
#open-content-text .team-contact-info p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
  margin-top: 30px;
  font-family: source-sans-pro, sans-serif;
}
#open-content-text .team-contact-info .card-contact-wrap {
  padding-top: 30px;
}
/* OurStory Page Start */
/*==============================================================
	 CoreValueSec Style
==============================================================*/
.core-value-wrap {
  background: rgba(78, 93, 102, 0.05);
  padding: 80px 0;
}
.core-value-wrap .container {
  position: relative;
}
.core-value-wrap ul.row {
  padding: 0 170px;
}
.core-value-wrap.verticle-line-wrap .container::before {
  top: -80px;
}
.core-value-wrap.verticle-line-wrap .verticle-title-animation {
  left: -315px;
  top: 305px;
}
.core-value-wrap.aos-animate .verticle-title-animation {
  top: 345px;
}
.core-value-wrap .core-value-info p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
.core-value-wrap .core-value-orange-box {
  margin-top: 60px;
  padding: 51px 114px;
  border: 2px solid #f08b1d;
}
.core-value-wrap .core-value-orange-box h4 {
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 37px;
  color: #f08b1d;
  text-align: center;
}
.core-value-wrap .core-value-img-info {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.core-value-wrap .core-value-img-info .left {
  width: 45%;
  padding-right: 80px;
}
.core-value-wrap .core-value-img-info .left .img-wrap {
  height: 100%;
}
.core-value-wrap .core-value-img-info .left .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.core-value-wrap .core-value-img-info .right {
  width: 55%;
}
.core-value-wrap .core-value-img-info .right .left-line-wrap,
.core-value-wrap .core-value-img-info .right .left-line-wrap .info {
  height: 100%;
}
.core-value-wrap .core-value-img-info .right .left-line-wrap .info {
  padding-top: 10px;
}
.core-value-wrap .core-value-img-info .right .info h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  color: #4a4a4a;
}
.core-value-wrap .core-value-img-info .right .info h4 span {
  font-family: transducer, sans-serif;
  font-weight: 600;
  display: block;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0.133em;
  color: #f08b1d;
  text-transform: uppercase;
  padding-top: 10px;
}
/*==============================================================
	 YearSliderSec Style
==============================================================*/
.year-slider-wrap {
  padding: 70px 0;
}
.year-slider-wrap .title{
  padding-bottom:50px;
}
.year-slider-wrap .title h2 {
  font-family: transducer, sans-serif;
  font-size: 77px;
  font-weight: 900;
  letter-spacing: 0.129em;
  color: rgba(78, 93, 102, 0.29);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -25px;
  text-align:center;
}
.our-story-year-slider {
/*   margin-top: 50px; */
  position: relative;
}
.year-slider-main{
  position:relative;
  height:100%;
}
.year-slider-main::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 7px;
 height:100%;
  left: 50%;
 background: rgb(240,139,29);
background: linear-gradient(180deg, rgba(240,139,29,1) 75% , rgba(255,255,255,1) 100%);
}
ul.our-story-year-slider li {
  position: relative;
}
ul.our-story-year-slider li::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 50%;
  margin-left: -9px;
  background: #f08b1d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
ul.our-story-year-slider li .slide-info {
  margin-left: auto;
  padding-left: 35px;
}
ul.our-story-year-slider li .slide-info h2 {
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.12em;
  color: #f08b1d;
  padding-bottom: 20px;
}
ul.our-story-year-slider li .slide-info p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #4a4a4a;
}
ul.our-story-year-slider li:nth-child(2n) .slide-info {
  margin-left: 0;
  margin-right: auto;
  text-align: end;
  padding-left: 0;
  padding-right: 35px;
}
ul.our-story-year-slider .slide-info {
  max-width: 550px;
  max-width: 600px;
  width: 100%;
}
.year-slider-wrapper {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  position: relative;
}
.year-slider-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.year-slider-wrap .scroll-arrow {
  text-align: center;
  padding-top: 30px;
}
.year-slider-wrap .scroll-arrow a {
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #f08b1d;
  text-transform: uppercase;
}
.year-slider-wrap .scroll-arrow a span {
  display: block;
}
.year-slider-wrap.aos-animate .title h2 {
  top: 0;
  transition-delay: 0.6s;
}
/* ContactForm Sec Start */
.contact-form .gform_title{
  display:none;
}
.contact-form #gform_fields_1{
  display:flex;
  flex-wrap:wrap;
}
.contact-form input{
 -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border:1px solid #4E5D66;
  font-size:16px;
  font-weight:400;
  line-height:30px;
  color:#4E5D66;
  padding:4px 15px !important;
}
.contact-form #field_1_5{
  width:100%;
}
.contact-form #input_1_5{
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
    border:1px solid #4E5D66;
  height:75px;
  width:100%;
    font-size:16px;
  font-weight:400;
  line-height:30px;
  color:#4E5D66;
  box-shadow:none;
}
.contact-form .gform_wrapper.gravity-theme .gform_fields{
  grid-row-gap: 9px;
  grid-column-gap:0;
}
.contact-form #field_1_1{
  width:46%;
  padding-right:10px;
}
.contact-form #field_1_3{
  width:32%;
  padding-right:10px;
}
.contact-form #field_1_4{
  width:22%;
}
.contact-form #input_1_1_3_container{
  padding-right:5px;
}
.contact-form #input_1_1_6_container{
  padding-left:5px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form #input_1_5::-webkit-input-placeholder{
  font-size:16px;
  font-weight:400;
  line-height:30px;
  color:#4E5D66;
  opacity: 1;
}
.contact-form input:-moz-placeholder,
.contact-form #input_1_5:-moz-placeholder{
  font-size:16px;
  font-weight:400;
  line-height:30px;
  color:#4E5D66;
  opacity: 1;
}
.contact-form input::-moz-placeholder,
.contact-form #input_1_5::-moz-placeholder{
  font-size:16px;
  font-weight:400;
  line-height:30px;
  color:#4E5D66;
  opacity: 1;
}
.contact-form input:-ms-input-placeholder,
.contact-form #input_1_5:-ms-input-placeholder{
  font-size:16px;
  font-weight:400;
  line-height:30px;
  color:#4E5D66;
  opacity: 1;
}
.contact-form .gform_footer.top_label{
justify-content:flex-end;
}
.contact-form #gform_submit_button_1{
    display: inline-block;
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #f08b1d;
  padding: 4px 50px 6px 10px !important;
  border: 2px solid #f08b1d;
  background:transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   background-image: url(../images/icons/arrow-right.svg);
   background-repeat: no-repeat;
   background-position: right 15px center;
  margin:0!important;
}
.contact-form #gform_submit_button_1:hover {
  background-color: #f08b1d;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
}
.contact-form .gform_wrapper .gform_validation_errors,
.contact-form .gform_wrapper .gfield_validation_message, .contact-form .gform_wrapper .validation_message{
  display:none;
}
.page-id-2396 .case-study-filters{
  margin-top:0;
}
.page-id-2396 .case-study-filter-wrap{
  padding-top:180px;
}
.contact-us-wrap #gform_confirmation_message_1{
  font-size: 21px;
font-weight: 400;
line-height: 30px;
color: #4a4a4a;
}

/* New css old page */

.mapboxgl-popup-content{
  width:500px !important;
}
.case-study-filters{
  z-index:12;
}
.case-study-filter-wrap .case-study-filters-link-map svg,
.case-study-filter-wrap .case-study-filters-link-list svg{
  position:relative;
  top:8px;
}

.single-studies header,
.single-capabilities header,
.page-template-blog header,
.single-post header,
.page-template-careers header,
.page-id-2396 header{
  height:180px;
   background-image:url('http://fdstonewater.com/wp-content/uploads/2022/08/featuredprojects.jpg');
  background-position:right;
}
.single-studies header::before,
.single-capabilities header::before,
.page-template-blog header::before,
.single-post header::before,
.page-template-careers header::before,
.page-id-2396 header::before{
  content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 100, 102);
    mix-blend-mode: multiply;
}
.page-id-2396 .header-logo{
  position:relative;
}
.single-capabilities .contact-us-wrap,
.page-template-blog .contact-us-wrap,
.page-template-careers .contact-us-wrap,
.page-id-34 .contact-us-wrap{
  background:#fff;
    position:relative;
  z-index:12;
}
.return-map{
  width:100% !important;
}
.single-capabilities .footer-wrap,
.page-template-blog .footer-wrap,
.page-template-careers .footer-wrap,
.page-id-34 .footer-wrap{
  position:relative;
  z-index:12;
}
.single-post .widget-area{
  text-align:center;
}
.single-post .widget-area p{
   font-size: 18px;
  font-weight: 400;
    line-height: 25px;
    color: #4a4a4a;
}
}
.page-id-34 #bg_img{
  display:none;
}
.page-id-34 #main_content{
  margin-top:0;
}
.page-id-34 #main_content_inner .latest_news {
  display:none;
}
.page-id-34 #main_content_inner .contact_mid{
  margin-top:0;
  margin-left:0 !important;
}
.page-id-34 #main_content_inner .c_address .emails2{
 display:none;
}
/* New ModulePage Css */
.counter-wrap.info-only .counter-info p{
  max-width: 100%;
}
.counter-wrap.info-only ul.row li{
  padding-bottom: 30px;
}
.community-outreach-wrap.career{
  padding: 50px 0;
}
.image-info-wrap .img-info p a{
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-info-wrap .img-info p a:hover{
  color:#f08b1d;
}
.image-info-wrap .img-info .arrow-border-cta{
  margin: 10px 0;
}

.blog-detail-wrap{
  padding: 60px 0 50px;
}
.blog-list-wrap .blog-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-list-wrap .blog-list .left{
  width:30%;
}
.blog-list-wrap .blog-list .left img{
  width:100%;
  height:300px;
  object-fit: cover;
}
.blog-list-wrap .blog-list .right{
  width:calc(100% - 35%);
  margin-left: 30px;
font-style:normal!important;
}
.blog-list-wrap .blog-list .right .title h5{
  padding-bottom: 10px;
}
.blog-list-wrap .blog-list .right .title h5 a{
  font-family: transducer, sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #4c5858;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    font-style: normal !important;
}
.blog-list-wrap .blog-list .right .title h5 a:hover{
  color:#f08b1d;
    font-style: normal !important;
}
.blog-list-wrap .blog-list .right p{
  font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #4a4a4a;
  font-style:normal;
}

.inner-banner-wrap.no-wrap .banner-info{
  max-width: 100%;
}
.image-info-wrap .service-list{
  padding-top: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.image-info-wrap .service-list ul li{
  text-align: center;
}
.image-info-wrap .service-list ul li .info{
  padding-top: 20px;
}
.image-info-wrap .service-list ul li .info p{
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #f08b1d;
  margin-bottom: 0;
}
.image-info-wrap .img-info ul li span{
  font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.120em;
    color: #F08B1D;
    text-transform: uppercase;
}
.image-info-wrap .img-info ul li ul{
  margin: 10px 0;
}
.image-info-wrap .img-info ul li ul li:not(:last-child){
  padding-bottom: 10px;
}
.page-id-4284 .contact-us-wrap {
    display: none;
}
@media(max-width:991px){
  .blog-list-wrap .blog-list .left{
    width:100%;
  }
  .blog-list-wrap .blog-list .right{
    width:100%;
    margin-left: 0;
    margin-top: 40px;
    font-style:normal!important;
  }
}
.page-template-page-careers-php .image-info-wrap.career{
  padding-top:0;
}
.blog-detail-wrap .blog-list-wrap ul li:not(:last-child){
  padding-bottom:40px;
}
.page-id-4224 .image-info-wrap .img-info a.arrow-border-cta + a{
  margin-left: 20px;
}
.page-id-4224 .image-info-wrap .img-info .arrow-border-cta{
  margin-top:20px;
}

.counter-wrap .counter-info .counter-primary,
.counter-wrap .counter-info .counter-secondary{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space:nowrap;
}
.counter-wrap .counter-info .counter-title span{
  font-family: transducer, sans-serif !important;
  font-weight: 400 !important;
  font-size: 72px !important;
  color: #f08b1d !important;
  padding-bottom: 15px;
}
.counter-wrap ._number{
  width: 100%!important;
}
.counter-wrap ._number > div{
  width:50px!important;
}
.counter-wrap.bg-counter .col-lg-8 .counter-title{
  display:flex;
  justify-content:center;
}
.counter-wrap .counter-title{
    margin-top:auto;
}
.counter-wrap.bg-counter .counter-info .counter-title span{
      font-size: 70px !important;
}
.counter-wrap.bg-counter span.line-breaker{
  padding:0 5px;
}
.counter-wrap.bg-counter .counter-info h2{
  padding-bottom: 3px;
}
.counter-wrap.bg-counter .counter-info .counter-title span{
  padding-bottom: 5px;;
}

.evergreen-listing {
    margin-top: 73px;
}
.page-template-page-star-evergreen-fund .small-content-wrap{
  background:rgba(78,93,102,0.05);
    padding:30px 0 15px;
}
.page-template-page-star-evergreen-fund .small-content p{
    font-size: 12px;
  line-height: 17px;
  color:#4a4a4a;
}
.return-map a{
    font-family: 'Open Sans',sans-serif;
}
.single .blog-gallery-img{
      padding: 0 15px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  position:relative;
margin-bottom:25px;
}
.single .blog-gallery-img ul.slick-dots{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position:absolute;
  bottom:50px;
  left:50%;
  -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
  .single .blog-gallery-img ul.slick-dots li {
    padding:0;
  margin:0 8px;
	text-transform: capitalize;
	border: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	cursor: pointer;
  }
  .single .blog-gallery-img ul.slick-dots li button {
	display: none;
  }
  .single .blog-gallery-img ul.slick-dots li.slick-active {
	background: #f08b1d;
  }
.single .blog-gallery-img li img{
  width:100%;
}
.page-id-4105 .counter-wrap{
  background: url("../images/development-bynumbers-saturation-transparency.png") no-repeat;
  background-size:cover;
background-color: #0e4b67;
}
.page-id-4222 .counter-wrap{
  background: url("http://fdstonewater.com/wp-content/uploads/2022/08/brokerage_bynumbers2.png") no-repeat;
  background-size:cover;
background-color: #0e4b67;
}
.page-id-4224 .counter-wrap{
  background: url("../images/investment_bythenumbers.png") no-repeat;
  background-size:cover;
background-color: #0e4b67;
}
a.arrow-border-cta.pdf span img{
  width:28px;
  height:24px;
}
a.arrow-border-cta.pdf span img.svg-hover{
  display:none;
}
a.arrow-border-cta.pdf:hover span img{
  display:none;
}
a.arrow-border-cta.pdf:hover span img.svg-hover{
  display:inline-block;
}
.counter-wrap.info-only{
  padding-bottom:66px;
}
.counter-wrap.info-only ul.slick-dots{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position:relative;
}
  .counter-wrap.info-only ul.slick-dots li {
    padding:0;
  margin:0 8px;
	text-transform: capitalize;
	border: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	cursor: pointer;
  }
  .counter-wrap.info-only ul.slick-dots li button {
	display: none;
  }
  .counter-wrap.info-only ul.slick-dots li.slick-active {
	background: #f08b1d;
  }
.page-id-4172 .image-info-wrap ul.row li.col-lg-4{
  padding-left:100px;
}
.page-id-4172 .image-info-wrap ul.row li.col-lg-4 .img-wrap{
  height:100%;
}
.page-id-4172 .image-info-wrap ul.row li.col-lg-4 .img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.contact-us-wrap ul.row{
  margin:0 -35px;
}
.contact-us-wrap ul.row li{
  padding:0 35px;
}
.insight-wrap .insight-list-wrap ul li .img-wrap img{
 height:220px;
  object-fit:cover;
}

.insight-wrap .insight-list-wrap ul li .img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    background: rgba(99, 100, 102, .75);
    mix-blend-mode: multiply;
    width: 100%;
    height:100%;
}
.page-id-34 .contact-form #field_1_1{
  width:100%;
  padding-right:0;
}
.page-id-34 .contact-form #field_1_4{
  padding-right:0;
  padding-left:5px;
}
.page-id-34 .contact-form #field_1_3{
  padding-right:5px;
}
.page-id-34 .contact-form #field_1_3,
.page-id-34 .contact-form #field_1_4 {
width:50%;
}
.page-id-34 .inner-banner-wrap .banner-info{
  max-width:820px
}
.single-post .single-breadcrumb-wrap{
  margin-top:200px;
}
.single-post #content_main2{
  margin-top:0;
}
.single-post .single-breadcrumb-wrap ul{
  margin:0 -10px;
}
.single-post .single-breadcrumb-wrap ul li{
  position:relative;
  padding:0 10px;
  color:#f08b1d;
       line-height: 30px;
  display:inline-block;
    font-family: transducer, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.single-post .single-breadcrumb-wrap ul li a{
     line-height: 30px;
    color: #4a4a4a;
  display:inline-block;
    font-family: transducer, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.single-post .single-breadcrumb-wrap ul li + li::before{
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  background:url('../images/icons/breadcrumb-arrow.svg');
  left:-9px;
  top:0;
  bottom:0;
  margin:auto 0;
}
.counter-wrap.bg-counter .counter-title{
  margin-top:0;
}
.page-id-4224 .counter-wrap .counter-description{
  margin-top:0;
}
.page-id-4224 .counter-wrap.bg-counter .counter-info h2{
  height:110px;
}
.page-id-4222 .counter-wrap.bg-counter .counter-title{
  margin-top:auto;
}
.page-id-4105 .counter-wrap .counter-info .counter-title span,
.page-id-4105 .counter-wrap .counter-info h2{
  padding-bottom: 0;   
  }
.inner-banner-wrap.star-green{
  height:650px;
}
.inner-banner-wrap.star-green .banner-info{
  padding-top: 10px;
}
.inner-banner-wrap.star-green .banner-info a{
  margin-bottom: 6px;
  margin-left:7px;
}
.inner-banner-wrap.star-green .banner-info p{
  padding-top:14px;
}
.image-info-wrap.evergreen ul.row{
  margin: 0 -38px;
}
.image-info-wrap.evergreen ul.row > li{
  padding: 0 38px;
}
.image-info-wrap.evergreen .evergreen-listing ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.image-info-wrap.evergreen .evergreen-listing ul li{
  width:50%;
  padding: 0 25px 30px;
  text-align: center;
}
.image-info-wrap.evergreen .evergreen-listing .info {
  padding-top: 16px;
}
.image-info-wrap.evergreen .evergreen-listing .info p{
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  color: #4C5858;
  margin-bottom: 0;
  text-transform:capitalize;
}
.image-info-wrap.star-green{
  padding-bottom: 0;
}
.image-info-wrap.star-green .img-info p span{
  font-family: transducer, sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.120em;
  color:#F08B1D;
  text-transform:uppercase;
}
.image-info-wrap.star-green .img-info p{
  margin-bottom: 30px;
}
.image-info-wrap.star-green ul.row li.col-lg-12{
  padding-bottom: 30px;
}
.image-info-wrap.star-green ul.row li.col-lg-12:first-child .img-info ul > li::before{
  display: none;
}
.image-info-wrap.star-green ul.row li.col-lg-12:first-child .img-info ul > li{
  padding-left: 15px;
  padding-right:30px;
}
.image-info-wrap.star-green ul.row li.col-lg-12:first-child .img-info ul > li > ul >li::before{
  display: block;
}
.image-info-wrap.star-green ul.row li.col-lg-12:first-child .img-info ul > li > ul >li{
  padding-left: 35px;
}
.image-info-wrap.star-green .small-content p{
  margin-bottom: 15px;
}
.image-info-wrap.star-green .cta-wrap{
  text-align: center;
  margin: 30px 0 0;
}
.counter-wrap.bg-counter.starevergreen .counter-info .counter-title{
  display:flex;
  justify-content:center;
}
.counter-wrap.bg-counter.starevergreen .counter-info .counter-title span{
  font-size: 55px !important;
}
.counter-wrap.bg-counter.starevergreen ._number > div{
      width: 39px!important;
}
.counter-wrap .counter-info .counter-primary, .counter-wrap .counter-info .counter-secondary{
  position:relative;
  margin-top:-20px;
}
.counter-wrap.brokerage.bg-counter .counter-description{
  margin-top:0;
  min-height:64px;
}
.page-id-34 .contact-form #input_1_5{
  height:120px;
}
.page-id-4224 .image-info-wrap .img-info p.title{
  font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0.12em;
    color: #f08b1d;
    text-transform: uppercase;
}
.header-wrap .header-bottom .header-logo{
  position:relative;
}
.open-content a.arrow-left,
.open-content a.arrow-right{
  display:inline-block;
  position:absolute;
  top:50%;
  width:18px;
  height:24px;
}
.open-content a.arrow-left{
  left:100px;
}
.open-content a.arrow-right{
  right:100px;
}
.insight-wrap .linkdin-link{
      font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #f08b1d;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.insight-wrap .before-footer-social{
  padding-top:20px;
}
.insight-wrap .before-footer-social a{
  margin:0 5px;
}
.insight-wrap .before-footer-social a svg path{
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insight-wrap .before-footer-social a:hover svg path{
  fill: #f08b1d;
}
.common-card-popup.card .icon{
  position:relative;
}
.common-card-popup.card .icon .view-bio{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:10px;
  background:#f08b1d;
  text-align:center;
  height:0;
  opacity:0;
  visibility:hidden;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-card-popup.card .icon .view-bio a{
  display:block;
  color:#fff;
   font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.common-card-popup.card .icon:hover .view-bio{
  height:48px;
  opacity:1;
  visibility:visible;
} 

#open-content-text .view-bio{
  display: none;
}
.social-icon-wrap{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:10px -10px 0;
}
.social-icon-wrap li{
  padding:0 10px;
}
.social-icon-wrap li a img{
  height:23px;
}
.image-info-wrap .blue-box-wrap{
  padding-top:30px;
}
.image-info-wrap .blue-box-wrap .blue-box{
  background:#34434d;
  padding:40px;
}
.image-info-wrap .blue-box-wrap .blue-box h2{
  font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.120em;
    color: #F08B1D;
    text-transform: uppercase;
    padding-bottom:20px;
}
.image-info-wrap .blue-box-wrap .blue-box p{
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.page-id-4222 .counter-wrap.bg-counter ul li:nth-child(3) .counter-title{
  margin-top:auto;
}
.page-id-4222 .counter-wrap.bg-counter ul li:nth-child(1) .counter-primary,
.page-id-4222 .counter-wrap.bg-counter ul li:nth-child(1) .counter-secondary{
  margin-top:0;
  height:80px;
}
.page-id-4222 .counter-wrap.brokerage.bg-counter .counter-description{
  min-height:170px;
}
.page-id-4222 .counter-wrap ul.row li{
  padding-bottom: 0;
}


/* 16-2-23 */

.new-starfund-popup-wrap {
  background: url("../images/generic-counter.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
    background-color: #0e4b67;
}
.new-starfund-popup-wrap::before{
    content: "";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(78, 93, 102, 0.65);
  mix-blend-mode: multiply;
}
.new-starfund-popup-wrap .container{
  position:relative;
  z-index:1;
}
.new-starfund-popup-wrap .row{
  margin:0 -80px;
}
.new-starfund-popup-wrap .row .main-column{
  padding:0 80px;
}
.new-starfund-popup-wrap .title{
      margin-top: 20px;
    padding-left: 20px;
    position: relative;
    border-left: 5px solid #f08b1d;
}
.new-starfund-popup-wrap .title h2{
      font-family: transducer, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #ffff;
    text-transform: capitalize;
}
.common-card-popup.card a{
  display:block;
}
.new-star-video-wrap{
  padding-bottom: 50px;
}
.new-star-video-wrap .container{
  position:relative;
}
.new-star-video-wrap .new-start-video-info{
  max-width:1000px;
  margin-left:auto;
}
.new-star-video-wrap .cta-wrap{
  text-align:center;
}
.new-star-video-wrap .verticle-title-animation{
  top:210px;
  left:-142px;
}
.new-star-video-wrap.verticle-line-wrap .container::before{
  top:0;
}
.new-star-video-wrap.verticle-line-wrap.aos-animate .verticle-title-animation{
  top:240px;
}
.new-star-video-wrap .sub-video-slider .slick-list{
  width:100%;
  margin:0 -15px;
}
.new-star-video-wrap .sub-video-slider .sub-video-slide:first-child {
  max-width:100%;
}

.insight-wrap .insight-list-wrap ul li:nth-child(3) .newblock, .insight-wrap .insight-list-wrap ul li:nth-child(2) .newblock{
  display:none;
}


.blog-list-wrap ul li:first-child .blognewpost {
    background-color: #f08b1d !important;
    font-family: transducer, sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 400;
    width: 84px;
    padding-left: 10px;
    margin-bottom: 10px;
    z-index: 99;
    display: block !important;
font-style:normal!important;
}

.newblock{
background-color: #f08b1d !important;
    font-family: transducer, sans-serif;
  color:white;
    font-size: 24px;
    font-weight: 400;
    width: 84px;
    padding-left: 10px;
    position: absolute;
    top: 92px;
    z-index: 99;
}
.insight-box-wrap{
    background-color: #34434d;
    padding: 25px 40px;
    height:100%;
}
.insight-box-wrap .title{
      font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.120em;
    color: #F08B1D;
    text-transform: uppercase;
}
.insight-box-wrap .insight-listing{
  padding-top: 20px;
}
.insight-box-wrap .insight-listing ul li:nth-child(-n+2) {
    padding-bottom: 38px;
}

.insight-list .insight-list-description p{
      font-size: 20px;
    font-weight: 400;
      color: #fff;
    line-height: 30px;
  text-transform:capitalize;
}

/* 8-9-23 */
.image-info-wrap.evergreen{
  padding-bottom: 100px;
}
.image-info-wrap.evergreen #listings .image-content{
  position:relative;
  height:100%;
  max-height:370px;
  overflow:hidden;
}
.image-info-wrap.evergreen .construction-management .arrow-border-cta{
  width:100%;
}
.image-info-wrap.evergreen .construction-management .cta-wrap{
  margin-bottom: 20px;
}
.image-info-wrap.evergreen #listings .image-content .img{
  display:block!important;
}
.image-info-wrap.evergreen #listings .image-content img{
  margin:0 !important;
  height:100%!important;
  object-fit:cover;
}
.image-info-wrap.evergreen #listings .image-content:hover .overlay{
  opacity:1;
  visibility:visible;
  top:0;
  left:0;
}
.image-info-wrap.evergreen #listings .overlay-content{
  display: flex;
    justify-content: end;
    height: 100%;
    flex-direction: column;
  padding-bottom:20px;
}
.image-info-wrap.evergreen #listings .overlay-content::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  background: #f08b1d;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.image-info-wrap.evergreen #listings .image-content:hover .overlay-content::before{
  height:146px;
}
.image-info-wrap.evergreen #listings .overlay-content .title{
  padding-left:35px;
    font-family: transducer, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.image-info-wrap.evergreen #listings .overlay-content .city{
  padding-left: 35px;
  font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #f08b1d;
}
.image-info-wrap.evergreen #listings .overlay-content a{
  margin-left: 35px;
    display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.125em;
  color: #ffffff;
  text-transform: uppercase;
}
.image-info-wrap.evergreen #listings .content .title{
  font-family: transducer, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #f08b1d;
  padding-top: 20px;
}
.image-info-wrap.evergreen #listings .col-md-4.fund-img img{
  height:100%;
  max-height:370px;
  object-fit:cover;
}
.projects-slider-wrap .projects-slider .slick-list .slick-slide{
   transform: scale(0.8);
   transition: all 0.3s ease-in;
}   
.projects-slider-wrap .projects-slider .slick-slide .project-slide-inner-wrap{
  padding-bottom:69%;
  position: relative;
  width: 100%;
}
.projects-slider-wrap .projects-slider .slick-slide .project-slide-inner-wrap img{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.projects-slider-wrap .projects-slider .slick-list .slick-slide.slick-active{
   transform: scale(1);
}