    * {
  padding: 0;

}

body, html {
  max-width:100%;
  background:#FAF7F5;
  overflow-x:hidden;
  
}

html.normal-scroll {
  scroll-behavior: auto !important;
}

@font-face {
    font-family: 'Gotham-m';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-l';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype'),
        url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-b';
    src: url('../fonts/Georgia-Bold.eot');
    src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype'),
        url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-i';
    src: url('../fonts/Georgia-Italic.eot');
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Italic.woff2') format('woff2'),
        url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype'),
        url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-BoldItalic.eot');
    src: url('../fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('../fonts/Georgia-BoldItalic.woff') format('woff'),
        url('../fonts/Georgia-BoldItalic.ttf') format('truetype'),
        url('../fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: 'Gotham';
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Gotham' !important;
  color: #302925;
  margin-bottom:15px;
}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
p {
  font-size: 16px;
  line-height: 1.6;
  color: #231F20;
}
p strong {font-family:'Gotham-m'; font-weight:normal;}


.down_chevron {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}


.chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .95;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}



nav {
    padding: 15px 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all ease-in-out 0.5s;
    /*background-color: rgb(43 43 43 / 87%);*/
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: ;*/
    background:#00000059;
}
nav .navbar {
  padding: 0px;
}
nav img {
  width: 140px;
}
nav .logoblack {
  display: none;
}
nav .navbar-nav {
  margin-right: 0;
}
nav .navbar-nav .nav-item {
  margin-left: 50px;
}
nav .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 16px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
  text-transform:uppercase;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:1px;
    transition:all 0.5s ease 0s;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

/*nav.dlf_nav {*/
/*    -webkit-animation: navbar-animation 0.6s;*/
/*    animation: navbar-animation 0.6s;*/
/*    background-color: rgb(0 0 0 / 37%);*/
/*    backdrop-filter: blur(10px);*/
/*    -webkit-backdrop-filter: blur(10px);*/
/*}*/

nav.dlf_nav {
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
    background-color: #000;
}

/*.headingmain {*/
/*  letter-spacing: 0px;*/
/*}*/


@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu {
    background: #e2e0d700;
    padding: 2px 2px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    /*border: 1px solid #ffffff4d;*/
}

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
  
}

.hamburger .line:nth-child(2){
    margin-right: 0;
}
.hamburger .line {
    width: 25px;
    height: 2px;
    background-color: #ffffff9e;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
  padding: 6px 13px;
  display:block;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

/*menu css*/

.menu:hover {background:#fff; color:#000;}
.menu:hover span {background:#000;}
.hamb {
    background-color: rgb(255 255 255 / 37%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 4px;
    padding: 0px;
    /*border:1px solid #ffffff59;*/
    
}
 
 
.menufix {
    background-color: #FAF7F5;
    position: fixed;
    right: 0px;
    width: 50%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    transform: translateX(125%);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    display: flex;
    justify-content:center;
    flex-direction: column;
}

.menufix.open {
    transform: translateX(0%);
}

.mainmenu {margin-bottom:0px; padding-left:60px;}
.mainmenu li {list-style:none;  transition:all 0.5s ease 0.2s; text-align:left; margin-bottom:20px; position:relative; }
.mt {transition:all 0.5s ease 0.2s; opacity:0; transform:translateY(40px); display:block;}
.mainmenu li:last-child {margin-bottom:0px;}
.mainmenu li a {font-size:40px; font-family: 'Gotham-m'; color:#bdb8b6; transition:all 0.5s ease 0s;}

.menufix .sociallinks {
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
    position: absolute;
    top: 0;
}

.drop {position: absolute;left: 55%; top: -20%; opacity:0; visibility:hidden; transition:all 0.2s ease 0s ; z-index:10; transform:translateX(-40px);
    
    color: #fff;
    padding: 20px;

}
/*.drop {*/
/*    position: absolute;*/
/*    left: 55%;*/
/*    top: 10px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.2s ease 0s;*/
/*    z-index: 10;*/
/*    transform:translateX(-40px);*/
/*    padding: 20px;*/
/*    width: 310px;*/
/*    border-radius: 15px;*/
/*}*/

.drop li {padding:5px 0px; margin-bottom:10px; }
.drop li a {font-size:18px; font-family:'Gotham-m'; color:#000;}
/*.drop li a:hover {color:#156b98;}*/
.drop li a i { color: #6e6c6c; top: 1px;position: relative; margin-left: 3px;}

.drop ol {margin-top:10px;}
.drop ol li {padding:2px 0px; margin-bottom:5px;}
.drop ol li a {font-size:14px; font-family:'Gotham'; }
.drop li i {display:none;}
.drop li.active i{ transform:rotate(180deg); }

.menufooter {display:flex; border-top:1px solid #ccc; position:relative; flex-wrap:wrap;}
.our-echo {
    font-size: 16px !important;
    margin-bottom: 0px;
    /* position: absolute; */
    left: 20px;
    top: 0;
}
.menufooter h6 {font-size:12px; margin-bottom:10px;}
.menufooter p {
    font-size: 12px;
    margin-bottom: 0px;
    flex: 0 0 100%;
    text-align: center;
}
.column {width:33.333%; text-align:center; border-right:1px solid #ccc; padding:30px 15px; position:relative;display: flex; align-items: center;
    justify-content: center; flex:1;}
.column::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    transition: all 0.3s ease 0s;
    background: #000;
    z-index: -1;
}
.column:hover::before {height:100%;}
.column h6, .column p {position:relative; z-index:1;}
.column:hover h6, .column:hover p {color:#fff;}
.column.last {border-right:0px;}

.whitelogo {display:none;}
.column:hover .blacklogo {display:none;}
.column:hover .whitelogo {display:block;}

.menu_close {
    top:30px;
    background: #000;
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    cursor:pointer;
    border-radius:4px;
    transition:all 0.5s ease 0s;
}
.menu_close svg line {stroke:#fff}
.menu_close:hover {background:#fff;}
.menu_close:hover svg line  {stroke:#000}

.menufix.open .mt {transform:translateY(0px); opacity:1;}
.mt.two {transition-delay:0.2s;}
.mt.three {transition-delay:0.3s;}
.mt.four {transition-delay:0.4s;}
.mt svg {display:none;}
.mt:hover {transition-delay:0s;}

.overlay {
    opacity: 0;
    transition: all ease-in-out .8s;
    background: #0000004a;
    position: absolute;
    right: 0;
    left: -100%;
    top: -20px;
    bottom: 0;
    pointer-events:none;
    width: 250%;
    z-index: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    height: 110vh;
}

.open.overlay {
    opacity: 1;
    transition-delay: .6s;
}

body.no-scroll {overflow:hidden;}


@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }




.pad80 {
  padding: 85px 0;
}

.padt80 {
  padding-top: 85px;
}

.padb80 {
  padding-bottom: 85px;
}

.span {
  color: #10100f;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.h2 {
  font-size: 45px;
  margin-bottom: 35px;
  line-height:1.2;
  margin-top:-15px;
}

.h2.less {margin-bottom:10px;}

h4{
    font-size:25px;
}

h4 span {
    color:#23BA97;
}

p {color:#302925;}


.black {
    color:#000;
}

.grey {
    background:#FAF7F5;
}

.white {background:#fff;}

.brown {background:#302925;}

.bgblack {background:#000;}


.banner {
    height:100vh;
    position:relative;
}

.banner.no-before::before {display:none;}

.banner video, .banner img {height:100%; object-fit:cover}

.banner::before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    height:100%;
    background:#0000001a;
}

.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
}

.banner .container > div {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    height:100%;
    text-align:left;
    flex-direction:column;
}



.banner .h2 {
    color:#fff;
    /*text-transform:uppercase;*/
    font-size:55px;
    font-family:'Gotham';
    margin:0;
    line-height:1.1;
}


.bannerbtn {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border-top:1px solid #ffffff73;
    
    
}
.bannerbtn ul {display:flex; justify-content:space-between; margin:0; position:relative;}
/*.bannerbtn ul::before {*/
/*    content: 'We are:';*/
/*    position: absolute;*/
/*    top: -40px;*/
/*    color: #fff;*/
/*    left: 40px;*/
/*}*/
.bannerbtn li { width:25%; color:#fff; z-index:1; list-style:none; border-right:1px solid #ffffff73; padding:20px 70px; position:relative;}
.bannerbtn li::before {background:#000; transition:all 0.4s ease 0s; width:0%; height:100%; content:''; position:absolute;left:0;top:0; z-index:-1;}
.bannerbtn li:hover::before {width:100%;}

.rsp-btn {
    border:0.5px solid #3029258a;
    color:#000;
    padding:13px 14px;
    border-radius:7px;
    transition:all 0.5s ease 0s;
    cursor:pointer;
    font-family: 'Gotham-m';
    font-size:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1;
    overflow:hidden;
}
.rsp-btn::before {content:''; width:0; transition:all 0.5s ease 0s; height:100%;  background:#000; position:absolute; left:0; z-index:0; top:0;z-index:-1;}
.rsp-btn:hover {color:#fff; }
.rsp-btn:hover::before {width:100%;}

.rsp-btn i, .hoverlink i {
    background: #302925;
    border-radius: 50%;
    width: 15px;
    display: inline-flex;
    color: #fff;
    height: 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    position: relative;
    margin-left:5px;
}

.rsp-btn.fill {background:#000; color:#fff;}
.rsp-btn.fill i {color:#000; background:#fff;}

.rsp-btn.fill::before {background:#fff;}

.rsp-btn.fill:hover {color:#000; background:none;}
.rsp-btn.fill:hover i {color:#fff; background:#000;}

.rsp-btn.cm {min-width:150px;}

.hoverlink i {
    background: #fa353500;
    color: #fff;
    background: #000;
    /*top: -2px;*/
    margin-left:5px;
}
.rsp-btn:hover i {background:#fff; color:#000;}

/*.rsp-btn:hover {*/
/*    background:#EDEBF7;*/
/*    color:#000;*/
/*}*/

.hoverlink {
    position: relative;
    margin: 0;
    display: inline-flex;
    font-size:13px;
    transition:all 0.4s ease-in-out 0s;
    color:#000;
    align-items:center;
}

.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    right:auto;
    width:100%;
    bottom:-5px;
    background:#000;
    transition:all 0.3s ease-in-out 0s;
    height:1.2px;
}
.hoverlink:hover {color:#000;}
.hoverlink:hover::after { width:0; left:auto; right:0;}
.hoverlink:hover img, .hoverlink:hover i {transform:translateX(3px);}


.counterrow {
    /* justify-content: space-between; */
    text-align: center;
}

.counter {overflow:hidden; display:inline-flex; line-height:1;}

.counterfont {font-size:100px; font-family: 'Gotham-l';}
.counter_sec {display:flex;flex-direction:column;}
.counter_sec.hasafter {position:relative;}
.counterdivider { background: #ccccccb3;
    content: '';
    width: 2px;
    height: 140px;
    top: 50%;
    position:relative;
    transform: translateY(-50%);
    margin:0 auto;
}
/*.counter_sec.hasafter::after {*/
/*    position: absolute;*/
/*    right: 40px;*/
/*    top: 0;*/
/*    background: #ccccccb3;*/
/*    content: '';*/
/*    width: 2px;*/
/*    height: 140px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.counter_sec small {font-family: 'Gotham-m';position: relative; top: -20px; text-transform:uppercase;}

.subhead {margin-bottom:40px;}

.subheadwhite {
    color: #ffffffe6;
    max-width: 800px;
    margin-top: 10px;
}

.about .rsp-btn {
    margin-top: 20px;
    /*gap: 10px;*/
}
.about .rsp-btn path {fill:#456bbb !important}


.expand-slider {
    display: flex;
    gap: 14px;
    height:400px;
}


.expand-slider .slide-1 {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: flex-grow 0.4s ease;
    border-radius:10px;
}

.slide-1 img {
    width: 100%;
    transition: transform 0.45s ease, object-position 0.45s ease;
    height: 100%;
    object-fit: cover;
    object-position:center;
    border-radius:10px;
}
.expand-slider .slide-1::before {position:absolute;width:100%; height:50%; left:0; bottom:0;  content:'';z-index:1;
     background: rgba(0, 0, 0, 0.6);

    -webkit-mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,     /* bottom fully dark */
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%     /* top transparent */
    );

    mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%
    );
}

.customer_names .strong img {
    width:30px;
}

.customer_logo {width:120px !important;}

.customer_names {transition:all 0.8s ease 0s; position:absolute; bottom:15px; left:20px;z-index:1;}
.customer_names .strong {margin-bottom:5px; text-transform:uppercase; color:#fff; transition:all 0.8s ease 0s; transform:translateY(20px)}
.customer_names .span {margin-bottom:0px; color:#fff; opacity:0; visibility:hidden; transition:all 0.8s ease 0s; transform:translateY(10px);
    overflow: hidden; text-transform:uppercase;}
.expand-slider .slide-1:hover .strong {transform:translateY(0px)}
.expand-slider .slide-1:hover .span {opacity:1; visibility:visible; transform:translateY(0); height:auto;}

/* Hover expand */
@media (min-width: 991px) {
    .expand-slider .slide-1:hover {
        flex-grow: 2;
    }
    .slide-1:hover img {
    transform: scale(1.05);
    object-position: left;
}
}



.contact {
    background:#0093dd1a;
}

/*.contact_form label {*/
/*    display:none;*/
/*}*/

.contact_form .form-group {
    margin-bottom:0;
}

.contact_form .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #00000036;
    border-radius: 0px;
    text-align: left;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 25px;
    border-radius: 0px;
}

.contact_form .form-control:focus {
    outline:none;
    box-shadow:none;
}

.contact_form .form-control::placeholder {
    color:#00000036;
}

.contact_form .orris-btn {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #000;
}

.form-bg {
    background: #000;
    border-radius: 10px;
    padding: 35px 40px
}

.form-bg .contact_form .form-control {
    border-bottom:1px solid #ffffff7a;
    color:#ffffff7a;
}
.form-bg .contact_form .form-control::placeholder {
    color:#ffffff7a;
}

.form-bg button {
    border:1px solid #ffffff7a; color:#ffffff7a;
}

.form-bg button i {background:#fff; color:#000;}

.logos, .logo_alternate{
  display: flex !important;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 15px;
  
}

.logos li, .logo_alternate li{
  list-style: none;
  /*border: 1px solid #d3cdcb82;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
  /*height: 100px;*/
  transition:all 0.5s ease 0s;
  
}

.logos li, .logo_alternate li {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.logos li img, .logo_alternate li img {
    width: 100%;
    max-height: 35px;
}

/*.logos li:hover {background:#eee;}*/

.brown .h2 {color:#fff;}
.news1 {border-bottom:2px solid #ffffff1c;}

/*Accordians Css*/
.accordion .card {background:none; border:0px; border-radius:0px;}
.accordion .card-header {padding:0px; width:100%; border:0px;}
.accordion .card button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    border-radius:0px;
    border:0px;
    border-top: 1px solid #93929254;
    background:#faf7f5;
    position:relative;
}

/*.accordion .card button::before {background:#000; position:absolute; left:0; height:100%; width:0; content:''; transition:all 0.5s ease-in-out 0s; z-index:0; }*/

/*.accordion .card button:hover::before {width:100%;}*/

.accordion .card button:focus, .accordion .card button:hover {outline:none; text-decoration:none;}
.accordion .card button h3 {font-family:'Gotham-m' !important; padding:0; margin:0; font-size:14px; text-transform:uppercase; position:relative; z-index:1; transition:all 0.5s ease-in-out 0s;}
.accordion .card .ar {margin:0; position:relative; z-index:1; transition:all 0.5s ease-in-out 0s; display:none;}
.accordion .card .ar .arrow {background:none; padding:0; width:20px; position:relative; top:2px; }
.accordion .card .ar .arrow path {stroke:#ffffffbd}
.accordion .card .ar img {width:20px;} 
.accordion .card-body {padding:10px 0px; padding-top:0px;}
.accordion .card-body p { font-size:14px; }
.accordion .card-body li { margin-left:15px; margin-bottom:5px;}
/*.accordion .card button:hover h3, .accordion .card.active button h3 {color:#fff; transform:translateX(20px);}*/
/*.accordion .card button:hover .ar, .accordion .card.active .ar {transform:translateX(-20px);}*/
.accordion .card.active button::before {width:100%;}
/*.accordion .card button:hover .collapsible-link::after {color:#fff;}*/
.collapsible-link {
  position: relative;
  padding-right: 40px;
}

/* PLUS by default */
/*.collapsible-link::after {*/
/*  color:#000;*/
/*  content: "+";*/
/*  position: absolute;*/
/*  right: 0px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  font-size: 26px;*/
/*  font-weight: 500;*/
/*  transition: 0.3s ease;*/
/*}*/

/* MINUS when open */
/*.collapsible-link:not(.collapsed)::after {*/
/*  content: "−";*/
/*}*/

.card:hover .collapsible-link::after, .card.active .collapsible-link::after {right:10px; color:#fff;}

/*Accordians Css Ends*/

.headlines_large {height:100%;}
.headlines_large img, .headlines_large iframe, .headlines_large video {border-radius:10px; width:100%; height:100%; object-fit:cover }
.newsbox.large p {-webkit-line-clamp:initial}

.headlines_large .video-play-button-s {right:70px;}

.headlines_large.no-before::before {display:none;}

.newsbox {border:1px solid #7F7570; border-radius:10px; height:100%; padding:20px; }
/*.newsbox::after {*/
/*    background: url(../images/shape.svg) no-repeat center center / cover;*/
/*    content: '';*/
/*    width: 140px;*/
/*    height: 80px;*/
/*    right: 20px;*/
/*    bottom: 20px;*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*    transition:all 0.5s ease 0s;*/
/*    opacity: 0.04;*/
/*}*/
.newsbox.large::after {
    width: 280px;
    height: 160px;
    bottom: 110px;
    display:none;
}


.newsblackbox {
    background: #000;
    color: #fff;
    padding: 10px;
    /* height: 80px; */
    border-radius: 10px;
    height: 190px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    font-size: 28px !important;
    text-align: center;
    line-height: 1.5;
    flex-direction:column;
    letter-spacing :1px;
    margin-bottom:30px;
}
.newsblackbox span {font-size:16px !important; display:block;}


.newsbox p {transition:all 0.5s ease 0.2s;}
.newsbox.large:hover::after {background: url(../images/shape-w.svg) no-repeat center center / cover; opacity:0.1; transform:scale(1);}
.newsbox:hover::after {transform:scale(1.1);}
.newsbox p {font-family: 'Gotham-l'; font-size:16px;}
.date1 { font-family: 'Gotham-m' !important; font-size:14px !important;}

.newsbox.large:hover p.date1 {color:#ffffffb8;}
.newsbox.large:hover p {color:#ffffffb8;}
.newsbox.large:hover .hoverlink {color:#fff;}
.newsbox.large:hover .hoverlink i {color:#000; background:#fff;}

.newsbox.large img {border-radius:10px;}
.newsbox.large {flex-direction:column; padding:60px 40px; display:flex; justify-content:space-between; position:relative;}
.newsbox {position:relative;}
.newslogo, .desc {position:relative; z-index:1;}
.news_section img {height:100px;}
.newsbox.large::before {background:#000; position:absolute;left:0; bottom:0; height:0; width:100%; content:''; transition:all 0.6s ease-in-out 0s; z-index:0; border-radius:10px;}
.newsbox.large .desc, .newsbox.large .hoverlink {position:relative; z-index:1; width:fit-content;}
.newsbox:hover::before {height:100%;}
.desc {transition:all 0.4s ease-in-out 0s;}
.desc li {
    font-family:'Gotham-l';
    /* list-style: none; */
    font-size: 14px;
    color: #282522e0;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.brown .hoverlink, .track .hoverlink {
    color: #ffffffc9;
    align-self: baseline;
}
.brown .hoverlink i, .track .hoverlink i {border:1px solid #ffffffc9;}
.brown .hoverlink::after, .track .hoverlink::after {background:#ffffffc9;}

.newsbox:hover .hoverlink::after { width:0; left:auto; right:0;}
.newsbox:hover .hoverlink i {transform:translateX(5px);}

.newslogo {
    background: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px;
    height: 200px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 25px;
}
.news_section {margin-top:40px;}
.news_section .newsbox {margin-top:0px; height:100%;}
.newsbox .hoverlink { margin-top: 12px; margin-bottom: 20px; align-items:center;}
.explore-all {text-align:center; margin-top:35px;}
.ft-rt {text-align:right;}
.ft-rt .rsp-btn { border:0; margin-top:10px; }
.ft-rt .rsp-btn path {fill:#456bbb !important}

.footerlogo {width:140px;}
footer {
    background: #000;
    padding: 12px;
    font-size: 14px;
    position:relative;
    overflow:hidden;
}

footer::before {
    content: '';
    position: absolute;
    width: 920px;
    height: 520px;
    background: #000 url(../images/shape-w.svg) no-repeat center center / cover !important;
    right: -30%;
    bottom: 0;
    /* transform: translateX(-50%); */
    opacity: 0.13;
}

.links0section {
    border-top: 2px solid #ffffff59;
    border-bottom:2px solid #ffffff59;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-top:30px;
}

.links0section .row {justify-content:space-between;}

footer h5 {color:#ffffffe6;}

footer h6 {
    margin-bottom:30px;
    color:#fff;
    position:relative;
}

footer h6 a {color:#ffffffde;}
footer h6:hover a {color:#ffffffde;}

footer h6::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background: #ffffffe6;
    left: 0;
    bottom: -6px;
}

footer ul {margin-bottom:0px;}
footer ul li:last-child {margin-bottom:0px;}

footer li {list-style:none; margin-bottom:15px; position:relative;}
footer li a {
    color: #ffffffe6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 13px;
}
footer li a:hover {color:#fff;}
footer li a::after {position:absolute; transition:all 0.3s ease 0s; width:0px; content:''; left:0; bottom:-3px; background:#fff; height:1px;}
footer li a:hover::after {width:100%; }

.ftright {text-align:left;}
.ftright a {
    margin-bottom:10px;
    width:100%;
    font-family: 'Gotham-m';
    color: #000;
    padding: 7px 11px;
    font-size: 13px;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ftright a:first-child {margin-left:0;}
.ftright a:first-child i {position:relative; top:2px;}
.ftright svg {
    font-size: 18px;
    color: #fff;
    margin-right: 0;
    background: none !important;
    top: 0;
    width: 20px;
    margin-right:10px;
}
.ftright a svg path {stroke:#fff;}
.ftright a:hover svg path {stroke:#000;}
.ftright .sociallinks a {border:2px solid transparent; transition:all 0.3s ease 0s;}
.ftright .sociallinks a:hover {border:2px solid #fff; background:none; color:#fff;}

.sociallinks {
    margin-top: 100px;
    text-align: right;
}
.sociallinks a {
    background:#fff;
    border-radius:4px;
    padding: 10px;
    margin-left: 5px;
    text-align: center;
    display: inline-flex;
    width:40px;
    height:40px;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease 0s ;
}
.sociallinks a i {margin:0; top:0 !important; transition:all 0.5s ease 0s;}
.sociallinks a:hover {background:#000; color:#fff;}
.bottomlinks {padding-top:15px;}
.bottomlinks ul {display:flex}
.bottomlinks li {letter-spacing:0px; margin-right:20px;}
.bottomlinks li a {color:#ffffffe6; font-size:12px;}
.copyright {font-size:12px;color:#ffffffe6;}

.ftright .sociallinks a:hover {background:initial !important;}
.sociallinks a:hover i {transform:scale(1);}

.track .container {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}
.track .container .row {height:100%; align-items:center;}
.track h3 { font-size: 45px; font-family: 'Gotham' !important;  margin-bottom:10px; text-transform:uppercase;}
.track h3, .track .span {color:#fff;}
.tr_logo {
    margin-bottom: 20px;
    height: 40px;
    margin-top: 15px;
}

.track .hoverlink {position:absolute; bottom:100px;}

.track-flex {
    display: flex;
    width: auto;
    z-index: 1;
}
.track {
  position: relative;
  overflow: hidden;
}

.panel-wide {
  position: relative;
  min-width:100vw;
  /*min-width: calc(100vw - 20px);*/
  overflow: hidden;
  /*margin-right:20px;*/
}
.panel-wide::before, .upcoming_project::before {
    content: '';
    position: absolute;
    top: 0;
    opacity:1;
    left: 0;
    width: 60%;          
    height: 100%;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 30%,
        rgba(0, 0, 0, 0.35) 55%,
        rgba(0, 0, 0, 0.15) 75%,
        rgba(0, 0, 0, 0) 100%
    );
}


.image {
  object-fit:cover;
  will-change: transform;
  height:100vh;
}



.pl_right {
    padding: 10px 14px;
    background: #fff;
    max-width: 100%;
    padding-bottom:30px;
}
.pl_right p {font-size:15px; margin-top:10px; margin-bottom:0px;}



label.error {
    color: red;
    font-size: 12px;
    top: -18px;
    position: relative;
}


.innerabout { position:relative;}
.innercounter {position:sticky; top:60px;}
.innercounter .counterfont {font-size: 70px; font-family: 'Gotham-l';
}
.innercounter .counter_sec {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
}
.innercounter .counter_sec small {top:-20px; padding-left:10px;}
.innercounter .counter_sec {position:relative; z-index:1;}
/*.innercounter::before {*/
/*    position: absolute;*/
/*    width: 1000%;*/
/*    height: calc(100% + 170px);*/
/*    background: #fff;*/
/*    top: -80px;*/
/*    left: -20px;*/
/*    content: '';*/
/*}*/
.innercounter::after {
    top: 44%;
    background: #cccccc85;
    width: 100%;
    position: absolute;
    height: 1px;
    content: '';
    left: -20px;
    width: 10000%;
    transform: translateY(-50%);
    display:none;
}

.innercounter .counter_sec.hasafter::after {display:none;}
.innercounter .counter_sec:last-child {margin-top:100px;}
.innercounter .counterfont::after {
    position: absolute;
    bottom: -10px;
    content: '';
    left: 0;
    width: 80%;
    height: 1px;
    background: #cccccc63;
    right: 0;
    margin: 0 auto;
}
.counterfont.last-child::after {display:none}

.founder_sec {
    background: url(../images/founderbg.webp) no-repeat center center / cover;
    
}
.founderimg {width:90%;}
.overflow-hidden {overflow:hidden;}
.founder_sec .container, .founder_sec .row {
    height: 100%;
    align-items: center;
    justify-content: center;
}
.self-center {align-self:center;}
/*.founderimg {transform:translateX(-110%); transition:all 1s ease 1s;}*/
/*.founder_sec.animated .founderimg {transform:translateX(0px);}*/
.strong {font-family:'Gotham-m' !important; font-weight:normal;}
.founder_sec .strong {margin-top:40px; font-size:16px;}
.founder_sec .strong span {font-size:13px;}
.c_image img {border-radius:10px;}
.c_details {background:#fff; border-radius:10px; padding:40px 50px; margin-top:20px; min-height:400px;}
.c_details .strong {margin-bottom:4px;}
.c_details .span {
    color: #020202e6;
    margin-bottom: 20px;
    font-family: 'Gotham-m' !important;
}
.arrow {background: #FAF7F5;border-radius: 4px;    width: 40px;  height: 40px;  padding: 9px; border-radius: 4px; transition:all 0.5s ease 0s;}
.arrow path {stroke: #00000043}
.c_details .arrow {margin-top:25px;}
.arrow:hover {background:#000;}
.arrow:hover path {stroke: #fff}
.team-desc {display:flex; align-items:center; justify-content:space-between;}
.team-desc .arrowbtn {display:none;}
.it1 .strong {margin-bottom:4px; text-transform:uppercase;}
.it1 .span {color:#10100f78; margin:0;}
.team > img {margin-bottom:15px;}
.team .arrow {background:#fff; cursor:pointer;}
.team .arrow:hover {background:#000;}
.team .arrow:hover path {stroke: #fff}

.team_section .custom-controls {justify-content:center; margin-top:30px;}


.brown p {color:#faf7f5cc}

.teampopup {transition:all 0.8s ease 0s; padding:30px; transform:translateX(120%); position:fixed; top:0; background:#FAF7F5; width:50%; height:100%; right:0; z-index:999;}
.teampopup.open {transform:translateX(0px);}
.popupimg img {width:100%; border-radius:20px;}
.popupdesc {height:40%; background:#fff; margin-top:20px; padding:20px; border-radius:20px; overflow-y:auto;}

.modal-content {padding:20px; border-radius:10px;}
.modal-content .close {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 1;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 13px;
    right: 6px;
    top: 6px;
    border-radius: 5px;
}
.modal-header {border:0px; padding:30px; padding-bottom:15px;}
.modal-body {padding:15px 35px;}
.modal-content .close line {stroke :#fff}

.modal-content .h2 {
    margin-bottom: -10px;
    font-size: 27px;
    text-align: center;
}

.modal-title {width:100%; text-align:center;}
.modal-n {font-size:17px;}
.modal-n span {display:block; font-size:29px;}

.form-control {border-radius:10px; margin-bottom:10px;}
.projects_row .pl_right {max-width:100%;}
.project_list {padding:15px 15px 30px; background:#fff; border-radius:10px;}
.project_list video {margin-bottom:-7px; }
.project_list .hoverlink i {background:#000;}
.project_list .hoverlink::after {background:#000;}
.projects_row a {color:#000;}
.projects_row a:hover .hoverlink::after { width: 0; left: auto;  right: 0;}
.projects_row .project_list {
    height: 100%;
    position: relative;
    padding-bottom: 20px;
}
.upcoming_project {position:relative;}
.upcoming_project .container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 1;
}
.upcoming_project::before {width:100%;}
.upcoming_project .h2 {
    width: 100%;
    color: #fff;
    font-size: 55px;
    font-family: 'Gotham' !important;
    line-height: 1.2;
    margin-bottom: 20px;
}
.upcoming_project p {color:#fff; width:100%;}
.upcoming_project img {height:100%;}

.video-play-button-s {
    position: absolute;
    z-index: 10;
    bottom: 45px;
    right: 45px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    border-radius: 50%
}

.video-play-button-s span {
    color: #10100f;
    position: relative;
    z-index: 9;
    font-size: 12px;
    white-space: nowrap
}

.video-play-button-s svg {
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-32%, -50%);
}

.video-play-button-s span i {
    font-size: 12px;
    color: #000000;
    position: relative;
    top: 1px;
    left: 1px;
}

.video-play-button-s::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fff9f2;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button-s::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fff9f2;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.banner p {color:#fff;}
.contact-banner {height:auto; position:relative;}
.contact-banner::before  {position:absolute; content:''; width:100%; height:100%; width:100%; background:#000000a1; left:0; top:0;}
.contact-banner .h2 {font-size:55px; font-family: 'Gotham' !important; margin-bottom:10px; color:#fff; }
.sticky_element {position:sticky; top:120px; margin-top:150px; padding-bottom:30px;}

.contact-banner p {color:#fff;}
/*.contact_details {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 35%;*/
/*}*/
.contact_details ul {margin:0; width:100%;}
.contact_details li {  list-style:none; margin-top:40px;  padding-bottom:40px; position:relative;}
.contact_details li::after {width:100%; right:auto; left:0; position:absolute; content:''; background:#ffffff80; bottom:0; height:1px; transition:all 0.5s ease-in-out 0s;}
.contact_details li:hover::after {left:auto; right:0; width:0;}
/*.contact_details li svg path {stroke :#fff;}*/
.contact_details p {margin-bottom:0px; ;}
.contact_details a {

    font-size: 20px;
    font-family: 'Gotham-m';
}
.contact_details .d-flex {
    align-items: center;
    padding-bottom: 10px;
    font-size: 27px;
    font-family: 'Gotham-l';
}
.contact_details .d-flex svg {margin-right:15px;}
form button {
    background: transparent;
}
.contactpageform button{
    background: transparent;
    padding: 12px 14px !important;
}

.tab1 {background:#fff; text-align:center; padding:40px 20px; border-radius:8px;}
.specification_tabs{margin-top:60px; display: grid;  grid-template-columns: repeat(4, 1fr);gap: 1rem;
}
.project-news .newsbox {margin-top:0px} 
.specification_tabs p.strong {position:relative; margin-bottom:30px;}
.specification_tabs p.strong::after {content:''; position:absolute; left:0; right:0; bottom:-15px; background:#000; height:2px; width:65px; margin:0 auto;}
.icon_news-section ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    text-align:center;
}
.icon_news-section li {position:relative; display:flex; gap:30px; margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #0000004d; padding-left:50px; padding-right:50px; transition:all 0.5s ease 0s;z-index:1;}
.icon_news-section .n1-icon img {width:45px;}
.icon_news-section li::before {
    background: #00000010;
    position: absolute;
    left: 0;
    height: calc(100% + 30px);
    width: 0;
    content: '';
    transition: all 0.5s ease-in-out 0s;
    z-index: -1;
    top: -30px;
}

.icon_news-section li:hover::before {width:100%;}

.icon_news-section li:last-child {border-bottom:0px;}
.icon_news-section li p.strong { margin-bottom:8px; font-family:'Gotham-m' ; text-transform:uppercase;}
.icon_news-section li p { margin:0; font-size:15px; font-family:'Gotham-l'; line-height:1.7;}

.tab1 {transition:all 0.8s ease 0s;}
.tab1:hover {background:#000;}
.tab1:hover p {color:#fff;}
.tab1:hover p::after {background:#fff;}

.stickyelement1 {position:sticky; top:100px; }



.project_logo_bottom { border-radius:8px; position: absolute; left: 20px; bottom: 0px;  width: 240px; padding: 40px 20px; }

.bannerlinks {position:absolute; right:20px; bottom:40px;}
.bannerlinks a { color:#fff; margin-left:20px; position:relative;}
.bannerlinks a::before {width:1px; height:100%; position:absolute; left:-13px; top:4px; background:#fff; content:'';}
.bannerlinks a:hover {color:#fff;}
.bannerlinks a:first-child::before {display:none;}
.bannerlinks a::after {background:#fff;}


.newsbox p{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient:vertical; overflow: hidden;
}

.upcoming-projects .project_list {padding:0px;}
.upcoming-projects .dt-desc {padding:50px 35px;}
.upcoming-projects img {border-radius:10px;}

.slick-dots {position:initial !important; margin-top:20px !important}
.slick-dots li {background:#ccc; height:3px !important;}
.slick-dots li.slick-active {background:#000;}
.slick-dots li button:before {display:none;}

.media {display:flex; justify-content:end;}
.year_month {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    
} 
.year_month .form-control {background:#fff; border-radius:0px; padding:13px 20px; border-radius:5px; appearance:none ; -webkit-appearance:none; height:auto !important; outline:none; box-shadow:none; background:url(../images/dwon_arrow.svg) 92% center/22px no-repeat #f6f2ef!important; width:140px; margin-bottom:0px; border:1px solid #7f757030;white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
.year_month .form-control:focus {outline:none; box-shadow:none;}
.smallbanner {height:70vh;}

.mediapage .newsbox p {color:#000;}
/*.mediapage .newsbox::before {background:#fff;}*/
.mediapage .hoverlink {color:#000;}
.mediapage .hoverlink::after {background:#000;}
.mediapage .hoverlink i {background:#000;}

.mt-50 {padding-top:150px;}

.whyrsp .container {position:relative; height:600px;}
.whyrsp .container::before {position:absolute; content:''; background:#00000029; left:15px; height:100%; width:calc(100% - 30px); top:0; border-radius:10px;z-index:1;}
.whyrsp img {height:600px; object-fit:cover ; border-radius:10px; }
.whyrsp ul {
    position: absolute;
    top: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0;
    width: calc(100% - 30px);
    left: 15px;
    height: 100%;
}

.whyrsp li {
    list-style: none;
    padding: 40px 28px;
    border-right: 1px solid #ffffff63;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: all 0.7s ease;
}
.whyrsp li::before {
    background: #000000;
    height: 0%;
    left: 0;
    top: 50%;
    content: '';
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
    background-color: rgb(90 89 89 / 38%);
    backdrop-filter: blur(10px);
    transition:all 0.6s ease 0s;
}
.whyrsp li div {
    position: absolute;
    left: 35px;
    right: 35px;
    top: 100%;
    transition: all 0.7s ease 0s;
    transform: translateY(-50%);
    height: 100%;
}
.whyrsp li:first-child::before {border-top-left-radius:10px; border-bottom-left-radius:10px;}
.whyrsp li:last-child {border-right:0px; }
.whyrsp li:last-child::before {border-top-right-radius:10px; border-bottom-right-radius:10px;}
.whyrsp h5 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Gotham-m' !important;
}
.whyrsp li p {color:#ffffffc2; opacity:0; visibility:hidden;  transition:all 0.3s ease 0s; transform:translateY(50px); overflow:hidden;}
.whyrsp li:hover::before {height:100%;}
.whyrsp li:hover p {height:100%; opacity:1; visibility:visible; transform:translateY(0px); transition:all 0.7s ease 0s; }

.whyrsp li:hover div {top:40px; transform:translateY(0px); }



.whyrsp img {
    height:600px;
    object-fit:cover;
    border-radius:10px;

    position:absolute;
    top:0;
    left:15px;
    width:calc(100% - 30px) !important;

    opacity:0;
    visibility:hidden;
    transition: all 0.7s ease 0s;
}

.whyrsp img.active {
    opacity:1;
    visibility:visible;
}

.careerpointers {margin-top:30px;}

.careerpointers .n1-icon img {width:65px;}

.careerpointers li {
    margin: 0;
    padding: 0;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    width: 20%;
    padding: 0 20px;
    border:0;
    margin-bottom:0px;
}
.careerpointers li::before {height:calc(100% + 20px); top:-20px; display:none;}

.careerpointers li .n1-icon {
    font-size: 30px;
    color: #ffffff2b;
    font-family: 'Gotham-m';
    margin-top: -5px;
}
/*.life_gallery {margin-top:40px;}*/
.life_gallery .item {margin:0 5px; border:1px solid #fff;}
.life_gallery img {border-radius:15px; height:100%; object-fit:cover}
.life-container, .life_gallery, .life_gallery .slick-list, .life_gallery .slick-track {height:100%;}
.careerform .form-control {color:#00000052; padding-left:0px; border:0px; border-radius:0px; border-bottom:1px solid #0000004d;}
.careerform .form-control::placeholder {color:#0000004d;}
.life-container {position:relative;}
.life-container .custom-controls {position:absolute; right:20px; bottom:10px; z-index:1}
.careerform .btnsec {display:flex; gap:20px; align-items:center; ;}
.careerform .rsp-btn {width:auto !important;}
/*.careerform .rsp-btn {border:1px solid #0000004d; color:#fff; width:auto !important;}*/
/*.careerform .rsp-btn i {background:#fff; color:#000; margin-left:20px;}*/
/*.careerform .rsp-btn::before {background:#fff;}*/
/*.careerform .rsp-btn:hover {color:#000;}*/
/*.careerform .rsp-btn:hover i {background:#000; color:#fff;}*/



.custom-check {
  margin-bottom: 25px !important;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  user-select: none;
  color:#4d4b4ba1;
}


.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #4d4b4ba1;
  border-radius: 4px;
}

.check-container input:checked ~ .checkmark {
  background-color: #000;
  border-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-container a {
 color:#4d4b4ba1;
  text-decoration: underline;
}

.check-container a:hover {color :#000;}
.desktop-none {display:none;}
.b-1 {border-bottom:1px solid #ccc;}
.mediarow {margin-bottom:-30px;}
.mediarow .col-sm-4 {margin-bottom:30px;}
.mediarow .newsbox {height:100%;}
.wp-block-list li {margin-left:15px;}


.changebox {
    margin: 0 5px;
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
    margin-left: 15px;
    font-family:'Gotham' !important;
}

.changebox {
    opacity: 0;
    visibility: hidden;
}

.changebox.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.font-b {font-family:'Gotham-m' !important;}

.animation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(70px); 
}

.animation.animate span {
  animation: moveUp 0.35s ease-out forwards; 

}

@keyframes moveUp {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.mainpage .changebox {
    margin-left: -5px;
    margin-top: 5px;
}

.hometext.mainpage {overflow:hidden;}

.btn-file {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color:#787371;
    margin-bottom:15px;
}

.btn-text {font-size:14px;}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #f46c21!important;
    color: #fff!important;
    cursor: inherit;
    display: block
}

.btn-file .error {
    position: absolute;
    top: 45px
}

span.file-name {
    font-size: 12px;
    display: flex;
    margin: 0;
    color: #0000008a;
    margin-top: -15px;
    font-size: 10px;
}

.btn-file i {
    margin-right: 10px!important;
    color: #4d4b4ba1;
    /*border: 1px solid #ffffff;*/
    font-size: 15px;
    border-radius: 50%;
    /*width: 35px;*/
    height: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}
.flex-wrap {flex-wrap:wrap;}
#fileUploadError {width:100%; top:-25px;}

.check-container #agree-error {position:initial; margin-top:10px; margin-left:-30px;}
.mobile-projects {display:none;}
.mediavideo {margin-bottom:30px; margin-top:30px;}
.mediavideo iframe{ width:100%; height:600px;}
.careermsg { display: flex; align-items: flex-start; font-size:30px;}
.careermsg i {
    font-size: 16px;
    text-transform: initial;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 1px;
    margin-top: 20px;
    display: block;
    line-height: 1.6;
}
.careermsg i span {
    display: block;
    opacity: 0.5;
}
.careermsg svg {width:30px; margin-right:10px ; flex-shrink:0;}
.careermsg svg path {fill:#383737b3}

.cclogowrap { display:flex; justify-content: center; padding: 10px 0}
.cclogowrap a img { width: 24px;opacity: .3}

/*New project Section*/
.bg_slide .item {position:relative;}
.bg_slide::after {content:''; position:absolute; left:0; top:0; background:#000000c9; width:100%; height:100%;}
.bg_slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.3) 70%,
        rgba(0, 0, 0, 0) 100%
    );
}


.projects_center {position:relative;}
.projects_center .container {position:absolute; left:0; right:0; top:0; }
.projects_center .container h2 {color: #fff;position: relative; z-index: 1;}
.projects_center p {color:#ffffffe6;}

.center-slider {margin-top:50px;}
.center-slider .slick-slide {
	transform: scale(0.9);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
	cursor:pointer;
}


.center-slider .slick-slide img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}

.center-slider .slick-center {
    background:#fff;
	transform: scale(1);
}

.pr-center {
    border: 1px solid #fff;
    min-height: 690px !important;
    text-align: center;
    border-radius:10px;
}

.pr-center img, .pr-center video {
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: -1px;
    width: calc(100% + 2px) !important;
}

.pr-center h5 {text-transform:uppercase; transition: all 0.4s ease-in-out;  margin-bottom:30px;}

.pr-center h5, .pr-center p {color:#fff;}
.pr-center .rsp-btn { transition: all 0.4s ease-in-out 0s; opacity:0; margin-top:20px; transform:translateY(10px); }

.pr-center p {padding:0 40px;  opacity:0; transform:translateY(40px);}


.center-slider .slick-center h5, .center-slider .slick-center p {color:#000;}
.center-slider .slick-center img, .center-slider .slick-center video {opacity:1;}
.center-slider .slick-center p {opacity:1; transform:translateY(0px); transition: all 0.4s ease-in-out 0s;}
.center-slider .slick-center .rsp-btn {opacity:1; transform:translateY(0px);}
.bg_slide img {height:980px !important;}

/*New project slides ends here*/


.bgblack .h2 {color:#fff;}
.bgblack .counterfont {color:#ffffffe6;}
.bgblack .counter_sec small {color:#ffffffe6;}
.bgblack .rsp-btn {color:#ffffffe6; border:1px solid #ffffffe6;}
.bgblack .rsp-btn i {color:#000; background:#fff;}
.bgblack .rsp-btn::before {background:#fff;}
.bgblack .rsp-btn:hover {color:#000;}
.bgblack .rsp-btn:hover i {color:#fff; background:#000;}


/*.bg_slide img {height:980px !important;}*/

/*.old-clients {padding-top:60px;}*/

.logos-old {
  overflow: hidden;
  margin-top:20px;
}

.logos-old li {
  margin: 0px; 
}

.logos-old img {
  width: 130px; 
  display: block;
}

.martre1 {margin-top:70px;}

.smalllogo {max-height:50px !important;}

.logos-old .slick-list, .logos-old .slick-track {display:flex; align-items:center; justify-content:center;}


.clients .custom-controls {
    justify-content: center;
    margin-top: 30px;
}

.center-slider {
    position: relative;
}

.center-slider .slick-arrow {
    position: absolute;
    bottom: -60px;
    top: auto;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 1px solid #ffffffbd;
    transition:all 0.5s ease 0s;
    display:flex !important;
    align-items:center;
    justify-content:center;
}

.center-slider .slick-arrow  svg {width:10px;}
.center-slider .slick-arrow  svg path {stroke:#fff; fill:#fff}
.center-slider .slick-arrow:hover  svg path {stroke:#000}

.center-slider .slick-prev svg {transform:rotate(-180deg);}

.slick-prev:before, .slick-next:before {font-family:initial !important; font-size:20px !important;}

/* Dono arrows ko center area me lao */
.center-slider .slick-prev {
    left: 50%;
    transform: translateX(-120%);   /* left side shift */
}

.center-slider .slick-next {
    left: 50%;
    transform: translateX(20%);     /* right side shift */
}

.center-slider .slick-arrow:hover {border:1px solid transparent; background:#000;}
.center-slider .slick-arrow:hover::before {color:#000;}

.center-slider .slick-arrow:hover svg path {fill:#fff}

.linkbtn {transition:all 0.5s ease 0s; border:1.5px solid #000; border-radius:6px; padding:10px; width:40px; height:40px; display:inline-block; margin-right:10px; margin-bottom:-7px;}
.linkbtn:hover {background:#000;}
.linkbtn:hover path {stroke:#fff}
/*.d-flex-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 5px;*/
/*    justify-content: space-between;*/
/*    position: absolute;*/
/*    bottom: 15px;*/
/*    width: 94%;*/
/*}*/
.d-flex-btn .hoverlink { cursor:pointer;}
.slick-prev:before, .slick-next:before {line-height:0.5; display:none;}


.spinner-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.navbar-brand {position:relative; z-index:2;}

.left-image-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    z-index:1;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.3s ease;
    background:#FAF7F5;
}

.left-image-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.left-image-section img.active {
    opacity: 1;
}

.left-image-section.open {opacity:1; visibility:visible;}

.ftlist {padding-top:10px;}
.ftlist li {margin-bottom:5px;}
.ftlist a {
    color: #ffffffa3;
    font-size: 11px;
}

.project_listdetail {position:relative;}
.project_listdetail::before {transition:all 0.5s ease 0s; border-radius:20px; background:#00000010; width:100%; height:0; content:''; position:absolute; left:0; bottom:0; }
.project_listdetail p.strong {display:flex; align-items:center; font-size:15px;}
.project_listdetail p.strong img {
    width: 40px;
    margin-right: 10px;
    background: #000;
    border-radius: 10px;
}
.project_listdetail {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
}
.project_listdetail ul {margin-left:20px; margin-top:20px; margin-bottom:0;}
.project_listdetail li { margin-bottom:8px; margin-left:15px; font-size:15px;}
.project_listdetail li:last-child {margin-bottom:0;}
.project_listdetail:hover::before {height:100%;}

.map, .map iframe {height:100%;}


.logobg {position:relative; overflow:hidden;}
.logobg::before {
    background: url(../images/shape.svg) no-repeat center center / cover;
    content: '';
    width: 930px;
    height: 524px;
    left: -28%;
    bottom: 20px;
    position: absolute;
    z-index: 999;
    transition: all 0.5s ease 0s;
    opacity: 0.03;
    pointer-events:none
}


/*.news1.logobg .row {align-items:center;}*/

.text-image {
    display: flex;
    align-items: center;
    margin-top: 35px;
    flex-direction: column;
    align-items: flex-start;
    padding-left:55px;
}
.text-image img {
    width: 140px !important;
    /* border-radius: 50%; */
    /* height: 70px; */
    object-fit: cover;
    margin-bottom: 20px;
}
.text-image p {
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.text-image img.text-bm {width:60px !important;}

.text-image p span {display:block; font-family:'Gotham';color:#a09c9c;}

.custom-controls {display:flex; gap:10px}

.custom-controls span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cccccc69;
    border: 1px solid #ffffffbd;
    transition: all 0.5s ease 0s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position:initial;
    transform:none;
    
}
.custom-controls span:hover {background:#000;}
.custom-controls span:hover svg path {stroke:#fff}

.custom-controls span svg {
    width: 15px;
}

.custom-controls span svg path {stroke:#313030}
.coma-w {
    background: #456bbb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coma-w img {width:100%;}



.loader-web{
  z-index:99999;
  left:0;
  top:0;
  background:#faf7f5;
  position:fixed;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .7s ease;
}

.loader-web img{
  width:50px;
  opacity:0;
  transform:scale(1) rotate(0deg);
  will-change: transform, opacity;
}

/* logo visible */
.loader-web.active img{
  opacity:1;
}

/* spin */
.loader-web.spin img{
  animation: spin 2s cubic-bezier(.25,.8,.25,1) infinite;
}

@keyframes spin{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(180deg);
  }
}

/* zoom smooth */
.loader-web.zoom img{
  animation: zoom 1.8s cubic-bezier(.25,.8,.25,1) forwards;
}

@keyframes zoom{

  0%{
    transform:scale(1);
    opacity:1;
  }

  60%{
    /*transform:scale(60);*/
    opacity:0.5;
  }

  100%{
    transform:scale(120);
    opacity:0;
  }

 

}

/* loader fade */
.loader-web.hide{
  opacity:0;
  pointer-events:none;
}


.ptag {display:flex; align-items:center; justify-content:space-between;}
.ptag p {margin-bottom:0;}
.p_aros {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    transition:all 0.5s ease 0s;
}


.project_list:hover .p_aros{background:#000; color:#fff; border:1px solid transparent; transform:translateX(-10px);}
.project_list:hover .p_aros i {color:#fff;}

.cimgtag {
    width: 50px;
    margin-right: 10px;
    opacity: 0.05;
    margin-top: -9px;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -33px;
}

.content-pages h5 {
    font-family: 'Gotham-m' !important;
    margin-bottom: 10px;
    margin-top: 30px;
}
.content-pages li {margin-left:15px; margin-bottom:8px;}

/*20-09-2026*/
.logos-old {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 logos in one row */
    gap: 20px; /* spacing between items */
    list-style: none;
    padding: 0px;
}

.logos-old li {
    /*border: 1px solid #d9d9d9;*/
    padding: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height:90px;
}

.logos-old .custom-controls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.logos-old .custom-controls.right {left:auto; right:0;}

.cursor-pointer {cursor:pointer;}

.footer-visible {transform:translateY(-100%);}
.contact_btns li a  {
    padding: 10px;
    border: 1px solid #ccc;
    display:inline-block;
    border-radius:8px;
    margin-bottom:0;
    text-transform:normal;
}
.contact_btns li a::after {display:none;}

.accordians_slider {min-height:540px; overflow:hidden; position:relative;}
.accordians_slider img {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 12px;
    transition: all .7s ease-in-out;
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
}

.accordians_slider img.activeimg {left:0;}
.accordians_slider img:first-child {left:0;}

.accordians_slider img {
    /*opacity: 0;*/
}

.accordians_slider img.activeimg {
    /*left: 0;*/
    opacity: 1;
}

.accordians_slider img {
    transition: all .7s ease, opacity .5s ease;
}

.position-sticky {position:sticky; top:30px;}
.text-normal {text-transform:initial !important;}
.c-n {
    margin-top: 30px;
    margin-bottom: 0;
}
.c-n h4 {margin-bottom:5px;}
.c-n .col-sm-6 {margin-bottom:30px;}
.c-n .sociallinks {
    margin-top: 11px;
    text-align: left;
}
.c-n .sociallinks a {color:#000; background:none;}

.c-n .hoverlink::after {
    width:0; left:0;
}
.c-n .hoverlink i {margin-right:10px;}

.c-n .hoverlink:hover::after {width:0;}

.c-n p {
    margin-bottom: 0;
    padding-bottom: 2px;
    position:relative;
}

.c-n p i {margin-right:8px;}

/*.c-n p.after::after {*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #7b7b7b;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: 0;*/
/*    content: '';*/
/*}*/

.c-n a {margin-bottom:20px;}

.c-n .col-sm-4:last-child p{border-right:0px;}

.contact-bottom {
    padding: 50px;
    /*border: 1px solid #ccc;*/
    margin: 40px;
    text-align:center;
}

.contact-bottom .col-lg-4 {position:relative;}
.contact-bottom .col-lg-4::after {
    background: #7b7b7b;
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: calc(100% + 30px);
    top: -30px;
}
.contact-bottom .col-lg-4:last-child::after {display:none;}

.contact-bottom .rsp-btn {
    margin-top: 40px;
    gap: 20px;
}


.wh-row {margin-bottom:-30px; margin-top:20px;}
.wh-row .col-lg-6, .wh-row .col-lg-4, .wh-row .col-lg-12, .wh-row .col-lg-4 {margin-bottom:30px;}

.th-space {height:30px;}

.whitebg.grey .scboxes li:hover {background:#000; border:0;}

.whitecards {
    background: #fff;
    padding: 30px 30px;
    height: 100%;
    position:relative;
    z-index:1;
    border-radius:10px;
}

.whitecards::before {
    content:'';
    left:0;
    bottom:0;
    width:100%;
    height:0px;
    background:#000;
    transition:all 0.4s ease 0s;
    position:absolute;
    z-index:-1;
    border-radius:10px;
}

.whitecards:hover p, .whitecards:hover li {
    transition:all 0.4s ease 0s;
}

.whitecards ul {
    margin: 0;
    border-top: 1px solid #7a7878;
    padding-top: 20px;
    margin-top: 10px;
}
.whitecards li {
    font-size: 16px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.w-sub {font-size:16px;}

.whitecards:hover::before {
    height:100%;
}

.whitecards:hover p, .whitecards:hover li {color:#ffffffd6;}
.whitecards:hover p.strong {color:#fff;}

.whitecards.noafter::before {display:none;}

.pipelinerow img {width:100%; object-fit:cover; }
.pipelinerow .project_list.first {border-top-right-radius:0px; border-bottom-right-radius:0px;}

    .upcoming-projects .dt-desc {
        display: inline-flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height:100%;
    }
    .pipelinerow .dt-desc .hoverlink {
    align-self: flex-start;
}


.h-auto {height:auto;}
.whitebg {padding:30px; border-radius:10px; background:#fff;}
.whitecards.grey {background:#FAF7F5;}

.scboxes ul, .pouplist {display:flex; flex-wrap:wrap; margin-bottom:20px; margin-top:20px;}
.scboxes li, .pouplist li {
    list-style: none;
    border: 1px solid #b2aaaa;
    padding: 10px  22px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition:all 0.5s ease 0s;
}
.scboxes li:hover, .pouplist li:hover {background:#000; color:#fff; border:1px solid transparent;}
.upgrade_blocks {background:#fff; border-radius:10px; transition:all 0.5s ease 0s;}
.blocks-row {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.blocks-row .col {flex-basis : initial ; margin-bottom:10px;}
.block-details {padding:30px; }
.block-details p {font-size:15px;}
/*.block-details p .strong {display:block;}*/
.block-image img {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}
.block-image {position:relative; overflow:hidden;}
.block-image h3 {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 40px 16px 16px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.8) 30%,
        rgba(0, 0, 0, 0.4) 65%,
        rgba(0, 0, 0, 0) 100%
    );
}
.block-details h3 {font-size:22px;}
.blocks-row {margin:0 -5px;}
.blocks-row .col {
    padding: 0 5px;
    cursor: pointer;
}
.block-details p {margin-bottom:5px;}
.blocks-row .slick-track {margin-left:0;}
/*.upgrade_blocks:hover {background:#000;}*/
/*.upgrade_blocks h3, .upgrade_blocks p {transition:all 0.5s ease 0s;}*/
/*.upgrade_blocks:hover h3 {color:#fff;}*/
/*.upgrade_blocks:hover p {color:#fff;}*/


.icon-uprow {justify-content:center;}
.icons_udgrade {
    text-align: center;
    padding: 30px;
}
.icons_udgrade .n1-icon img {width:65px; margin-bottom:20px;}
.icons_udgrade .n1-desc p.strong {margin-bottom:8px;}
.icons_udgrade p br {display:none;}

.map iframe {width:100%; height:450px;}
.map-pointers .whitecards p:last-child {margin-bottom:0;}
.map-pointers {margin:0 -5px;}
.map-pointers .col-lg-3 {margin-top:10px; padding:0 5px;}
.slide-nav {text-align:right; margin-bottom:20px; margin-top:30px;}
.slide-nav .custom-controls {justify-content:center; }
.slide-nav .custom-controls span {border:1px solid #fff; background:none;}
.slide-nav .custom-controls svg path {stroke:#fff}

.popup {
    position: fixed;
    background: #FAF7F5;
    border-radius: 30px;
    width: 70%;
    max-height: 100vh;
    z-index: 9999;
    margin: auto;
    left: 0;
    right: 0;
    top: 5vh;
    box-shadow: 8px 8px 5px #00000029;
    padding: 50px;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 0.7s ease 0s;
    transform: translateY(100%) scale(0.4);
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    opacity:0;
}

.popup.open {
    transform: translateY(-50%) scale(1);
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.popup::-webkit-scrollbar, .popupinner::-webkit-scrollbar {
    display: none;
}

.popupinner {max-height:80vh; overflow-y:auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; padding-bottom:30px;}

.upgrade_blocks {cursor:pointer;}

.spaceleft {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.project-para {min-height:260px;}

.video-caption {
    max-width: 830px;
    margin: 0 auto;
}
.video-caption p {color:#ffffffad; font-size:14px; margin-bottom:5px; text-align:left;}
.video-caption p .strong {color:#fff;}

.border-r {border-right:1px solid #ccc;}
.border-b {border-bottom:1px solid #ccc;}

.read-arrow {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.read-arrow span, .read-arrow1 {
    position: absolute;
    bottom: 0px;
    display: flex;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 20px;
    transition:all 0.6s ease 0s;
    transform: translateY(100%);
    z-index: 1;
    display:none;
}

.read-arrow svg, .read-arrow1 svg {
    position: relative;
    transform: rotate(-35deg);
    width: 20px;
    left: 5px;
    transition:all 0.5s ease 0s;
    top: 3px;
}
.read-arrow span:hover, .read-arrow1:hover {background:#000;}
.read-arrow span:hover svg path, .read-arrow1:hover svg path {stroke:#fff}

.project_list:hover .read-arrow span, .blocks-row .col:hover .read-arrow1 { transform: translateY(0%);}
/*.read-arrow:hover svg {transform: translateX(5px) rotate(-35deg);}*/

.prbgrow {
    background: #000;
}
.prbgrow .h2 {color:#fff;}
.whitecolor {color:#fff;}

.three-col-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  padding-left: 20px;
  margin: 0;
}

.three-col-list li {
  margin-bottom: 10px;
  break-inside: avoid;
}

.customer_logo2 {
    width: 140px !important;
    margin-bottom: 10px;
}
.text-testimonials {padding-left:50px;}
.text-tesi-section .custom-controls {
    margin-top: 10px;
    justify-content: center;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0px;
}
.img2 {margin-top:24px;}

.min-height {
    min-height: 230px;
    padding: 0px;
    display: flex;
    gap: 5px;
}
.contact-row {margin-top:70px;}
.rsp-btn svg {width:14px; transition:all 0.5s ease 1s;}
.rsp-btn:hover svg path {transition:all 0.5s ease 0.2s;}
.rsp-btn:hover svg path {fill:#fff}
.min-height {
    line-height: 1.8;
}

.coma {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.coma svg {
    width: 40px;
    opacity: 0.1;
    display: block;
}

.coma.reverse {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    transform: rotate(180deg);
}

#lifeatrsp .custom-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.logobtns span svg {width:10px; transition:all 0.5s ease 0s;}
.logobtns .slick-prev svg {transform:rotate(-180deg);}
.logobtns span:hover svg path {fill:#fff}
.logoflex {
    display: flex;
    gap: 10px;
}
.logoflex img {
    width: 50px !important;
    align-self: flex-start;
    flex-shrink: 0;
}

.text-img-slide img {
    width: 100%;
    border-radius: 15px;
    height: 390px;
    object-fit: cover;
}

.two-columns-grid li {
    width: 48%;
    display: flex;
    align-items: center;
}

.whitebg.grey {background:#FAF7F5 !important;}
.whitebg.grey .whitecards.grey {background:#fff !important;}
.whitebg.grey .col-lg-4 {margin-bottom:30px;}
.whitebg.grey .scboxes li {background:#fff; border:0;}

.sp-left {
    transition: all 0.6s ease 0s;
    position: relative;
    z-index: 1;
    padding: 10px;
    margin-bottom: 10px;
}
/*.sp-left::before {*/
/*    content: '';*/
/*    left:-10px;*/
/*    top:-10px;*/
/*    width: 0%;*/
/*    height: 133%;*/
/*    position: absolute;*/
/*    background: #000;*/
/*    transition:all 0.5s ease 0s;*/
/*    z-index:-1;*/
/*}*/
/*.sp-left.active {color:#bae2ff;}*/
/*.sp-left.active::before {*/
/*    width:calc(100% + 20px);*/
/*}*/

.sp-left span {display:block;}


.activespace {position:relative;}
.activespace::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 0px;
    transition: all 0.7s ease 0.2s;
    background: #80808024;
}

.foravspace.active .avialable-list span {color:#2e7abf;}
.foravspace.active .activespace::before {height:calc(100% + 20px);}

.contact-bannern video {object-position:top}
.radio-group {
    display: flex;
    flex-wrap: wrap;
}
.radio-group div {
    margin-right: 55px;
    margin-top:5px;
    margin-bottom: 5px;
}









/*New Accordians*/

span.list_acc {font-size: 30px; color: #000;}

.projects-accordians .card button {position:relative;}
.projects-accordians .card button::before {
    background:#000;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    border-radius:15px;
    z-index:0;    
    transition:all 0.5s ease 0s;
}
.list_acc {transition:all 0.5s ease 0s; position:relative; left:10px;}
.projects-accordians .card button h3 {font-size:18px;}
.projects-accordians .card .ar {display:inline-block;}
.c-accordion_button {width:30px; transform:rotate(90deg);}
.projects-accordians .card-body p, .projects-accordians .card-body li {font-size:16px;}
.projects-accordians .card-body {padding-top:20px;}


.projects-accordians .card.active button::before, .projects-accordians .card:hover button::before {height:100% !important;}
.projects-accordians .card.active h3, .projects-accordians .card:hover h3 {color:#fff;}

.projects-accordians .card.active .list_acc,
.projects-accordians .card:hover .list_acc {
    color: #fff !important;
}

.c-accordion_button {margin-right:10px; transition:all 0.5s ease 0s;}
.projects-accordians .card.active .c-accordion_button .cls-1,
.projects-accordians .card:hover .c-accordion_button .cls-1 
{stroke:#fff !important;}
.accordion .card.active .c-accordion_button {transform:rotate(-90deg);}
/*end of accordins projects*/



.cafe-kino .whitecards::before {background:#644204}

.logoflex {display:flex; align-items:center;}
.cafe_gallery img {height:100%; object-fit:cover}
.br-0, .br-0::before  {border-top-right-radius:0px; border-bottom-right-radius:0px;}
.bl-0, .bl-0::before  {border-top-left-radius:0px; border-bottom-left-radius:0px;}


.whitebackground {background:#fff;}
span.symbol {
    font-size: 30px;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 4px;
}

.table td, .table th {font-size:15px;}
.tablerow img {border-radius:15px; height:100%; object-fit:cover}

.popupflex {display:flex; gap:15px;}
.popup0img {width:60px;}
.airindialogopop {width:130px;}

.large_head_title {position:absolute; bottom:0; padding:0 30px;}
.large_head_title img {width:150px; margin-bottom:10px;}
.large_head_title h4 {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
}
.large_head_title h4 span {
    display: block;
    font-family: 'Gotham-m';
    color: #fff;
    margin-top: 10px;
}
.headlines_large {position:relative;}
.headlines_large::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 30%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.headlines_large .hoverlink {
    color: #fff;
    position: absolute;
    bottom: 30px;
    z-index:1;
    right: 30px;
}

.headlines_large .hoverlink::after {
    background: #fff;
}

.headlines_large .hoverlink i {
    background: none;
    color: #fff;
    font-size: 10px;
}

.project_list li {
    padding-left: 0;
    margin-left: 25px;
}

.tablerow img {height:550px; object-fit:cover; margin-bottom:30px; object-position:top}

.border-radius {border-radius:15px;}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 6px 10px;
}

.spatial-solutions {height:80px !important;}
.fixedbutton { 
    position: fixed !important;
    top: 45%;
    right: -52px;
    background: #000;
    z-index: 2;
    transform: rotate(-90deg);
    font-size: 14px;
    padding: 13px 15px;
    border: 1px solid #ffffff5c;
    letter-spacing: 1px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.fixedbutton::after {display:none;}

.n-b.hoverlink::before, .headlines_large.n-b::before {display:none;}
 .stckbox {
    background: #ffffff;
    height: 90%;
    border-radius: 15px;
    padding: 20px;
    margin-top: 36px;
}

.stckbox .rsp-btn.fill {

    margin-top: 90px;
}
.zoomicon { 
    position: absolute;
    right: 10px;
    bottom: 9px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
}


.table-full th {width:33%;}
.popupscbox li {background:#fff;}
.popupscbox li span {font-family: 'Gotham-m';}


@media (max-width: 767px) {
  .three-col-list {
    columns: 1;
  }
}

