article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; scroll-behavior: smooth;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none; font-weight: normal;}
button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: "Poppins", sans-serif;}
.custfield:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: "Poppins", sans-serif; font-size: 16px; color: var(--main-color);}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}

:root{
	--color-orange: #F37021;
	--color-black: #000000;
	--color-white: #ffffff;
	--main-color: #1A1818;
	--bgcolor1:#1A1818;
	--bgcolor2:#F5F6F8;
}

.ph1::-webkit-input-placeholder {color: var(--color-white) !important; font-weight: 400 !important;}
.ph1::-moz-placeholder {color: var(--color-white) !important; font-weight: 400 !important;}
.ph1:-ms-input-placeholder {color: var(--color-white) !important; font-weight: 400 !important;}
.ph1:-moz-placeholder {color: var(--color-white) !important; font-weight: 400 !important;}

.ph2::-webkit-input-placeholder {color:#8D8D8D !important; font-weight: 300 !important; font-size: 16px !important;}
.ph2::-moz-placeholder {color:#8D8D8D !important; font-weight: 300 !important; font-size: 16px !important;}
.ph2:-ms-input-placeholder {color:#8D8D8D !important; font-weight: 300 !important; font-size: 16px !important;}
.ph2:-moz-placeholder {color:#8D8D8D !important; font-weight: 300 !important; font-size: 16px !important;}
/****************
 * Common Css
 ****************/
.clsmain {overflow: hidden;}
.container {max-width: 1480px; margin: 0 auto; padding: 0 20px;}
.row {margin-left: -20px; margin-right: -20px;}
.row>* {padding-left: 20px; padding-right: 20px;}
.custfield {border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
a, a:hover, button {transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.ctitle1 {font-size: 96px; line-height: 120px; color: var(--color-white);}
.ctitle1 span {font-weight: 600;}

.ctitle2 {font-size: 40px; font-weight: 400;}

.ctitle3 {font-size: 72px; line-height: 93px; font-weight: 400;}
.ctitle3 span {font-weight: 600; display: block;}

.ctitle32 {font-size: 32px; font-weight: 400;}

.ctextinfo h4 {font-size: 32px; line-height: 46px; font-weight: 500; display: inline-block; width: 100%;}
.ctextinfo p {font-size: 20px; line-height: 30px; font-weight: 400; padding-top: 10px;}

.cbtn {display: inline-block; background-color:var(--bgcolor2); height: 60px; border: 1px solid #A0A0A0; text-align: center; line-height: 58px; color: #58595B; font-size: 18px; font-weight: 500; padding: 0px 50px; border-radius: 60px; -moz-border-radius: 60px; -webkit-border-radius: 60px;}
.cbtn:hover {color: var(--color-white); background-color: var(--color-orange); border-color: var(--color-orange);}

.scroll-animate {opacity: 0;}


header {background-color: var(--bgcolor1); padding: 14px 40px;}
header .custnav .custmenus > li {padding-right: 40px;}
header .custnav .custmenus > li > a {color: var(--color-white); font-size: 18px; font-weight: 500; line-height: 40px;}
header .custnav .custmenus > li > a:hover {color:var(--color-orange);}
header .menubtn {background-color: #58595B; cursor: pointer; font-size: 18px; color: var(--color-white); font-weight: 500; line-height: 40px; padding: 0px 27px; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px;}
header .menubtn:hover {background-color: var(--color-orange);}

/** Mega Menus **/
.clsmegamenus {position: fixed; background-color: #1C1C1C; display: none; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 51;overflow-y: auto;}
.clsmegamenus .clstopmegamenu {background-color: var(--color-white); padding: 14px 40px;}
.clsmegamenus .clsmenuwrap {padding: 100px 90px; flex-wrap: wrap; /*overflow-y: auto; height:calc(100% - 80px);*/}
.megamenuopen {overflow: hidden;}
.megamenuopen .clsmegamenus {display: block;}

#clsmenuleftimg{width:50%;/*height: 800px;*/overflow:hidden;}
#clsmenuleftimg img{width:100%;height:100%;object-fit:cover;transition:0.3s ease;}

#clsmainmenu {width:50%;padding:0 80px; display:flex; flex-direction:column;position:relative;}
#clsmainmenu .clslbmenu {font-size: 20px; color: #58595B; margin-bottom: 6px;}
#clsmainmenu .clsmenulists {position: relative;}
#clsmainmenu .clsmenuitem {font-size:24px;color: var(--color-white); cursor:pointer;padding:7px 0;}
#clsmainmenu .clsmenuitem .clsmainmenu {display: flex; align-items: center;}
#clsmainmenu .clsmenuitem .clsmainmenu .clsplusbtn {width: 16px; height: 16px; margin-left: 10px; background: url(../images/plus-icon-org.svg) no-repeat 50% 50%;}
#clsmainmenu .clssubmenu{display:none;flex-direction:column;gap:15px 0;position:absolute;left:271px;top:0;height: 600px;border-left: 2px solid #58595B;padding:10px 0px 10px 80px;min-width:180px;}
#clsmainmenu .clssubmenu a {color:var(--color-white); text-decoration:none;font-size:24px;}
#clsmainmenu .clsdefaultmenu .clsmenuitem {color:#58595B;}
@media only screen and (min-width: 1200px){
  #clsmainmenu .clsmenuitem:hover{color:var(--color-orange);}
  #clsmainmenu .clsmenuitem:hover .clsplusbtn{display: none;}
  #clsmainmenu .clsmenuitem:hover > .clssubmenu{display:flex;z-index: 2;}
}

#clsmainmenu .clsmenubottom {display: inline-flex; gap:22px 0; flex-direction: column; align-items: center; position: absolute; left: 0px; right: 0px; bottom: 0px;}
#clsmainmenu .clsmenubottom .clsbtmenus li {border-right: 1px solid var(--color-orange); line-height: 17px; padding: 0 8px;}
#clsmainmenu .clsmenubottom .clsbtmenus li:last-child {border-right: none;}
#clsmainmenu .clsmenubottom .clsbtmenus li a {color: var(--color-white); font-size: 20px; font-weight: 300;}
#clsmainmenu .clsmenubottom .sociallink a {width: 23px; height: 23px; background-size: 23px auto; margin: 0px 9px;}

/*.clsmegamenus .clsmenuwrap .clsmenuimgcol {width: 50%;}
.clsmegamenus .clsmenuwrap .clsmenuimgcol .clsmenuimg img {width: 100%; height: 100%; object-fit: cover;}*/

.clsmaintopsect {position: relative;}
.clsmaintopsect .slick-slide > div {display: flex;}
.clsmaintopsect .clsitem {height: 945px; position: relative; background-color: var(--bgcolor1);}
/*.clsmaintopsect .clsitem .clsvideocol {width: 100%; height: 100%; object-fit: cover;}*/
.clsmaintopsect .clsitem .clsvideocol {width: 100%;
    height: 120vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0) scale(1);
    transition: transform 0.1s linear, opacity 0.1s linear;
    will-change: transform, opacity;  background-color: var(--bgcolor1);}
.clsmaintopsect .clstexts {position: absolute; top: 50%; width: 100%; left: 0px; z-index: 2; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.clsmaintopsect .slick-slide {
    opacity: 0.95 !important;
    transition: opacity 1s ease;
    background-color: var(--bgcolor1) !important;
}

.clsmaintopsect .slick-fade .slick-slide.slick-current {
    opacity: 1 !important;
}

.clsscrollwrap {text-align: center; position: absolute;bottom: 50px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.clsscrollshape {width: 25px;height: 50px;position: relative;border-radius: 34px;border: 1px solid #ffffff;display: inline-block;}
.clsscrollwheel {position: absolute;top: 10%;left: 50%;width: 5px; height: 5px;margin-left: -2px;border-radius: 50%;background-color: #ffffff;-webkit-animation: mouse-scroll 1.5s infinite;-moz-animation: mouse-scroll 1.5s infinite;animation: mouse-scroll 1.5s infinite;}
@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}

.clsscrolltext {font-size: 14px; color: var(--color-white); font-weight: 300; text-align: center; margin-top: 3px; opacity: 0; -webkit-animation: scroll-text-show 1.5s infinite; -moz-animation: scroll-text-show 1.5s infinite; animation: scroll-text-show 1.5s infinite;}
@keyframes scroll-text-show {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes scroll-text-show {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll-text-show {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.clshsect1 {background-color: var(--bgcolor1); padding-bottom: 20px; padding-top: 50px; overflow: hidden;}
.clshsect1 .clscountlists {padding: 0 160px;}
.clscountlists li {text-align: center;}
.clscountlists li h4 {font-size: 72px; padding-top: 15px; font-weight: 600; color:var(--color-orange); position: relative;}
.clscountlists li h4 sup {font-size: 40px; font-weight: 600; top: -14px;}
.clscountlists li .clsltext {font-size: 18px; font-weight: 400; color: var(--color-white); top: 0px; left: 0px; position: absolute; width: 100%; min-width: 100px; text-align: center;}
.clscountlists li .clscount1 {font-size: 72px; font-weight: 600; color:var(--color-orange); display: inline-block;}
.clscountlists li p {font-size: 24px; color: var(--color-white); font-weight: 400; margin-top: 11px;}

.clshsect1 .clstexts1 {margin: 96px 0;}
.clshsect1 .clstexts1 h2 {font-size: 72px; line-height: 106px; font-weight: 500; color: var(--color-white);}
.clshsect1 .clstexts1 h2 span {color:var(--color-orange);}
.clshsect1 .clstexts1 h2 sup {color:var(--color-orange); font-size: 46px;}
.clshsect1 .clstexts1 p {font-size: 40px; color: var(--color-white); padding: 48px 50px 0px;}
.clshsect1 .clstexts1 p span {color:var(--color-orange); font-weight: 500; display: block;}
.clshsect1 .clstexts1 p sup {font-size: 24px;}
.clshsect1 .clstexts1 p b {font-weight: 500;}


.clssoulcol {margin-top: 30px;}
.clssoulcol .clssoulinner {padding: 0 11px;}
.clssoulcol .csoulicon {width: 165px; height: 165px; display: inline-block; background-repeat: no-repeat; background-position: 50% 50%; background-size: contain;}
.clssoulcol .csoulicon1 {background-image: url(../images/sustainability-icon.png);}
.clssoulcol .csoulicon2 {background-image: url(../images/optimisation-icon.png);}
.clssoulcol .csoulicon3 {background-image: url(../images/unique-icon.png);}
.clssoulcol .csoulicon4 {background-image: url(../images/livability-icon.png);}
.clssoulcol h4 {padding:33px 0 16px;}
.clssoulcol h4 span {color:var(--color-orange);}

.clssoulcol .clsinfotexts {display: none;}
.showtexts .clssoulcol .clsinfotexts {display: block; margin-bottom: 20px;}
.clssoultextclick {margin-top: 5px;}
.clsclickarrow {background-image: url(../images/down-arrow1.svg); background-repeat: no-repeat; background-position: 50% 50%; width: 15px; cursor: pointer; height: 12px; display: inline-block;}
.showtexts .clsclickarrow {transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}

.clsmpexpertise {padding: 60px 0 50px;}
.clsmpexpertise .clsheading {margin-bottom: 54px;}
.clshovertabs .nav-pills {width: 840px;}
.clshovertabs .nav-link {border-bottom: 1px solid #BCBCBC; padding: 44px 20px; display: inline-flex; justify-content: space-between; align-items: center; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
.clshovertabs .nav-link:last-child {border-bottom: none;}
.clshovertabs .nav-link span {font-size: 40px; font-weight: 400; color: var(--color-black)}
.clshovertabs .nav-link .cbtn {padding: 0 40px;}
.clshovertabs .nav-link:hover {background-color: var(--bgcolor2);}
.clshovertabs .tab-content {width: 600px;}
.clshovertabs .tab-content .clstabimg {width: 100%; height: 100%; object-fit: cover;}
.hover-active .clsdefaultimg {display: none;}

.clshovertabs .tab-content > .tab-pane {opacity: 0; transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; -webkit-transition: opacity 0.4s ease-in-out;}
.clshovertabs .tab-content > .tab-pane.active {opacity: 1;}

.clsclientsect {background-color: var(--bgcolor2); padding: 60px 0;}
.clientslider {height: 60px;position: relative;width: 100%;margin-top: 100px;display: grid;place-items: center;overflow: hidden;}
.clientslider:nth-child(2) {margin-top: 60px;}

.cls-slide-track {width: calc(170px * 20);display: flex; animation: scroll 20s linear infinite; -moz-animation: scroll 20s linear infinite; -webkit-animation: scroll 20s linear infinite; justify-content: space-between;}
.cls-slide-track2 {width: calc(170px * 20);display: flex; animation: scroll2 15s linear infinite; -moz-animation: scroll2 15s linear infinite; -webkit-animation: scroll2 15s linear infinite; justify-content: space-between;}
.clientslider .clsslide {width: 170px;height: 60px;display: grid;place-items: center;transition:0.5s;cursor:pointer;}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-170px * 5));
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-170px * 5));
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-170px * 5));
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(calc(-170px * 5));
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes scroll2 {
  0% {
    transform: translateX(calc(-170px * 5));
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes scroll2 {
  0% {
    transform: translateX(calc(-170px * 5));
  }
  100% {
    transform: translateX(0px);
  }
}

.clshsect4 {height: 400px; position: relative;}
.clshsect4:after {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(180deg, rgba(27, 25, 25, 0.16) 0%, rgba(26, 24, 24, 0.8) 85.92%);}
.clshsect4 .clsvideocol {width: 100%; height: 100%; object-fit: cover;}
.clshsect4 .textinfo {position: absolute; z-index: 15; top: 50%; width: 100%; left: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.clshsect4 .textinfo h2 { font-size: 72px; font-weight: 500; text-shadow: 4px 4px 0px 0px #0000001A;}
.clshsect4 .textinfo p {font-size: 40px; padding-top: 30px;}

.clsoulprobox {margin-top: 40px;}
.clsoulprobox .clsoulproinner {background-color: #FFFFFF; position: relative; overflow: hidden; height: 100%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-bottom: 4px solid transparent;}
.clsoulprobox .clsoulproinner .imgbox {width: 100%; position: relative; overflow: hidden; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.clsoulprobox .clsoulproinner .imgbox img {width: 100%; object-fit: cover;}
.clsoulprobox .clsoulproinner .info {padding: 25px 50px 30px 30px;}
.clsoulprobox .clsoulproinner .info p {font-size: 24px;}
.clsoulprobox .clsoulproinner .info span {font-size: 20px; padding: 12px 0px 20px; font-weight: 300; display: block;}
.clsoulprobox .clsoulproinner .info h4 {font-size: 40px; line-height: 56px; padding-right: 10px;}
.clsoulprobox .clsoulproinner .info .carrowbtn {position: absolute; right: 25px; bottom: 25px;}

.carrowbtn {width: 40px; height: 40px; background-color:var(--bgcolor2); border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; display: inline-block;}
.carrowbtn span {width: 100%; height: 100%; float: left; background-image: url(../images/arrow-o1.svg); background-position: 50% 50%; background-repeat: no-repeat;}
.carrowbtn:hover {background: linear-gradient(90deg, #F37021 0%, #FEA36D 100%);}
.carrowbtn:hover span {filter: brightness(10);}

.clshsect5 {position: relative; background-color: #1A1818; padding: 35px 0px 100px;}
.clshsect5 .ctitle2 {color: var(--color-white); padding-top: 54px;}
.clshsect5 .ctitle2 span {color:var(--color-orange);}

.clshsect5 .sustainsec .clsoulprobox .clsoulproinner {border-color: #7CC04F;}
.clshsect5 .optimizsec .clsoulprobox .clsoulproinner {border-color: #3786B7;}
.clshsect5 .uniquesec .clsoulprobox .clsoulproinner {border-color: #CC5454;}
.clshsect5 .livabilisec .clsoulprobox .clsoulproinner {border-color: #E0D628;}

.clsglobalsect {padding: 60px 0 96px;}
.clsglobalsect .clsglobrow {margin-top: 52px; margin-bottom:48px;;}
.clsglobrow {margin-right: -18px; margin-left: -18px;}
.clsglobalsect .clsitemcol {padding: 0 18px;}
.clsgloblogo {display: flex; align-items: center; height: 100px; padding-bottom: 17px; background-color: #F5F5F5; justify-content: center; position: relative; border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; box-shadow: 0px 0.79px 1.59px 0px #1018280D; -moz-box-shadow: 0px 0.79px 1.59px 0px #1018280D; -webkit-box-shadow: 0px 0.79px 1.59px 0px #1018280D;}
.clsgloblogo span {position: absolute; bottom: 4px; width: 100%; left: 0px; text-align: center; font-size: 15px; color: #1B1B1B;}
 

.clsglobalsay {position: relative;}
.clsglobalsay .clstestimonials .slideritem {display: flex !important; flex-direction: row-reverse; position: relative;}
.clsglobalsay .clsimgcol {width: 960px; height: 600px;}
.clsglobalsay .clsimgcol img {width: 100%; height: 100%; object-fit: cover;}
.clsglobalsay .clssaytexts {width: 820px; height: 460px; display: flex; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; padding: 60px; background-color: #FFFFFF; border: 1px solid #DADADA;}
.clsglobalsay .clssaytexts .quticon {background: url(../images/qut-icon.svg) no-repeat 50% 50%; width: 55px; height: 36px; background-size: contain; margin-bottom: 40px;}
.clsglobalsay .clssaytexts .clstexts p {font-size: 24px; font-weight: 300;}
.clsglobalsay .clssaytexts .clstexts .clssayname {margin-top: 34px;}
.clsglobalsay .clssaytexts .clstexts .clssayname p {color: #58595B;}
.clsglobalsay .clsslickarrows {width: 820px; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.clsglobalsay .clsslickarrows .slickprev {margin-left: -19px;}
.clsglobalsay .clsslickarrows .slicknext {margin-right: -19px;}

.clsslickarrows button, .clsslicknav .slick-arrow {width: 40px; height: 40px; background-color: var(--bgcolor2);; background-repeat: no-repeat; background-position: 50% 50%; font-size: 0px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.clsslickarrows .slicknext, .clsslicknav .slick-next {background-image: url("../images/arrow-o1.svg");}
.clsslickarrows .slicknext:hover, .clsslicknav .slick-next:hover {background:url(../images/arrow-right-white.svg), linear-gradient(90deg, #F37021 0%, #FEA36D 100%); background-repeat: no-repeat; background-position: 50% 50%;}
.clsslickarrows .slickprev, .clsslicknav .slick-prev {background-image: url(../images/arrow-left-org.svg);}
.clsslickarrows .slickprev:hover, .clsslicknav .slick-prev:hover {background:url(../images/arrow-left-white.svg), linear-gradient(90deg, #F37021 0%, #FEA36D 100%); background-repeat: no-repeat; background-position: 50% 50%;}
.slick-arrow {display: none !important;}
.clsslicknav .slick-arrow {display: block !important; z-index: 2; position: absolute;top: 50%;transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.clshsect7 {position: relative; height: 600px;}
.clshsect7:after {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; background: #00000066;}
.clshsect7 .clsvideocol {width: 100%; height: 100%; object-fit: cover;}
.clshsect7 .btnbox .cbtn {width: 200px; margin: 50px 10px 0px; padding: 0px 10px; text-align: center;}
.clshsect7 .textinfo {position: absolute; z-index: 15; top: 50%; width: 100%; left: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}

.clshsect8 {padding: 102px 0px;}
.clshsect8 .ctitle2 {margin-bottom: 22px;}
.clsnewslists {margin-left: -40px; margin-right: -40px;}
.clsnewscol {position: relative; padding: 0 40px; margin: 45px 0;}
.clsnewscol .cnewsinner {display: block; width: 100%;}
.clsnewscol .mediaimgbox {position: relative;}
.clsnewscol .mediaimgbox img {width: 100%; height: 100%; object-fit: cover;}
.clsnewscol .ctags {position: absolute; padding: 3px 15px 4px; bottom: 20px; left: 20px; border: 1px solid #ffffff; color: var(--color-white); font-size: 14px; font-weight: 300; text-transform: uppercase; background: #F5F6F833; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
.clsnewscol .carrowbtn {position: absolute; right: 20px; bottom: 20px;}
.clsnewscol .clsnewinfo {display: flex; justify-content: space-between;}
.clsnewscol .clsnewinfo p {font-weight: 300; color: var(--main-color); max-width: 78%; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.clsnewscol .clsnewinfo .clsdate {font-size: 14px; font-weight: 300; color: var(--main-color); padding-top: 16px;}
.clsnewslists .btnbox {margin-top: 10px;}
.clsnewslists .btnbox .cbtn {padding: 0 25px;}
.clsnewscol .cnewsinner:hover .ctags {background: #1A181880;}
.clsnewscol .cnewsinner:hover .carrowbtn {background: linear-gradient(90deg, #F37021 0%, #FEA36D 100%);}
.clsnewscol .cnewsinner:hover .carrowbtn span {filter: brightness(10);}
.clsnewscol .cnewsinner:hover p, .clsnewscol .cnewsinner:hover .clsdate {color: var(--color-orange);}

.clsnewslistslider .clsnewscol {margin: 0px; padding: 0px;}

.clsfaqs {padding: 20px 0px 50px;}
.clsfaqs .faqheading {padding: 30px 0; border-top: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; display: flex; justify-content: space-between; align-items: center;}
.clsfaqs .clsfaqbtn {width: 40px; height: 40px; background-color: var(--bgcolor2); background-image: url(../images/arrow-down-orang.svg); background-repeat: no-repeat; background-position: 50% 50%; cursor: pointer; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
.clsfaqs .clsfaqbtn:hover {background:url(../images/arrow-down-white.svg), linear-gradient(90deg, #F37021 0%, #FEA36D 100%); background-repeat: no-repeat; background-position: 50% 50%;}
.clsfaqs .showfaqs .clsfaqbtn {transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.clsfaqs .showfaqs.faqheading {border: none;}
.clsfaqs .faqheading h3 {font-size: 36px; color: #58595B;}
.clsfaqs #faqs {display: none;}
.clsfaqs .accordion-item {border: none; padding: 31px 10px 32px 0px; border-bottom: 1px solid #D9D9D9}
.clsfaqs .accordion-button {padding: 0px 30px 0px 0px; font-size: 24px; cursor: pointer; color: var(--color-black); background-color: transparent; border: none; box-shadow: none;}
.clsfaqs .accordion-body {padding: 15px 0px 0;}
.clsfaqs .accordion-button::after {content: "+"; background: none; margin-right: -30px; font-size: 28px; line-height: 22px;}
.accordion-button:not(.collapsed)::after {content: "-";}

footer {background-color: var(--bgcolor1); position: relative; padding-top: 40px;}
footer .flogo img {width: 310px; height: auto;}
footer .awardslogo img {max-width: 100%;}
footer .fbox1 {width: 405px;}
footer .fbox2 {width: 510px;}
footer .fbox3 {width: 290px;}
footer .fbox1 p {color: var(--color-white); line-height: 20px; font-size: 16px; font-weight: 300; text-align: justify; margin: 34px 0 50px;}
footer .footerboxs {position: relative; padding-bottom: 18px;}
footer .footerboxs h4 {color: var(--color-white); font-weight: 300; text-transform: capitalize; font-size: 30px; line-height: 30px; margin-bottom: 23px;}
footer .footerboxs h4 span {color: var(--color-orange); font-weight: 400;}
footer .footerboxs .fmenu {padding-top: 5px;}
footer .footerboxs li {margin-bottom: 23px; display: flex;}
footer .footerboxs li a {font-weight: 300; color:var(--color-white); font-size: 16px;}
footer .footerboxs li a:hover {color:var(--color-orange);}
footer .clsnewsletter {position: relative;}
footer .clsnewsletter .custfield {background-color: #555555; font-size: 14px; color: var(--color-white); padding: 6px 50px 6px 15px; height: 40px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
footer .clsnewsletter .sbbtn {width: 40px; height: 40px; position: absolute; top: 0px; right: 0px; background-color: var(--bgcolor2); background-image: url(../images/arrow-o1.svg); background-repeat: no-repeat; background-position: 50% 50%; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}
footer .fbox3 p {font-size: 14px; padding-top: 12px; color: var(--color-white); font-weight: 300;}
footer .clsfollow h4 {margin-bottom: 23px; margin-top: 61px;}
footer .copyright {padding: 15px 0; border-top: 1px solid #D9D9D9;}
footer .copyright .clscplinks a {font-size: 16px; color:var(--color-white); font-weight: 300; margin-right: 20px;}
footer .copyright .clscplinks a:last-child {margin-right: 0px;}
footer .copyright .copytext p {color:var(--color-white); font-size: 16px; font-weight: 300;}


.sociallink a {display: inline-block; width: 27px; height:27px; margin: 0px 10px; border-radius: 26px; vertical-align: top; background-repeat: no-repeat; background-position: 50% 50%; transition: initial; -moz-transition: initial; -webkit-transition: initial;}
.sociallink a:first-child {margin-left: 0px;}
.sociallink a:last-child {margin-right: 0px;}
footer .sociallink a:hover {filter: brightness(12); }
.sociallink .instagram {background-image: url(../images/instagram.svg);}
.sociallink .facebook {background-image: url(../images/fb.svg);}
.sociallink .linkin {background-image: url(../images/linkedin.svg);}
.sociallink .twitter {background-image: url(../images/tw.svg);}
.sociallink .youtube {background-image: url(../images/yt.svg);}

.clsbacktotop {cursor: pointer; width: 32px; height: 32px; position: absolute; background-image: url(../images/up-arrow.svg); background-size: contain; background-repeat: no-repeat; background-position: 100% 50%; top: 48px; color: #ffffff; text-transform: uppercase; z-index: 2; right: 100px;}

.mob-clsmedia {display: none;}


/** Featured Project Page **/
.clsfeatprojects {padding: 50px 0px 96px;}
.clsclientlogos {margin: 43px 0 48px;}
.clsclientlogos .clientslider {background-color: var(--bgcolor2); height: 160px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; margin-top: 0px;}
.clsclientlogos .clientslider .clsslide {height: auto; width: 210px;}
.clsclientlogos .cls-slide-track {width: calc(210px * 20);}
.clsclientlogos .cls-slide-track:hover {animation-play-state: paused;}

.clssearchbar .clsformrow {gap:0 20px;}
.clssearchbar .clssearchcol {width: 207px;}
.clssearchbar .clssearchcol.clssearch {width: calc(100% - 207px);}
.clssearchbar .clssearchcol .custfield {background-color: var(--bgcolor2); padding: 4px 20px; height: 30px; font-size: 16px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
.clssearchbar .clssearchcol select.custfield {color: #8D8D8D; font-weight: 300; background-image: url(../images/drop-arrow1.svg); background-repeat: no-repeat; background-position: calc(100% - 20px) 50%; appearance:none; -moz-appearance:none; -webkit-appearance:none;}

.clsfeatprojects .clsformrow {border-bottom: 1px solid #F5F6F8; padding-bottom: 48px;}
.clsfeatprojects .clsprojectlists .clsheading .ctitle32 {border-top: 1px solid #F5F6F8; padding-top: 40px;}

.clsrow40 {margin-left: -40px; margin-right: -40px;}
.clsprojebox {margin-top: 48px; margin-bottom: 50px; padding: 0px 40px;}
.clsprojebox .cprojectinner {display: block; width: 100%;}
.clsprojebox .cprojectinner .imgbox{width: 100%; position: relative;}
.clsprojebox .cprojectinner .imgbox img {object-fit: cover; width: 100%; height: 100%;}
.clsprojebox .cprojectinner .clsinfo {padding-top: 15px;}
.clsprojebox .cprojectinner .clsinfo h4 {color: var(--main-color); font-size: 18px; padding-bottom: 2px;}
.clsprojebox .cprojectinner .clsinfo p, .clsprojebox .cprojectinner .clscity {color: var(--main-color); font-size: 14px; font-weight: 300;}
.clsprojectlists .btnbox {margin-top: 50px;}

/*.visionsec {position: relative; padding: 95px 0px;}
.visionsec .shapevision {width: 100%; background-image: url(../images/vision-bg.jpg); padding: 100px 0px; background-position: 50% 50%; background-repeat: no-repeat;}
.visionsec .shapevision .ctextinfo h4 {color: #FFFFFF; }
.visionsec .shapevision .ctextinfo p {color: #FFFFFF; padding:20px 0px 30px;}*/

/** Clients Page **/
.clshclientsec1 {position: relative; padding: 50px 0px 76px;}
.clshclientsec1 .ctitle2 {border-bottom: 1px solid #F5F6F8; padding-bottom: 40px; margin-bottom: 28px;}
.clshclientsec1 .clsclientrow{margin-right: -18px; margin-left: -18px;}
.clshclientsec1 .clsclientbox {padding: 0 18px; margin: 20px 0px;}
.clshclientsec1 .clsclientlogo {display: flex; align-items: center; height: 100px; background-color: #F5F5F5; justify-content: center; position: relative; border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; box-shadow: 0px 0.79px 1.59px 0px #1018280D; -moz-box-shadow: 0px 0.79px 1.59px 0px #1018280D; -webkit-box-shadow: 0px 0.79px 1.59px 0px #1018280D;}
.clshclientsec1 .clsclientlogo img {max-width: 100%;}

.guinnessworld {position: absolute; right: 36px; top: 125px; z-index: 45;}

/** Project Page **/
.clssllogo {position: absolute; top: 35px; right: 30px; z-index: 2;}
.clsprojtitle {background-color: #F5F6F8; padding: 41px 0px; margin-top: -40px; position: relative; z-index: 1; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;}
.clsprojtitle .clsprojectname h4 {font-size: 36px; margin-bottom: 5px;}
.clsprojtitle .clsprojtext1 p {font-size: 20px;}

.clsprojdetails1 {padding-bottom: 50px;}
.clsprojdetails1 .clsheading {margin-top: 104px;}
.clsprojdetails1 .clsheading p {font-size: 32px; font-weight: 300; font-style: italic; padding: 0 110px; margin-top: 54px; margin-bottom: 85px;}
.clsrow10 {margin-left: -10px; margin-right: -10px;}
.clsprocol1 {padding-left: 10px; padding-right: 10px;}
.clsprocol1 .clsproinner {padding: 30px 5px 28px; height: 100%; background: linear-gradient(180deg, #F5F6F8 0%, #E9E9E9 100%); border-bottom: 2px solid #58595B;}
.clsprocol1 .clsproinner:hover {background: linear-gradient(180deg, #F37021 0%, #FFB588 100%); border-bottom-color: #F37021;}
.clsprocol1 .clsproinner h4 {font-size: 40px; margin-bottom: 25px; font-weight: 600; color: #333333; line-height: 42px;}
.clsprocol1 .clsproinner h4 span {display: block;}
.clsprocol1 .clsproinner p {font-size: 16px; color: #4D4D4D;}
.clsprocol1 .clsproinner:hover h4, .clsprocol1 .clsproinner:hover p {color: var(--color-white);}

.clsprojsect1 .clsglobalsect {padding-bottom: 37px;}

.clsprojdetails2 .clsprojimgcol {width: 823px;}
.clsprojdetails2 .clsprojimgcol .clsprojimg {margin-bottom: 40px;}
.clsprojdetails2 .clsprojimgcol .clsprojimg img {width: 100%; height: 100%; object-fit: cover;}
.clsprojdetails2 .clsprojtexts {width: 577px;}
.clsprojdetails2 .clsprojtexts .ctextinfo p {text-align: justify; padding: 0 0 31px 0;}

.clsprojgallery {position: relative; margin-bottom: 47px; margin-top: 10px;}
.clsprojgallery .slick-slide > div {display: flex;}
.clsprojgallery .clsslicknav .slick-next {right: -20px;}
.clsprojgallery .clsslicknav .slick-prev {left: -20px;}
.clsprojgallery .clsgitem .clsgimg img {width: 100%; height: 100%; object-fit: cover;}
.clsprojgallery .slick-dots {position: absolute; left: 0px; right: 0px; bottom: 7px; gap:0 6px; display: flex; justify-content: center;}
.clsprojgallery .slick-dots li button {font-size: 0px; background-color: var(--bgcolor2); width: 20px; height: 4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.clsprojgallery .slick-dots li.slick-active button, .clsprojgallery .slick-dots li button:hover {background-color: var(--color-orange);}

.clsprojvideo {position: relative;}
.clsprojvideo .clsprojvideocover img {width: 100%; height: 100%; object-fit: cover;}
.playbtn {height: 60px; line-height: 60px; padding: 0 42px; background-color: var(--bgcolor2); color: #58595B; font-size: 18px; font-weight: 500; display: inline-block; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;}
.playbtn span {display: block; background:url(../images/play-icon.svg); background-repeat: no-repeat; padding-right: 18px; background-position: 100% 50%;}
.playbtn:hover {background-color: var(--color-orange);}
.playbtn:hover span {color: var(--color-white); filter: brightness(12);}
.clsprojvideo .playbtn {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}

.clsprojectssect {background-color: var(--bgcolor2); padding: 45px 0 17px; margin-top: 95px;}
.clsprojectssect .ctitle2 {font-size: 28px;}