@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body {
    color: #000;
	font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}

:root {
  --white: #fff;
  --black: #000000;
  --grey: #7d7d7d;
  --trans: 0.3s linear;
  --primary: #EA5501;
  --secondary: #1E1E1E;
}
body.boxed {
    max-width: 1170px;
    background: #f4f5f8;
}


.header-area {
  position: fixed;
  width: 100%;
  background-color: #022038;
	 z-index: 9;
}
.header-area.sticky {
  background-color: #022038 !important;
  z-index: 99;
  transition: var(--trans);
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px #0a2835;
}
.site-branding img {
  width: 151px;
}
.hometopc {
  justify-content: center;
}
.company-title h2 {
  font-size: 60px;
}
.teambo h3 {
  margin-top: 15px;
  font-weight: 400;
}
.teambo p {
  font-weight: 300;
}
.subtitle h2 {
  font-size: 40px;
  font-weight: 500;
}

.ankerone a {
  padding: 13px 18px;
  margin: 0px 5px;
  border-radius: 0px;
  background-color: #D85004;
  border: 2px solid #D85004;
  color: #fff;
}
.ankerone a:nth-child(2) {
  background-color: transparent;
  border: 2px solid #00c6f8;
  color: #00c6f8;
}

.ankerone {
  display: ruby;
}
.topcall {
  display: flex;
  align-items: center;
  text-align: left;
}
.topcall i {
  background-color: #d85004;
  padding: 16px;
  margin-right: 10px;
  color: #fff;
}
.topcall div {
  color: #fff;
}
.topcall small {
  opacity: 0.7;
}
.ankerone a:nth-child(2) {
  background-color: transparent;
  border: 0px solid #00c6f8;
  color: #00c6f8;
  padding: 0px;
}

a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

.teambo h3 {
  margin-top: 25px;
  font-size: 20px;
}




.logos .item img {
  width: 137px;
  filter: grayscale(100%);
}
.logos .owl-item .item {
  text-align: center;
  display: flex;
  justify-content: center;
}
.fontbold h3 {
  margin-top: 25px !important;
  font-weight: 600;
  width: 80%;
}
.imagehover .sow-image-container img:hover {
  background-color: #d85004;
}

.imagehover {
  position: relative;
}
.imagehover h3 {
  position: absolute;
  top: 17%;
  left: 36%;
}

.bordertext p {
  display: inline-block;
  border: 1px solid #EA5501;
  border-radius: 30px;
  padding: 5px 16px;
  font-weight: 400;
  font-size: 14px;
}
.twosection p {
  font-weight: 300;
  margin-top: 15px;
}
.boxabout {
  background-color: #d85004;
  color: #fff;
  padding: 35px;
}
.boxabout h3 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}
/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #EA5501;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #a0bd20, #a0bd20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #EA5501;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#project .owl-item.active.center {
  width: 806px !important;
}
#project .owl-item.active {
  width: 200px !important;
}

/* #project .owl-item img {
  height: 396px;
  object-fit: cover;
} */
.projectbox {
  margin-top: -108px;
  padding: 0px 28px;
}
.projectbox h2 {
  color: #fff;
}
.projectbox p {
  color: #fff;
  opacity: 0.7;
}

#project .owl-item.active .projectbox {
  display: none;
}
#project .owl-item.active.center .projectbox {
  display: block;
}
#project .owl-item .item img {
  height: 400px !important;
  object-fit: cover;
}
.fourboxes .panel-grid-cell {
  padding: 40px 35px !Important;
  background-image: url(https://actmate.in/scaffolding/wp-content/uploads/2026/02/Group-34.png);
	transition : var(--trans);
	background-repeat : no-repeat;
	cursor : pointer;
}
.fourboxes .panel-grid-cell:hover{
  padding: 35px;
  background-image: url(https://actmate.in/scaffolding/wp-content/uploads/2026/02/Group-35.png);
}
.fourboxes .panel-grid-cell h3 {
  margin-top: 31px !important;
  font-weight: 500;
  font-size: 18px;
  transition: var(--trans);
  line-height: 28px;
}
.fourboxes .panel-grid-cell:hover h3 {
  color : #fff;
}
.abouttitle span {
  color: #d85004;
}
.roweb {
  margin-top: -50px;
  position: relative;
  z-index: 99;
}
header {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1E1E1E;
	 font-weight : 500; 
	
}

.teamthree .panel-grid-cell {
  border: 1px solid #ddd;
}
.teamthree img {
  width: 100%;
}
.teambox {
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
}
.teambox ul {
  list-style: disc;
  margin-left: 24px;
}
.teambox ul li::marker {
  color: #d85004;
}
.teambox h3 {
  font-size: 18px;
}
.subboxnew img {
  border: 8px solid #EDDFB7;
  border-radius: 8px;
}
p + p:last-child {
    margin-bottom: 0;
}

.footer {
  background-color: #022038;
}

.aboutus {
  position: relative;
  z-index: -1;
  margin-top: -80px;
}
.homeslider {
  position: relative;
  z-index: 1;
}
.light {
    font-weight: 100;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
    line-height: 48px;
    padding: 0 0px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-primary {
    background: #093EB6;
    color: #fff;
}

.btn-primary:hover {
    background: #002D92;
}

.btn-default {
    background: #FFDA44;
    color: #4c443a;
}

.btn-default:hover {
    background: #ECC124;
}

section {
    padding: 80px 0;
}

.widget ul {
  padding: 8px 0px;
}

.threebox .panel-grid-cell {
  text-align: center;
  border: 2px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  height: 272px;
	transition : var(--trans);
}
h3.widget-title {
  font-size: 24px;
  line-height: 32px;
	font-weight: 400;
}
.WhyUs {
  background: #EFEBE7;
  background: linear-gradient(90deg, rgb(239, 235, 231) 50%, rgb(2, 32, 56) 50%);
    background-color: rgba(0, 0, 0, 0);
}
.togleclass .iw-so-acc-content div.tabv {
  display: flex;
  align-items: center;
}

.sow-icon-ionicons {
  font-size: 20px !important;
}
.WhyUs .panel-grid-cell:nth-child(1) {
  padding-right: 5%;
}
.WhyUs .panel-grid-cell:nth-child(2) {
  padding-left: 5%;
}
.togleclass .iw-so-acc-title {
  border-bottom: 1px solid #ddd;
  padding-left: 0px !important;
}
.tabv img {
  width: 54px;
  margin-right: 15px;
}
.reviewboxes p {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 70px;
}

.reviewbox h3 {
  color: #fff;
}
.reviewbox small {
  color: #fff;
  opacity: 0.7;
}

.owl-dots button.owl-dot span {
  background-color: #ddd;
  width: 5px !important;
  height: 5px !important;
  margin: 0px 4px;
  border-radius: 50%;
  border: 0px solid red !important;
  padding: 4px !important;
  border-color: #fff !important;
  display: block;
}
.reviewslider {
  position: relative;
}
.reviewslider .owl-dots {
  position: absolute;
  top: 10%;
  right: -69px;
  rotate: 90deg;
}
.reviewslider .owl-dots button.active span {
  background-color: #e95501 !important;
}
.WhyUs{
	position:relative;
}
.WhyUs::before {
  content: "";
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0px;
  background-image: url(https://actmate.in/scaffolding/wp-content/uploads/2026/02/Group-24.png);
  top: 0px;
}
 .WhyUs::before {
  content: "";
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: 0px;
  background-image: url(https://actmate.in/scaffolding/wp-content/uploads/2026/02/double-arrow-2.png);
  left: 0px;
}



/* --------------- 1.1 Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media all and (max-width: 767px) {
    
}

@media all and (max-width: 480px) {
    section {
        padding: 45px 0;
    }
}


/* --------------- Header Styles --------------- */

.logo-top-info {
    padding: 12px 0;
}
.social .textwidget {
  display: flex;
}
.topmt {
  margin-top: 37px;
}
.quick-links ul li a {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
}
.contactfrom {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0px 0px 13px 0px #0000004a;
  border-radius: 12px;
}
.contactfrom h3 {
  text-align: center;
  border: none;
  font-size: 35px;
  font-weight: 500;
}
.form-group {
    margin-bottom: 30px;
}
.border-top {
  border-top: 1px solid #9aa0a3 !important;
}
.copy p {
  margin-bottom: 0px;
  color: #fff;
  opacity: 0.7;
	text-align: left;
}
.copy a {
  color: #fff;
  opacity: 0.7;
  margin: 0px 5px;
}
.quick-links a {
  color: #fff;
  display: block;
  opacity: 0.5;
	font-size: 14px;
}
.quick-links a i {
  margin-right: 7px;
  font-size: 15px;
}

footer h3.widget-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.copy {
  text-align: end;
}
.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.2);
}

input[type="text"],input[type="email"] ,input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #000;
  border-radius: 8px;
  border: 1ps solid #5F6060;
  padding: 15px 15px !important;
  width: 100%;
}
.contactfrom i {
  position: absolute;
  top: 20px;
  right: 15px;
}
.contactfrom .col-md-12 {
  position: relative;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 100%;
  background-color: #EA5501;
}
.wpcf7-spinner {
  position: absolute;
  left: 0px;
}
.widget-title {
  border-bottom: 0px solid #eee;
}
/*Image Hover Effects*/

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}

.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}
.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hentry {
  margin: 0px;
}

.widget {
  margin: 0px;
}
.contactbox .panel-grid-cell:nth-child(2) {
  background-color: #fff;
  padding: 35px 55px;
}

@media all and (max-width: 767px) {	body {
  font-size: 15px;
  line-height: 24px;
}
	.subtwosection h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
	.title-2 h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
	.mobilenone {
  display: none;
}
	.company-title h1 {
  font-size: 30px;
}
	.aboutus {
  margin-top: -48px;
}
	.aboutus h4 {
  font-size: 18px;
}
	.subtitle h2 {
  font-size: 30px;
  font-weight: 500;
}
	.fourboxsub {
    display: flex;
    flex-direction: row !important;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap !important;
  }
	h3.widget-title {
  font-size: 18px;
}
	.imagehover h3 {
  position: absolute;
  top: 13%;
  left: 29%;
}
	
	.fourboxsub .panel-grid-cell {
    width: 48% !important;
  }
	#project .owl-item.active.center {
  width: auto !important;
}
#project .owl-item.active {
  width: auto !important;
}

	.projectbox h2 {
  color: #fff;
  font-size: 21px;
}
	.projectbox .text-end {
  text-align: left !important;
}
	.projectbox {
  margin-top: -142px;
  padding: 0px 28px;
  position: relative;
  top: -50px;
}
	#project .owl-stage-outer {
  height: 400px !important;
}
	.projectbox p {
  margin-bottom: 35px;
}
	.WhyUs {
  background: #EFEBE7;
  background: linear-gradient(180deg, rgb(239, 235, 231) 50%, rgb(2, 32, 56) 50%);
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
	.reviewslider .owl-dots {
  position: relative;
  top: 0px;
  right: 0px;
  rotate: none;
}
	.contactbox .panel-grid-cell:nth-child(2) {
  background-color: #fff;
  padding: 35px 25px !important;
}
	.fourboxes .panel-grid-cell{
		background-size : cover;
	}
	.abouttitle h2 {
  font-size: 14px;
  font-weight: 400;
}
	.fontbold h3 {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
}

.site-description {
  display: none;
}