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%;}
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:#32302e;
	--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: 84px; line-height: 90px; color: var(--color-white);}
.ctitle1 span {font-weight: 600;}

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

.ctitle3 {font-size: 60px; line-height: 74px; 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; color: #000;}
.ctextinfo p b {font-weight: 600;}

.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;}

p.cls_subtitle {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    padding-top: 10px !important;
}
header {background-color: var(--color-white); padding: 14px 40px;}
header .custnav .custmenus > li {padding-right: 40px;}
header .custnav .custmenus > li > a {color: var(--main-color); font-size: 18px; font-weight: 500; line-height: 40px;}
header .custnav .custmenus > li > a:hover {color:var(--color-orange);}
header .menubtn {background-color: #58595B; 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);}

.clsmaintopsect {position: relative;}
.clsmaintopsect .slick-slide > div {display: flex;}
.clsmaintopsect .clsitem {height: auto; position: relative;}
.clsmaintopsect .clsitem .clsvideocol {width: 100%; height: 100%; object-fit: cover;}
.clsmaintopsect .clstexts {position: absolute; z-index: 2; top: 50%; width: 100%; left: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}


.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;
  }
}
.clsbannersection {height: 100%; position: relative;}
.clsbannersection:before {content: ""; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background-color: rgba(0,0,0,0.6);}
.clsbannersection img {width: 100%; height: 100%; object-fit: cover;}
.ctextinfo.clsproductdec p {
    font-size: 20px !important;
    line-height: 25px !important;
    padding: 0px 0px 15px 0 !important;
}
.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: 22px; color: var(--color-white); font-weight: 400; margin-top: 8px;}

.clshsect1 .clstexts1 {margin: 30px 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: 24px; color: var(--color-white); padding: 30px 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;}
.clshsect1 .clsmocounter {margin: 30px 0 50px;}


.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(https://unitechengsol.com/images/sustainability-icon.png);}
.clssoulcol .csoulicon2 {background-image: url(https://unitechengsol.com/images/optimisation-icon.png);}
.clssoulcol .csoulicon3 {background-image: url(https://unitechengsol.com/images/unique-icon.png);}
.clssoulcol .csoulicon4 {background-image: url(https://unitechengsol.com/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: 100%;}
.clshovertabs .nav-link {border-bottom: 1px solid #BCBCBC; padding: 44px 20px; display: inline-block; width:100%; 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: 30px; font-weight: 400; color: var(--color-black)}
.clshovertabs .nav-link .cbtn {padding: 0 40px;}
.clshovertabs .nav-link:hover {background-color: transparent;}
.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;}
.clsclientsect{background-color: #fff !important;}
.clientslider {height: 100px;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: 220px; 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: 30px; padding-top: 10px;}

.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%; height: 350px; position: relative; overflow: hidden; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.clsoulprobox .clsoulproinner .imgbox img {width: 100%; object-fit: cover; height:100%;}
.clsoulprobox .clsoulproinner .info {padding: 25px 50px 30px 30px; position: relative;}
.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: 34px; line-height: 40px; padding-bottom: 10px;}
.clsoulprobox .clsoulproinner .info .carrowbtn {position: absolute; right: 25px; top: -20px;}

.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: #F37021;}
.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;  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;}
.clsglobalsect .clsitemcol .clsgloblogo {padding: 25px;}
.clsglobalsect .clsitemcol .clsgloblogo img {max-width: 100%;}

.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-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: 200px;}
footer .fbox3 {width: 290px;}
footer .fbox4 {width: 280px;}
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-orange); font-weight: 300; text-transform: capitalize; font-size: 24px; line-height: 30px; margin-bottom: 23px;}
footer .footerboxs h4 span { 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: 15px;}
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(https://unitechengsol.com/images/instagram.svg);}
.sociallink .facebook {background-image: url(https://unitechengsol.com/images/fb.svg);}
.sociallink .linkin {background-image: url(https://unitechengsol.com/images/linkedin.svg);}
.sociallink .twitter {background-image: url(https://unitechengsol.com/images/tw.svg);}
.sociallink .youtube {background-image: url(https://unitechengsol.com/images/yt.svg);}

.clsbacktotop {cursor: pointer; width: 32px; height: 32px; display: none; 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: 25px; font-weight: 300; /*font-style: italic;*/ padding: 0 110px; margin-top: 30px; margin-bottom: 85px;}
.clsrow10 {margin-left: -10px; margin-right: -10px;}
.clsprocol1 {padding-left: 10px; padding-right: 10px;}
.clsprocol1 .clsproinner {padding: 30px 5px 28px; background: linear-gradient(180deg, #F5F6F8 0%, #E9E9E9 100%); border-bottom: 2px solid #58595B;}
.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;}

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

/*.clsprojdetails2 {gap:0 40px;}*/
.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 .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;}
.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;}

/*START CSS FOR M */
.clsmpexpertise .nav-link.active {
    background-color: transparent !important;
}
.certifications-section {
            max-width: 100%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 15px;
            padding: 40px 40px 0px;
            /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);*/
        }

        .section-header {
            margin-bottom: 30px;
        }

        .section-header h2 {
            color: #1a1a2e;
            font-size: 2rem;
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 10px;
        }

        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #ff6b35, #f7931e);
        }

        .section-header p {
            font-size: 20px !important;
            line-height: 30px !important;
            padding: 15px 0px 15px 0 !important;
        }

        .highlight {
            color: #ff6b35;
            font-weight: 600;
        }

        .table-container {
            overflow-x: auto;
            max-height: 600px;
            overflow-y: auto;
            margin-top: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .table-container::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        .table-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .table-container::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            border-radius: 10px;
        }

        .table-container::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #f7931e, #ff6b35);
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }

        thead {
            background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
        }

        thead th {
            color: white;
            padding: 18px 15px;
            text-align: left;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            position: sticky;
            top: 0;
            background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
            z-index: 10;
        }
        thead th:first-child {text-align:center;}
        tbody tr {
            border-bottom: 1px solid #e0e0e0;
            transition: all 0.3s ease;
        }

        tbody tr:hover {
            background: #f8f9fa;
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        tbody tr:last-child {
            border-bottom: none;
        }

        tbody td {
            padding: 20px 15px;
            color: #333;
            line-height: 1.6;
        }

        tbody td:first-child {
            font-weight: 700;
            color: #ff6b35;
            font-size: 1.1rem;
            text-align: center;
        }

        .result-badge {
            display: inline-block;
            padding: 6px 16px;
            background: linear-gradient(135deg, #28a745, #20c997);
            color: white;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Responsive Design */
       /* @media screen and (max-width: 768px) {
            .certifications-section {
                padding: 20px;
            }

            .section-header h2 {
                font-size: 1.5rem;
            }

            .section-header p {
                font-size: 0.9rem;
            }

            .table-container {
                max-height: 500px;
            }

            table {
                font-size: 0.9rem;
            }

            thead {
                display: none;
            }

            tbody tr {
                display: block;
                margin-bottom: 20px;
                border: 2px solid #e0e0e0;
                border-radius: 10px;
                padding: 15px;
                background: white;
            }

            tbody tr:hover {
                transform: none;
            }

            tbody td {
                display: block;
                padding: 10px 0;
                border: none;
                text-align: left;
            }

            tbody td:first-child {
                font-size: 1.3rem;
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 2px solid #ff6b35;
            }

            tbody td::before {
                content: attr(data-label);
                display: block;
                font-weight: 700;
                color: #16213e;
                margin-bottom: 5px;
                font-size: 0.85rem;
                text-transform: uppercase;
            }

            tbody td:first-child::before {
                content: 'Sr. No.';
            }
        }*/

        @media screen and (max-width: 480px) {
          /*  body {
                padding: 10px;
            }*/

            .certifications-section {
                padding: 15px;
            }

            .section-header h2 {
                font-size: 1.3rem;
            }

            .result-badge {
                font-size: 0.8rem;
                padding: 5px 12px;
            }
        }