 /*ERROR PAGE*/
 .error-area{height:100vh;padding-top:70px;display:flex;align-items:center}.error-area .section-title{margin-top:0}.error-area .section-content{text-align:center;position:relative}.error-area .section-content .shape-1{position:absolute;top:calc(100% + 13px);inset-inline-start:110px}@media only screen and (max-width: 767px){.error-area .section-content .shape-1{display:none}}.error-area .section-content .error-shape img{max-width:464px}@media only screen and (max-width: 1399px){.error-area .section-content .error-shape img{max-width:364px}}@media only screen and (max-width: 1199px){.error-area .section-content .error-shape img{max-width:264px}}@media only screen and (max-width: 767px){.error-area .section-content .error-shape img{max-width:200px}}.error-area .section-content .text{max-width:340px;margin-inline:auto}.error-area .section-content .section-title-wrapper{margin-top:42px}@media only screen and (max-width: 1399px){.error-area .section-content .section-title-wrapper{margin-top:32px}}.error-area .section-content .text-wrapper{margin-top:16px}.error-area .section-content .btn-wrapper{margin-top:43px}@media only screen and (max-width: 1399px){.error-area .section-content .btn-wrapper{margin-top:33px}}
 
 .span-weight{
     font-weight: 500;
 }
 .h1, .h2, .h4, .h5, .h6, h1, h2, h4, h5, h6 {
    font-weight: 300 !important;  
 }

 
 /*mobile menu*/
  /* Mobile offcanvas fix */
        .offcanvas-3__menu .services-dropdown {
          display: none;
        }

        /* When Services is opened (if you use active class) */
        .offcanvas-3__menu li.menu-item-has-children.active>.services-dropdown {
          display: block;
        }

        @media (max-width: 991px) {
          .offcanvas-3__menu .services-dropdown {
            position: static !important;
            height: auto !important;
            margin: 0 !important;
            padding-left: 15px;
          }
        }

        /* Hide submenu by default */
        .offcanvas-3__menu .services-dropdown {
          display: none;
        }

        /* Show when active */
        .offcanvas-3__menu li.menu-item-has-children.active>.services-dropdown {
          display: block;
        }

        /* Mobile layout fix */
        @media (max-width: 991px) {
          .offcanvas-3__menu .services-dropdown {
            position: static !important;
            height: auto !important;
            margin: 0 !important;
            padding-left: 15px;
          }
        }
  
/*MENU*/
.services-heading{
  color: #000;
  font-size: 18px;
  margin-bottom: 18px;
}

/* Small screens (mobile) */
@media (max-width: 768px) {
    .services-heading {
        color: #fff;
    }
}
.services-mega > .services-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* show dropdown when hovering SERVICES */
.services-mega:hover > .services-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


 /*BUTTON*/
 .btn-swap-circle i {
    transform: rotate(-45deg);
}
.btn-swap {
  display: inline-flex;
  align-items: center;
  position: relative;
}


.btn-swap-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #102EB1;
  color: #fff;
  transition: all 0.4s ease;
}

.btn-swap-text{
  display: inline-flex;
  align-items: center;
  border: 2px solid #000;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: all 0.4s ease;
}

/* Pill */
.btn-swap-text {
  padding: 14px 34px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}

/* Circle */
.btn-swap-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
}

/* Default state */
.btn-swap-left {
  transform: scale(0);
  margin-right: -52px;
}

.btn-swap-right {
  transform: scale(1);
  margin-left: 0px;
}

/* Hover swap */
.btn-swap:hover .btn-swap-left {
  transform: scale(1);
  margin-right: 0px;
}

.btn-swap:hover .btn-swap-right {
  transform: scale(0);
  margin-left: -52px;
}

/* TEXT + ICON COLOR ON HOVER */
.btn-swap:hover,
.btn-swap:hover .btn-swap-circle {
  color: #fff;
}
  .btn-swap-text
  {
  color: #000;
}


@media (max-width: 480px) {
  .btn-swap-text {
    padding: 10px 22px;
    font-size: 13px;
  }

  .btn-swap-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  /* Adjust default positions */
  .btn-swap-left {
    margin-right: -40px;
  }

  .btn-swap-right {
    margin-left: 0px;
  }

  /* Adjust hover swap for small size */
  .btn-swap:hover .btn-swap-left {
    margin-right: 6px;
  }

  .btn-swap:hover .btn-swap-right {
    margin-left: -40px;
  }
}

/*END OD BUTTON*/





.clrwhite{
    color: #fff;
}
.justify{
    text-align: justify;
    /*hyphens: auto;*/
    /*text-justify: inter-character;*/
    word-break: break-word;
}
.center{
    text-align: center;
}

 
.report-area .section-title {
    max-width: 698px !important;
    margin-inline: auto;
}
.about-area .section-content .wc-btn-circle { 
    color: #ffffff !important;
}

/*home*/
.process-area .section-header{
  display:grid;
  gap:20px 60px;
  grid-template-columns:auto auto;
  justify-content:space-between;
  align-items:center;
}

@media only screen and (max-width: 1199px){
  .process-area .section-header{
    grid-template-columns:auto;
  }
}

.process-area .section-header .text{
  max-width:420px;
}

.process-area .section-title{
  max-width:630px;
}

.process-area .process-wrapper-box{
  margin-top:87px;
}

@media only screen and (max-width: 1399px){
  .process-area .process-wrapper-box{
    margin-top:67px;
  }
}

@media only screen and (max-width: 1199px){
  .process-area .process-wrapper-box{
    margin-top:57px;
  }
}

.process-area .process-wrapper{
  display:grid;
  gap:50px 95px;
  grid-template-columns:repeat(4, 1fr);
}

@media only screen and (max-width: 1399px){
  .process-area .process-wrapper{
    gap:50px 55px;
  }
}

@media only screen and (max-width: 1199px){
  .process-area .process-wrapper{
    grid-template-columns:repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px){
  .process-area .process-wrapper{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width: 575px){
  .process-area .process-wrapper{
    grid-template-columns:repeat(1, 1fr);
  }
}

.process-box .thumb img{
  height:90px;
}

@media only screen and (max-width: 1199px){
  .process-box .thumb img{
    height:70px;
  }
}

.process-box .content{
  margin-top:44px;
}

@media only screen and (max-width: 1199px){
  .process-box .content{
    margin-top:34px;
  }
}

.process-box .title{
  font-size:26px;
  line-height:1.28;
}

.process-box .text{
  margin-top:19px;
}


.web-area {
  position: relative;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
}
.web-area-inner {
  padding-top: 233px;
  padding-bottom: 164px;
}
@media only screen and (max-width: 1919px) {
  .web-area-inner {
    padding-top: 143px;
    padding-bottom: 104px;
  }
}
@media only screen and (max-width: 1199px) {
  .web-area-inner {
    padding-top: 123px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .web-area-inner {
    padding-top: 103px;
    padding-bottom: 64px;
  }
}
.web-area .overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .web-area .overlay-image {
    display: none;
  }
}
.web-area .overlay-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.web-area .area-bg {
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .web-area .area-bg {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .web-area .area-bg {
    display: none;
  }
}
.web-area .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dir-rtl .web-area .area-bg img {
  transform: rotateY(180deg);
}
.web-area .section-title {
  font-size: 120px;
  line-height: 0.79;
  font-weight: 400;
  color: var(--white);
  margin-top: 0;
  position: relative;
  z-index: 1;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1919px) {
  .web-area .section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .web-area .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .web-area .section-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .web-area .section-title {
    font-size: 40px;
  }
}
.web-area .section-title .line {
  display: block;
}
.web-area .section-title .line:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 1919px) {
  .web-area .section-title .line:not(:first-child) {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .web-area .section-title .line:not(:first-child) {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .web-area .section-title .line:not(:first-child) {
    margin-top: 7px;
  }
}
.web-area .section-title .line-first {
  margin-inline-start: 180px;
}
@media only screen and (max-width: 767px) {
  .web-area .section-title .line-first {
    margin-inline-start: 120px;
  }
}
@media (max-width: 575px) {
  .web-area .section-title .line-first {
    margin-inline-start: 0px;
  }
}
.web-area .section-title .line-third {
  margin-inline-start: 180px;
}
@media only screen and (max-width: 767px) {
  .web-area .section-title .line-third {
    margin-inline-start: 120px;
  }
}
@media (max-width: 575px) {
  .web-area .section-title .line-third {
    margin-inline-start: 0px;
  }
}
.web-area .section-title .title-shape-1 {
  width: 80px;
  margin-left: 25px;
  margin-top: -10px;
}
@media only screen and (max-width: 1399px) {
  .web-area .section-title .title-shape-1 {
    width: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .web-area .section-title .title-shape-1 {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .web-area .section-title .title-shape-1 {
    width: 40px;
  }
}
.web-area .section-content .title-wrapper {
  margin-inline-start: -60px;
}
@media only screen and (max-width: 1919px) {
  .web-area .section-content .title-wrapper {
    margin-inline-start: 0;
  }
}
.web-area .section-content .web-thumb {
  position: relative;
  display: inline-block;
}
.web-area .section-content .web-thumb:after {
  position: absolute;
  content: "";
  width: 117px;
  height: 90px;
  top: 0;
  inset-inline-end: 0;
  background-color: #000000;
}
@media only screen and (max-width: 1919px) {
  .web-area .section-content .web-thumb:after {
    width: 67px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .web-area .section-content .web-thumb:after {
    width: 117px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .web-area .section-content .web-thumb:after {
    display: none;
  }
}
.web-area .section-content .web-thumb .wc-btn-circle {
  border-color: transparent;
  background-color: var(--white);
  color: var(--black);
}
.web-area .section-content .web-thumb .wc-btn-circle i {
  transform: rotate(0);
}
.web-area .section-content .content-last {
  margin-top: -78px;
  display: flex;
  gap: 30px 60px;
  align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .web-area .section-content .content-last {
    margin-top: -58px;
  }
}
@media only screen and (max-width: 767px) {
  .web-area .section-content .content-last {
    margin-top: -38px;
  }
}
@media only screen and (max-width: 991px) {
  .web-area .section-content .content-last {
    gap: 30px 40px;
  }
}
@media (max-width: 575px) {
  .web-area .section-content .content-last {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.web-area .section-content .clients-wrapper {
  margin-bottom: 18px;
}
.dir-rtl .web-area .section-content .clients-wrapper .thumb img {
  transform: rotateY(180deg);
}
.web-area .section-content .clients-wrapper .number {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-transform: uppercase;
  color: var(--white);
}
.web-area .section-content .clients-wrapper .text {
  font-size: 14px;
  line-height: 20px;
  max-width: 160px;
  color: var(--white);
}
.web-area .section-content .clients-wrapper .text br {
  display: block;
}
.web-area .section-content .clients-wrapper .info {
  display: flex;
  gap: 18px;
  margin-top: 38px;
  margin-inline-start: 44px;
}
@media (max-width: 575px) {
  .web-area .section-content .clients-wrapper .info {
    margin-top: 28px;
    margin-inline-start: 0;
  }
}

/*servicesection-home*/
.section-title1 span {
	/*background-image: url(../imgs/shape/img-s-53.webp);*/
	background-repeat: no-repeat;
	background-size: 100% 28px;
	background-position: bottom left
}

@media only screen and (max-width: 1399px) {
	.section-title1 span {
		background-size: 100% 20px
	}
}

@media only screen and (max-width: 1199px) {
	.section-title1 span {
		background-size: 100% 16px
	}
}

@media only screen and (max-width: 767px) {
	.section-title1 span {
		background-size: 100% 10px
	}
}


.service-hover-default1:hover {
	background-color: var(--white-6)
}

.service-rollover-right1 {
	position: relative;
	transition: all .5s
}

.service-rollover-right1::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--white-6);
	transition: all .5s cubic-bezier(0.42, 0, 0.58, 1)
}

.service-rollover-right1:hover::after {
	width: 100%;
	left: auto;
	right: 0%
}

.service-rollover-left1 {
	position: relative;
	transition: all .5s
}

.service-rollover-left1::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: var(--white-6);
	transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1
}

.service-rollover-left1:hover::after {
	width: 100%;
	right: auto;
	left: 0%
}

.service-rollover-top1 {
	position: relative;
	transition: all .5s
}

.service-rollover-top1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	background-color: var(--white-6);
	transition: all .5s cubic-bezier(0.42, 0, 0.58, 1)
}

.service-rollover-top1:hover::after {
	height: 100%;
	bottom: auto;
	top: 0%
}

.service-rollover-bottom1 {
	position: relative;
	transition: all .5s
}

.service-rollover-bottom1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	background-color: var(--white-6);
	transition: all .5s cubic-bezier(0.42, 0, 0.58, 1)
}

.service-rollover-bottom1:hover::after {
	height: 100%;
	top: auto;
	bottom: 0%
}


.service-area1 {
	background-color: var(--black);
	position: relative;
	z-index: 1;
	padding: 0 45px
}

@media only screen and (max-width: 991px) {
	.service-area1 {
		padding: 0 15px
	}
}

.service-area1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	inset-inline-start: 0;
	z-index: -1
}

.service-area1 .bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.service-area1 .section-title {
	max-width: 700px;
	color: var(--white)
}

.service-area1 .services-wrapper-box {
	margin-top: 90px
}

@media only screen and (max-width: 1919px) {
	.service-area .services-wrapper-box {
		margin-top: 70px
	}
}

@media only screen and (max-width: 1399px) {
	.service-area1 .services-wrapper-box {
		margin-top: 50px
	}
}

.service-box1 {
	border-bottom: 1px solid #3d3d3d;
	padding: 36px 0;
	display: grid;
	gap: 30px;
	grid-template-columns: 80px 220px 1fr;
	align-items: center;
	transition: all .5s
}

@media only screen and (max-width: 1399px) {
	.service-box1 {
		grid-template-columns: 50px 200px 1fr
	}
}

@media only screen and (max-width: 1199px) {
	.service-box1 {
		grid-template-columns: auto 1fr
	}
}

.service-box1:hover {
	background-color: #242424
}

.service-box1:hover .number {
	transform: translateX(30px)
}

.dir-rtl .service-box1:hover .number {
	transform: translateX(-30px)
}

@media only screen and (max-width: 1199px) {
	.service-box1:hover .number {
		transform: none
	}
}

.service-box1:hover .wc-btn-circle {
	transform: translateX(-30px);
	background-color: var(--theme);
	border-color: rgba(0, 0, 0, 0);
	color: var(--white)
}

.dir-rtl .service-box1:hover .wc-btn-circle {
	transform: translateX(30px)
}

@media only screen and (max-width: 1199px) {
	.service-box1:hover .wc-btn-circle {
		transform: none
	}
}

.service-box1:first-child {
	border-top: 1px solid #3d3d3d
}

.service-box1 .number {
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	transition: all .5s
}

.service-box1 .thumb img {
	border-radius: 60px
}

.service-box1 .title {
	font-size: 30px;
	line-height: 1.07;
	color: var(--white)
}

@media only screen and (max-width: 991px) {
	.service-box1 .title {
		font-size: 24px
	}
}

.service-box1 .text {
	color: var(--white-2);
	max-width: 360px
}

@media only screen and (max-width: 1399px) {
	.service-box1 .text {
		max-width: 330px
	}
}

.service-box1 .wc-btn-circle {
	width: 70px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(0, 0, 0, 0);
	font-size: 20px;
	color: var(--white);
	transition: all .5s
}

@media only screen and (max-width: 991px) {
	.service-box1 .wc-btn-circle {
		width: 50px;
		height: 50px;
		font-size: 16px
	}
}

.service-box1 .wc-btn-circle i {
	transform: rotate(-45deg)
}

.service-box1 .content {
	display: grid;
	gap: 20px;
	grid-template-columns: 31% 1fr auto;
	align-items: center
}

@media only screen and (max-width: 1199px) {
	.service-box1 .content {
		grid-column: span 2
	}
}

@media only screen and (max-width: 767px) {
	.service-box1 .content {
		grid-template-columns: 1fr
	}
}


.about-area1 .section-heading1 {
  text-align: center;
}

.about-area1 .section-heading1 .section-title1 {
  max-width: 749px;
  margin-inline: auto;
}

.about-area1 .section-heading1 .section-desc1 {
  max-width: 780px;
  margin: auto;
  margin-top: 22px;
}

.about-area1 .about-thumb1 {
  text-align: center;
  margin-top: 14px;
}

.about-area1 .about-thumb1 img {
  width: 450px;
}

.dir-rtl .about-area1 .about-thumb1 img {
  transform: rotateY(180deg);
}

/* ===== Responsive ===== */

@media only screen and (max-width: 991px) {
  .about-area1 .about-thumb1 img {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area1 .about-thumb1 img {
    width: 250px;
  }
}

@media only screen and (max-width: 1919px) {
    .section-title1 {
        /*text-transform: capitalize;*/
        font-size: 55px;
        margin-top: -24px;
    }
}
@media (max-width: 768px) {
    .section-title1 {
        font-size: 36px;
    }
}

/*span-smalltitle*/
.major-works-section {
  padding: 80px 0;
}

.major-works-header {
  position: relative;
}

.small-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.main-title {
  font-size: 64px;
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.main-title span {
  font-weight: 500;
}

.line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 36px;
  }
}

/*menu deco line*/
.section-line {
  width: 100%;
  height: 1px;
  background: #cfd4da;   /* light gray line */
  position: relative;
  margin: 20px 0;
}

.section-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 35px;          /* length of dark segment */
  height: 3px;
  background: #515151;  /* dark color */
}

