/*!
Theme Name: Daxtonmorus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: daxtonmorus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Daxtonmorus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");

/* body,
html {
    overflow-x: hidden;
} */
:root {
  --orange-color: #e45b25;
  --white-color: #ffffff;
  --black-grey: #121212;
  --light-grey: #dedede;
  --ParaColor: #373737;
  --outfit: "Outfit", sans-serif;
  --montserrat: "Montserrat", sans-serif;
}

/* body,
html {
    width: 100%;
} */

body {
  margin: 0;
  padding: 0;
  font-family: var(--outfit);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 300;
  font-style: normal;
  color: var(--ParaColor);
  font-size: 18px;
  line-height: 1.5;
  background-color: var(--white-color);
}

::-moz-selection {
  background-color: #e45b25;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #e45b25;
  color: #fff;
  text-shadow: none;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--black-grey);
  font-weight: 700;
  font-family: var(--montserrat);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.page-title {
  font-weight: 600;
  font-size: 65px;
  line-height: 1;
}

h2,
.section-title {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.1;
}

/* h2 span {
  color: var(--orange-color);
} */

h3,
.heading-3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

h4,
.heading-4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

h5,
.heading-5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

h6,
.heading-6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

figure {
  margin: 0 0 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--orange-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--black-grey);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: var(--white-color);
  height: 58px;
  padding: 0 25px;
  font-weight: 400;
  outline: none !important;
  height: 70px;
  background: rgba(255, 255, 252, 0.02);
  border: 1px solid #5f5f5f;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 252, 0.02);
  border: 1px solid #5f5f5f;
  padding: 29px 25px;
  width: 100%;
  color: var(--white-color);
  height: 254px;
  resize: none;
  display: block;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/arrow_bottom.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--orange-color);
  color: var(--white-color);
  height: 50px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  font-family: var(--outfit);
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--white-color);
  color: var(--orange-color);
}

::-webkit-input-placeholder {
  color: #898989;
}

:-ms-input-placeholder {
  color: #898989;
}

::-moz-placeholder {
  color: #898989;
}

:-moz-placeholder {
  color: #898989;
}

.form-group {
  margin-bottom: 28px;
}

.labeltxt {
  font-weight: 300;
  margin-bottom: 10px;
}

/* images alignment for wordpress content pages */

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.cmn-btn {
  font-size: 18px;
  font-weight: 300;
  font-family: var(--outfit);
  padding: 11.5px 46px;
  background-color: var(--orange-color);
  color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* .cmn-btn:after{
    position:absolute;
    content:"";
    top:0;
    left:auto;
    right:0;
    width:0;
    height:100%;
    background-color:var(--black-grey);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:1;
} */

.cmn-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.cmn-btn:hover {
  color: var(--white-color);
  background-color: var(--black-grey);
}

.cmn-btn.white:hover {
  background-color: var(--white-color);
  color: var(--orange-color);
}

.cmn-subtitle {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--ParaColor);
  letter-spacing: 0.2em;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.subtitle-bdr {
  width: 84px;
  height: 1px;
  margin-left: 10px;
  display: inline-block;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.subtitle-bdr.white {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.cmn-gap {
  padding: 100px 0;
}

.sec-head {
  margin-bottom: 30px;
}

.white-txt {
  color: var(--white-color);
}

.white > * {
  color: var(--white-color);
}

/* navbar*/
.main-head {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.main-head:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(32px);
  opacity: 0;
}

.main-head.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: hdranimation 0.5s linear;
}

.main-head.fixed:before {
  opacity: 1;
}

.main-head.fixed .navbar:after {
  display: none;
}

@keyframes hdranimation {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

/* .main-head.fixed .navbar-brand img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(300deg) brightness(103%) contrast(110%);
} */

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 313px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 17px 48px 14px 58px;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.navbar:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  z-index: -1;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 28px;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  padding: 9px 0px;
  display: inline-block;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--white-color);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 34px;
}

.navbar-nav li:last-child {
  display: none;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */

.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */

.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.header-btn-wrap {
  margin-left: 65px;
}

.header-btn-wrap .cmn-btn {
  padding: 13.5px 50px;
}

.banner-sec {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
  padding: 280px 0 137px;
  z-index: 1;
}

.bnr-img-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bnr-img-wpr:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(18, 18, 18, 0) 40.17%,
    rgba(18, 18, 18, 0.513315) 49.25%,
    rgba(18, 18, 18, 0.8) 58.92%,
    rgba(18, 18, 18, 0.911045) 79.25%,
    #121212 100%
  );
}

.bnr-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-blur-shp {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.banner-txt-wpr {
  max-width: 775px;
}

.banner-txt-wpr h1 {
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 10px;
}

.banner-txt-wpr p {
  margin-bottom: 35px;
}

.banner-txt-wpr .cmn-btn {
  padding: 11.5px 48px;
}

.banner-txt-wpr .cmn-subtitle {
  margin-bottom: 15px;
}

.abt-lft-clm {
  width: 21.3%;
}

.abt-rgt-clm {
  width: 78.7%;
}

.abt-rgt-upper {
  margin-bottom: 25px;
}

/* .abt-lft-wpr {
  position: sticky;
  top: 130px;
} */

.abt-rgt-upper h2 {
  font-size: 50px;
}

.abt-rgt-img-wpr {
  width: 46.9%;
}

.abt-rgt-txt-wpr {
  width: 53.1%;
}

.abt-rgt-img-wpr figure {
  width: 100%;
}

.abt-rgt-img-wpr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-rgt-txt-inr {
  padding-left: 36px;
}

.abt-rgt-lower p {
  margin-bottom: 2px;
  line-height: 1.55;
}

.abt-rgt-lower p:last-child {
  margin: 0;
}

.abt-rgt-lowerpara {
  display: none;
  padding-top: 5px;
}

.abt-rgt-lowerpara.active {
  display: block;
}

.abt-rgt-txt-wpr.active .show-txt-btn {
  display: none;
}

.abt-rgt-lowerpara.active .show-txt-btn {
  display: inline-block;
}

.show-txt-btn {
  font-weight: 700;
  text-decoration: underline !important;
  display: inline-block;
}

.service-sec .sec-head {
  max-width: 975px;
}

.project-row {
  --bs-gutter-x: 0;
  align-items: center;
}

.project-row:not(:last-child) {
  margin-bottom: 65px;
}

.project-row:nth-child(even) {
  flex-direction: row-reverse;
}

.project-lft-clm {
  width: 57.5%;
}

.project-rgt-clm {
  width: 42.3%;
}

.project-rgt-clm figure {
  width: 100%;
}

.project-rgt-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-rgt-top,
.project-rgt-bttm {
  padding-left: 104px;
}

.project-row:nth-child(even) .project-rgt-top,
.project-row:nth-child(even) .project-rgt-bttm {
  padding: 0 103px 0 0;
}

.project-bdr-outer {
  margin: 24px 0 32px;
  position: relative;
  width: 100%;
  height: 1px;
}

.project-bdr-outer .project-bdr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.project-sec .sec-head {
  margin-bottom: 37px;
}

.project-rgt-top h3 {
  line-height: 1.3;
}

.project-row:nth-child(even) .project-rgt-top h3 {
  color: var(--orange-color);
}

.project-row:nth-child(even) .project-bdr {
  background-color: var(--orange-color);
}

.project-lft-clm figure {
  width: 100%;
  position: relative;
}

.project-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 137px;
  height: 137px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange-color);
  color: var(--white-color);
  padding: 5px;
}

.service-sec {
  position: relative;
  z-index: 1;
  background-color: var(--black-grey);
  overflow: hidden;
}

.serv-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
  opacity: 0.03;
}

.service-sldr-outer {
  max-width: 960px;
  margin: 0 auto;
}

.service-sldr .slick-list {
  overflow: visible !important;
}

.service-sldr .slick-track {
  display: flex !important;
}

.service-sldr .service-sldr-item {
  height: inherit;
}

.service-sldr-card {
  height: 100%;
  padding: 0 12px;
  border-right: 1px solid var(--white-color);
}

.service-sldr-card .service-sldr-inr {
  height: 100%;
  padding: 33px 34px 35px 28px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.service-sldr-card-upper {
  margin-bottom: 126px;
}

.service-sldr-card-lower {
  margin-top: auto;
}

.service-sldr-card-upper p {
  color: var(--white-color);
  margin-bottom: 17px;
}

.srv-sldr-contact-btn-wpr .cmn-btn {
  padding: 11.5px 43px;
  background-color: var(--white-color);
  color: var(--black-grey);
}

.srv-sldr-contact-btn-wpr {
  pointer-events: none;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.2s;
}

.srv-sldr-contact-btn-wpr .cmn-btn:hover {
  background-color: var(--ParaColor);
  color: var(--white-color);
}

.service-sldr-card-lower i {
  max-width: 97px;
  display: block;
  margin-bottom: 35px;
}

.service-sldr-card-lower h3 {
  color: var(--white-color);
}

.service-sldr-inr:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background-color: var(--orange-color);
  z-index: -1;
}

.service-sldr-card:hover .service-sldr-inr:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.service-sldr-card:hover .srv-sldr-contact-btn-wpr {
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.service-sec-hd-outer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.service-sldr-btn-wpr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.service-sldr-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
  border: 1px solid var(--orange-color);
  transition: 0.3s;
}

.service-sldr-btn img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(68%) saturate(6945%)
    hue-rotate(349deg) brightness(94%) contrast(89%);
}

.service-sldr-btn:hover {
  background-color: var(--orange-color);
}

.service-sldr-btn:hover img {
  filter: none;
}

.more-sec .sec-head {
  max-width: 1269px;
}

.more-lft-clm {
  width: 58.7%;
}

.more-rgt-clm {
  width: 41.3%;
}

.more-lft-wpr.active .show-txt-btn {
  display: none;
}

.abt-rgt-lowerpara.active .show-txt-btn {
  display: inline-block;
}

.more-lft-wpr {
  padding-right: 38px;
}

.more-lft-wpr p {
  margin-bottom: 2px;
  line-height: 1.55;
}

.more-rgt-clm figure {
  width: 100%;
}

.more-rgt-clm figure img {
  width: 100%;
}

/* sg-16-08-2025  */

.why-us-sec {
  min-height: 705px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.why-us-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.why-us-bg-img-wpr {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.why-us-bg-img-wpr:hover .why-us-bg {
  transform: scale(1);
}

.why-us-bg-img-wpr video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-us-main-text {
  position: relative;
  z-index: 2;
  text-align: center;
}

.why-us-main-text h2 {
  color: var(--white-color);
  margin-bottom: 35px;
}

.why-us-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(17px);
  cursor: pointer;
  margin: 0 auto;
}

.why-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(18, 18, 18, 0.32);
}

.partner-sec {
  padding: 60px 0 0;
  background-color: var(--black-grey);
}

.both-line-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

.both-line-header h2 {
  color: var(--white-color);
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0;
}

.sub-head-line {
  width: 84px;
  height: 1px;

  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.sub-head-line.line-rev {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.our-leading-item {
  padding: 0 45px;
}

.partner-splide-wpr {
  position: relative;
  padding: 25px 0 60px;
}

.partner-splide-wpr::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  background: linear-gradient(270deg, rgba(18, 18, 18, 0) 0%, #121212 79.51%);
  opacity: 0.7;
  z-index: 1;
  left: 0;
  pointer-events: none;
  top: 0;
}

.partner-splide-wpr::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0) 0%, #121212 79.51%);
  opacity: 0.7;
  z-index: 1;
  right: 0;
  pointer-events: none;
  top: 0;
}

.contact-us-sec {
  background: var(--black-grey);
}

.contact-us-sec h2 {
  color: var(--white-color);
}

.contact-us-sec .both-line-header {
  margin-bottom: 20px;
}

.contact-us-sec p {
  color: #f9f9f9;
}

.row.form-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.submt-btn-wpr {
  text-align: center;
  padding-top: 5px;
}

.footer-sec {
  padding-top: 60px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}

.footer-tp-lft {
  padding: 0 20px 0 60px;
}

.ftr-brand {
  width: 418px;
  display: block;
}

.ftr-link-ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ftr-link-ul > li {
  padding: 0 15px 0 0;
  margin-right: 15px;
  border-right: 1px solid var(--black-grey);
}

.ftr-link-ul > li > a {
  color: var(--black-grey);
  text-transform: capitalize;
}

.ftr-link-ul > li > a:hover {
  color: var(--orange-color);
}

.ftr-link-ul > li:last-child {
  margin-right: 0;
  padding: 0;
  border: none;
}

.footer-btm {
  padding: 40px 0;
  text-align: center;
}

.footer-btm p a {
  color: var(--black-grey);
}

.footer-btm p a:hover {
  color: var(--orange-color);
}

.pop-up-wpr {
  background: rgba(0, 0, 0, 0.8);
  /* visibility: hidden; */
  opacity: 0;
  align-items: center;
  display: none;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  /* transition: all 0.3s ease-in-out 250ms, visibility 0s linear 250ms; */
}

.pop-up-wpr.show {
  /* visibility: visible; */
  opacity: 1;
  display: flex;
  pointer-events: initial;
  /* transition: all 0.3s ease-in-out 250ms; */
}

.pop-up-txt-wpr {
  padding: 70px 55px 75px;
  background: var(--white-color);
  text-align: center;
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
}

.pop-up-txt-wpr h2 {
  font-size: 60px;
}

.pop-up-close {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.2),
    10px 10px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -30px;
  right: -30px;
}

.pop-up-close:hover {
  background: var(--light-grey);
}

.pop-up-body-content-wpr {
  max-height: 480px;
  overflow-y: auto;
  text-align: left;
}

.pop-up-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: initial;
}

.pop-up-txt-wpr {
  z-index: 5;
}

.our-leading-item figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-leading-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us-main-text.hide {
  display: none;
}

.pop-up-body-content-wpr ol {
  margin-bottom: 20px;
}

.pop-up-body-content-wpr ol li {
  margin-bottom: 15px;
}

/* sg-16-08-2025  */

/* ANIMATION START */

.zoomed_in_img {
  overflow: hidden;
}

.zoomed_in_img img,
.zoomed_in_img video {
  -webkit-transform: scale(1.6) translate(30px);
  -ms-transform: scale(1.6) translate(30px);
  transform: scale(1.6) translate(30px);
  opacity: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.zoomed_in_img.zoom_complete img {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  opacity: 1;
}

.zoomed_in_img.zoom_complete video {
  -webkit-transform: scale(1) translate(0px);
  -ms-transform: scale(1) translate(0px);
  transform: scale(1) translate(0px);
  opacity: 1;
}

[data-move="up"],
[data-move="down"],
[data-move="left"],
[data-move="right"],
[data-move="fade"],
[data-title] {
  opacity: 0;
}

[data-single-cursor] {
  cursor: none;
}

.single-cursor {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /* transition: transform 0.25s ease, opacity 0.25s ease; */
}

.single-cursor.active {
  opacity: 1;
  transform: scale(1);
}

.single-cursor > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s ease;
  pointer-events: all;
  cursor: none;
}

.single-cursor.active > * {
  transform: translate(-50%, -50%) scale(1);
}

.scrll-dwn {
  position: absolute;
  width: 236px;
  /* height: 132px; */
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.29);
  backdrop-filter: blur(5px);
  border-radius: 20px 0px 0px 0px;
  padding: 38px 47px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: var(--white-color);
}

.scrll-dwn i {
  margin-right: 18px;
  width: 13px;
  flex: 0 0 auto;
  animation: bounce 1.5s infinite;
}

.scrll-dwn i img {
  width: 100%;
}

.scrll-dwn:hover {
  background-color: var(--orange-color);
  color: var(--white-color);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(10px);
  }

  60% {
    transform: translateY(5px);
  }
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 4px;
  display: block;
}

input.error-border,
textarea.error-border {
  border: 1px solid red;
}

input[disabled] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1584px;
    /* padding: 0 12px; */
  }
}

@media (max-width: 1599px) {
  body {
    font-size: 16px;
  }

  .project-rgt-top,
  .project-rgt-bttm {
    padding-left: 44px;
  }

  .project-row:nth-child(even) .project-rgt-top,
  .project-row:nth-child(even) .project-rgt-bttm {
    padding: 0 50px 0 0;
  }

  .project-bdr-outer {
    margin: 15px 0 17px;
  }

  .main-head {
    top: 30px;
  }

  /* sg code  */
  .why-us-play {
    width: 100px;
    height: 100px;
  }

  .our-leading-item figure img {
    max-width: 210px;
  }

  body {
    font-size: 16px;
  }

  /* sg code  */
}

@media (max-width: 1280px) {
  /* sg code  */

  .why-us-sec {
    min-height: 655px;
  }

  .footer-tp-lft {
    padding: 0 20px 0 10px;
  }

  .our-leading-item figure img {
    max-width: 180px;
  }

  /* sg code  */
}

@media (max-width: 1399px) {
  h1,
  .page-title {
    font-size: 50px;
  }

  h2,
  .section-title {
    font-size: 40px;
  }

  h3,
  .heading-3 {
    font-size: 28px;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .navbar-brand {
    width: 250px;
  }

  .navbar {
    padding: 17px 20px 14px 28px;
  }

  .navbar-nav > li {
    margin: 0 20px;
  }

  .banner-sec {
    min-height: 850px;
    padding: 180px 0 97px;
  }

  .banner-txt-wpr .cmn-subtitle {
    letter-spacing: 0.1em;
  }

  .abt-rgt-upper h2 {
    font-size: 40px;
  }

  .abt-rgt-txt-inr {
    padding-left: 12px;
  }

  .service-sec .sec-head {
    max-width: 900px;
  }

  .abt-rgt-txt-inr {
    padding-left: 0;
  }

  .project-row {
    align-items: flex-start;
  }

  .project-row:not(:last-child) {
    margin-bottom: 55px;
  }
}

@media (max-width: 1199px) {
  .cmn-gap {
    padding: 70px 0;
  }

  h1,
  .page-title {
    font-size: 40px;
  }

  .abt-rgt-upper h2 {
    font-size: 34px;
  }

  .navbar-brand {
    width: 200px;
  }

  .navbar-nav > li {
    margin: 0 15px;
  }

  .header-btn-wrap {
    margin-left: 40px;
  }

  .banner-sec {
    min-height: 800px;
  }

  .abt-lft-clm {
    width: 24.7%;
  }

  .abt-rgt-clm {
    width: 75.3%;
  }

  .service-sec .sec-head {
    max-width: 650px;
  }

  .service-sldr-card-upper {
    margin-bottom: 36px;
  }

  .service-sldr-card-lower i {
    max-width: 67px;
    margin-bottom: 25px;
  }

  .project-rgt-top h3 br {
    display: none;
  }

  .project-lft-clm,
  .project-rgt-clm {
    width: 50%;
  }

  .more-lft-wpr {
    padding-right: 0;
  }

  /* sg code  */

  .both-line-header h2 {
    font-size: 20px;
  }

  .ftr-brand {
    width: 318px;
    display: block;
  }

  .pop-up-txt-wpr {
    max-width: 900px;
  }

  .pop-up-txt-wpr h2 {
    font-size: 50px;
  }

  .why-us-sec {
    min-height: 535px;
  }

  /* sg code  */

  .single-cursor {
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .single-cursor > * {
    transform: translate(-50%, -50%) scale(1);
  }

  .project-btn {
    width: 110px;
    height: 110px;
  }

  .project-row {
    align-items: inherit;
  }

  .project-lft-clm figure {
    height: 100%;
  }

  .project-lft-clm figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .scrll-dwn {
    width: 200px;
    padding: 15px 30px;
  }
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 15px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--white-color);
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/
  /* push nav */
  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    z-index: -99;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  /* push nav end */
  body {
    font-size: 16px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .navbar {
    padding: 14px 20px 11px 20px;
  }

  .banner-sec {
    min-height: 660px;
  }

  .bnr-img-wpr:after {
    background: linear-gradient(
      270deg,
      rgb(18 18 18 / 34%) 40.17%,
      rgba(18, 18, 18, 0.513315) 49.25%,
      rgba(18, 18, 18, 0.8) 58.92%,
      rgba(18, 18, 18, 0.911045) 79.25%,
      #121212 100%
    );
  }

  .abt-lft-clm,
  .abt-rgt-img-wpr,
  .abt-rgt-clm,
  .abt-rgt-txt-wpr {
    width: 100%;
  }

  .service-sec .sec-head {
    max-width: 100%;
  }

  .service-sldr-btn {
    margin: 0 10px 0 0;
  }

  .service-sldr-card-lower h3 {
    font-size: 20px;
  }

  .service-sldr-card-lower i {
    max-width: 54px;
    margin-bottom: 20px;
  }

  .project-lft-clm,
  .project-rgt-clm {
    width: 100%;
  }

  .project-rgt-top,
  .project-rgt-bttm {
    padding-left: 0;
  }

  .abt-rgt-txt-inr,
  .project-rgt-txt {
    padding-top: 30px;
  }

  .project-btn {
    width: 127px;
    height: 127px;
  }

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover,
  .navbar-nav > li.menu-item-has-children:hover > a,
  .navbar-nav > li > a {
    color: var(--black-grey);
  }

  .header-btn-wrap {
    margin-left: auto;
  }

  .stick.open:before,
  .stick.open:after {
    background: var(--black-grey);
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after,
  .navbar-nav > li > a:after {
    width: 25px;
    background-color: var(--black-grey);
    left: 21px;
    transform: inherit;
  }

  .navbar-nav > li > a {
    padding: 13px 20px;
  }

  .project-row:nth-child(even) .project-rgt-top,
  .project-row:nth-child(even) .project-rgt-bttm {
    padding: 0;
  }

  .more-row {
    flex-direction: column-reverse;
  }

  .more-lft-clm,
  .more-rgt-clm {
    width: 100%;
  }

  .more-lft-wpr {
    padding-top: 30px;
  }

  /* sg code  */

  .why-us-play {
    width: 70px;
    height: 70px;
  }

  .why-us-play img {
    max-width: 18px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 60px;
  }

  .ftr-brand {
    width: 250px;
  }

  .pop-up-body-content-wpr {
    max-height: 390px;
  }

  .pop-up-txt-wpr {
    padding: 40px 25px 40px;
    max-width: 660px;
  }

  .pop-up-txt-wpr h2 {
    font-size: 40px;
  }

  .why-us-sec {
    min-height: 405px;
  }

  /* sg code  */
  .scrll-dwn {
    font-size: 16px;
    align-items: center;
    width: 180px;
  }

  .scrll-dwn i {
    margin-right: 15px;
    width: 10px;
  }
  
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  h1,
  .page-title {
    font-size: 34px;
  }

  h2,
  .section-title {
    font-size: 30px;
  }

  h3,
  .heading-3 {
    font-size: 26px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .banner-txt-wpr .cmn-subtitle {
    display: inline-block;
  }

  .banner-sec {
    min-height: 650px;
    padding: 140px 0 57px;
  }

  .header-btn-wrap .cmn-btn {
    padding: 13.5px 40px;
  }

  .abt-rgt-upper h2 {
    font-size: 30px;
  }

  .project-btn {
    width: 117px;
    height: 107px;
  }

  /* sg code  */
  .our-leading-item figure img {
    max-width: 140px;
  }

  .our-leading-item {
    padding: 0 30px;
  }

  textarea {
    height: 200px;
    padding: 20px 25px;
  }

  .footer-btm {
    padding: 30px 0;
  }

  .footer-tp-lft {
    padding: 0 20px 0 0px;
  }

  .ftr-brand {
    width: 180px;
  }

  .row.form-row {
    --bs-gutter-x: 0;
  }

  .pop-up-close {
    width: 38px;
    height: 38px;
    top: -10px;
    right: -10px;
  }

  .pop-up-close img {
    max-width: 12px;
  }

  .pop-up-txt-wpr h2 {
    font-size: 30px;
  }

  .why-us-sec {
    min-height: 315px;
  }

  /* sg code  */

  .scrll-dwn {
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 70px;
    padding: 0;
    justify-content: center;
    border-radius: 10px;
    bottom: 25px;
    right: 20px;
    animation: bounce 1.5s infinite;
  }

  .scrll-dwn i {
    margin-right: 0;
    animation: none;
  }
}

@media (max-width: 575px) {
  /* sg code  */
  .why-us-sec {
    min-height: 305px;
  }

  input[type="submit"] {
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-tp-lft {
    padding: 0;
    margin-bottom: 20px;
  }

  .why-us-sec {
    min-height: 255px;
  }

  /* sg code  */

  .scrll-dwn {
    width: 45px;
    height: 60px;
    bottom: -25px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  h1,
  .page-title {
    font-size: 28px;
  }

  .abt-rgt-upper h2,
  h2,
  .section-title {
    font-size: 26px;
  }

  h3,
  .heading-3 {
    font-size: 24px;
  }

  .navbar {
    padding: 15px;
  }

  .navbar-brand {
    width: 180px;
  }

  .header-btn-wrap {
    display: none;
  }

  .cmn-subtitle {
    font-size: 14px;
    line-height: 1.2;
  }

  .banner-txt-wpr p {
    margin-bottom: 25px;
    line-height: 1.3;
  }

  .banner-sec {
    min-height: 600px;
    padding: 120px 0 37px;
    align-items: center;
  }

  .service-sldr-card .service-sldr-inr {
    padding: 23px 13px 15px 15px;
  }

  .service-sldr-card-upper {
    margin-bottom: 20px;
  }

  .service-sldr-card-lower i {
    max-width: 44px;
    margin-bottom: 10px;
  }

  .project-btn {
    width: 100px;
    height: 100px;
  }

  .navbar-nav li:last-child {
    display: block;
  }

  /* sg code  */

  .why-us-main-text h2 {
    margin-bottom: 20px;
  }

  .why-us-play {
    width: 50px;
    height: 50px;
  }

  .why-us-play img {
    max-width: 13px;
  }

  .both-line-header h2 {
    font-size: 15px;
  }

  .sub-head-line {
    width: 60px;
  }

  .partner-sec {
    padding: 50px 0 0;
  }

  .our-leading-item figure img {
    max-width: 100px;
  }

  .our-leading-item {
    padding: 0 20px;
  }

  .partner-splide-wpr {
    padding: 25px 0 50px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 50px;
    padding: 0 15px;
  }

  .row.form-row {
    --bs-gutter-y: 20px;
  }

  textarea {
    height: 150px;
    padding: 15px 15px;
  }

  .footer-sec {
    padding-top: 50px;
  }

  .pop-up-txt-wpr {
    padding: 30px 20px 30px;
  }

  .pop-up-txt-wpr h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .why-us-sec {
    min-height: 175px;
  }

  /* sg code  */

  .scrll-dwn i {
    width: 8px;
  }

  .scrll-dwn {
    width: 35px;
    height: 48px;
    bottom: -15px;
    right: 15px;
  }


}
