@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Scada:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Zolina";
  src: url("/assets/font/ZolinaVariableGX.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
header {
  overflow-x: hidden;
}

header nav .wht-box {
  background-color: white;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  width: 370px;
  position: relative;
  left: -31%;
}

header nav .wht-box:before {
  position: absolute;
  background-color: white;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: -8px;
  left: 130px;
}

header nav .wht-box li {
  margin-bottom: 5px;
  width: 100%;
  border-radius: 10px;
  margin-right: 0px;
}

header nav .wht-box li:nth-last-child(1) {
  margin-bottom: 0px;
}

header nav .wht-box li:nth-last-child(1) {
  margin-bottom: 0px;
}

header nav .wht-box li:hover {
  background-color: #ebf8f6;
}

header nav .wht-box li a {
  color: black;
  transition: 0.4s ease;
  display: flex;
  gap: 15px;
  padding: 10px;
}

header nav .wht-box li a .icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ebf8f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav .wht-box li a:hover svg rect {
  fill: #008677;
}

header nav .wht-box li a:hover svg g path {
  fill: white;
}

header nav .wht-box li a:hover p:nth-child(1) {
  color: #008677;
}

header nav .wht-box li a:hover .icon {
  background-color: #008677;
}

header nav .wht-box li a:hover .icon img {
  filter: brightness(0) invert(1);
}

header nav .wht-box li a p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #7b7b7b;
}

header nav .callus {
  margin-top: 15px;
}

header h5 {
  font-size: 16px;
  line-height: 24px;
  color: white;
}

header a {
  color: white;
  text-decoration: none;
}

header .g-1 {
  gap: 30px;
  align-items: flex-end;
}

header .second-dropdown .wht-box:before {
  left: 175px;
}

header li:nth-child(3) .wht-box:before {
  left: 47%;
}

header ul li a:hover {
  color: #d6af42 !important;
}

.home-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow-x: hidden;
}

.home-header nav {
  position: relative;
}

.home-header nav ul li {
  list-style-type: none;
  margin-right: 35px;
}

.home-header nav ul li:nth-last-child(1) {
  padding-right: 0;
}

.home-header nav ul li a {
  text-decoration: none;
  color: white;
}

.home-header nav ul li a .btn-light {
  background-color: white;
  color: black;
  border: 1px solid white;
}

.home-header nav ul li a .btn-light:hover {
  border: 1px solid white;
  color: black;
  background-color: white;
}

.home-header nav ul li a .btn-light:hover img {
  filter: brightness(0);
}

.home-header nav ul li a .btn-light:active {
  border: 1px solid white !important;
  background-color: white !important;
  color: black !important;
}

.hero-main {
  height: 100%;
  min-height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
}

.hero-main .content-main {
  /* padding: 600px 0px 130px; */
  position: absolute;
  width: 100%;
  top: 55% !important;
}

.hero-main .scroll-sec {
  margin-top: 100px;
}

.hero-main .scroll-sec a {
  color: white;
  text-decoration: none;
}

.hero-main .scroll-sec p {
  transform: rotate(-90deg) translate(60px, -34px);
}

.hero-main .scroll-sec .vr-line {
  margin: 15px 0px 20px 12px;
}

.hero-main .scroll-sec .scroll-down {
  position: relative;
}

.hero-main .scroll-sec .scroll-down .dot {
  position: absolute;
  display: inline-block;
  top: 40%;
  right: 84px;
  width: 2px;
  height: 7px;
  background: white;
  animation: ani-mouse ease 2s infinite;
  transform: rotate(0);
}

@keyframes ani-mouse {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
}
.hero-main .additional-para {
  display: none;
}

.hero-main .followus {
  position: absolute;
  bottom: 80px;
  right: 70px;
}

.hero-main .followus a {
  color: white;
  text-decoration: none;
}

.hero-main .followus p {
  writing-mode: sideways-lr;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: lighter;
  width: -moz-max-content;
  width: max-content;
}

.hero-main .followus .follow-links {
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: lighter;
  width: -moz-max-content;
  width: max-content;
  writing-mode: tb;
}

.hero-main .followus .follow-links img {
  width: 70%;
}

.hero-main .gp-12 img {
  filter: brightness(0) invert(1);
}

.hero-main .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: -webkit-fill-available;
}

.hero-main .banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.years-exper {
  padding: 150px 0px 50px 0px;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

.years-exper a {
  color: black;
  text-decoration: none;
}

.years-exper span {
  font-size: 115px;
  line-height: 93px;
  font-weight: 600;
  color: #374550;
}

.years-exper .g-2 {
  align-items: center;
  gap: 20px;
}

.fs-115px {
  font-size: 115px;
}

.years-exper svg {
  background-color: green;
  padding: 20px;
  border-radius: 50%;
}

.years-exper ul li {
  list-style: none;
}

.years-exper .craft-h2 {
  font-size: 45px;
  line-height: 62px;
}

.years-exper .craft-p1 {
  font-size: 16px;
  line-height: 27px;
}

.years-exper .g-3 {
  gap: 15px;
}

.services {
  padding: 150px 0px;
  overflow-x: hidden;
}

.services h2 {
  font-size: 50px;
  line-height: 69px;
}

.services .topline {
  border-top: 2px solid rgba(167, 167, 167, 0.4392156863);
  padding: 13px 0px;
}

.right-side {
  display: flex;
  align-items: center;
}

.services .topline .linear-text {
  display: none !important;
}

.services .service-imgas {
  flex-wrap: wrap;
}

.services .right-side {
  width: 45%;
  margin-left: 62px;
}

.services .main-img {
  width: 650px;
  height: 708px;
  cursor: pointer;
}

.services .gap-1 {
  -moz-column-gap: 60px !important;
  column-gap: 60px !important;
}

.services .topline:hover .linear-text {
  display: block !important;
}

.our-project {
  padding: 150px 0px 120px;
  background-color: #374550;
  color: white;
  border-radius: 80px 80px 0px 0px;
}

.our-project .line {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 30px;
}

.our-project a {
  color: white;
  text-decoration: none;
}

.our-project .g-3 {
  gap: 15px;
}

.our-project .verticalline {
  border-right: 1px solid white;
}

.our-project .projects {
  position: relative;
  z-index: 99;
}

.our-project .btn {
  padding: 10px 15px;
  border-radius: 8px;
}

.our-project .point1 {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 8px;
}

.our-project .point1 a {
  color: white;
  text-decoration: none;
}

.our-project .hr-line::after {
  content: "";
  border-right: 0.6mm solid rgba(255, 255, 255, 0.18);
  position: absolute;
  right: -12px;
  top: -30px;
  z-index: 99;
  width: 30px;
  min-height: 124%;
}

.our-project .arrow-animate .circle {
  visibility: hidden;
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50px;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(0.4mm);
          backdrop-filter: blur(0.4mm);
}

.our-project .arrow-animate:hover .circle {
  visibility: visible;
}

.our-project .point2 {
  position: relative;
  z-index: 99;
  top: -380px;
  left: 20px;
}

.arrow-animate .font-30 {
  font-size: 25px;
  line-height: 35px;
}

.anima-card-h5 {
  margin: 15px 0px 8px 0px !important;
}

.our-project .point2 a {
  color: white;
  text-decoration: none;
}

.our-project .point3 {
  position: relative;
  z-index: 99;
  top: -380px;
  left: 20px;
}

.our-project .point3 a {
  color: white;
  text-decoration: none;
}

.our-project .btn-secondary {
  background-color: #374550;
  border: none;
}

.our-project .main-img {
  width: 100%;
}

.testimonial {
  padding: 120px 0px 0px 0px;
  overflow-x: hidden;
}

.testimonial .card {
  border: none;
}

.testimonial .card {
  padding: 0px 10px;
}

.testimonial .card-child {
  padding: 35px;
  border-radius: 15px;
  background-color: #f3f3f3;
  border: none;
  color: black;
  cursor: pointer;
  height: 100%;
}

.testimonial .card-child:hover {
  background-color: #374550;
  color: white;
  transition: 0.7s;
}

.testimonial .card-child p {
  font-size: 18px;
  line-height: 28px;
}

.testimonial svg {
  margin-bottom: 30px;
}

.testimonial .g3 {
  gap: 10px;
}

.testimonial .slick-slide {
  width: 385px !important;
}

.testimonial .slick-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testimonial .slick-dots li button:before {
  font-family: "slick";
  font-size: 14px;
  /* line-height: 28px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.testimonial .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  background: white;
  border-radius: 50%;
  border: 1px solid #404040;
}

.talkyou {
  padding: 100px 0px;
  overflow-x: hidden;
}

.talkyou .font-20 {
  font-size: 20px;
  line-height: 30px;
}

.talkyou h5 {
  font-size: 30px;
  line-height: 52px;
  font-family: "Zolina-6";
}

.talkyou .ceotalk {
  display: none;
}

.talkyou .talkceo {
  display: block;
}

.talkyou .ceo-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact {
  padding: 90px 0px 120px;
  background-image: url("../../assets/images/home/contact-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  width: 95%;
  background-position: center;
  overflow-x: hidden;
  margin-left: 35px;
  border-radius: 30px 30px 0px 0px;
}

.contact a {
  text-decoration: none;
  color: white;
}

.contact .font-120 {
  font-size: 120px;
  line-height: 100px;
}

.contact .g-3 {
  gap: 15px;
}

.pos-sticky {
  position: sticky;
  top: 30px;
  z-index: -1;
}

footer {
  background-color: #374550;
  padding: 100px 0px 0px;
  color: white;
  overflow-x: hidden;
}

footer .g-3 {
  gap: 15px;
}

footer ul li {
  list-style: none;
  margin-bottom: 6px;
}

footer ul li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

footer option {
  color: black;
}

footer .font-30 {
  font-family: "Scandia";
}

footer label {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

footer .form-select:focus {
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

footer .form-control {
  background: none !important;
  border: none;
  color: white !important;
  border-bottom: 1px solid grey;
  border-radius: 0px;
}

footer a {
  color: white;
  text-decoration: none;
}

.sign {
  margin-top: 6px;
}

footer input[type=checkbox] {
  width: 35px;
  height: 20px;
  accent-color: #dfdfdf;
}

.cromwell-logo img {
  width: 100px;
}

footer input[type=checkbox] {
  width: 35px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Default checkbox hide */
  background: #374550; /* Default background */
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}

/* Checked State */
footer input[type=checkbox]:checked {
  background: #ffffff !important; /* Red background when checked */
  border-color: #ffffff;
}

/* Tick Mark */
footer input[type=checkbox]:checked::after {
  content: "✔"; /* Tick Symbol */
  font-size: 18px;
  color: #374550; /* Tick color */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

footer input[type=checkbox]:hover {
  accent-color: #d6d6d6;
}

footer .g2 {
  gap: 20px;
}

footer .cpy-rht {
  border-top: 1px solid grey;
  padding: 26px 0px 26px 0px;
}

footer .cpy-rht .viyani {
  margin-top: -10px;
}

.bg-white {
  padding: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-green {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.g-3 {
  gap: 10px;
}

input[name=name]::-moz-placeholder {
  color: #9aacbb !important;
}

input[name=name]::placeholder {
  color: #9aacbb !important;
}

body {
  font-family: "Scandia";
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
*,
p,
ul,
li,
ol {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
}

a {
  font-size: 16px;
  line-height: 24px;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

body {
  font-style: normal;
  overflow-x: hidden;
  cursor: pointer;
}

h1 {
  font-size: 58px;
  line-height: 75px;
  font-family: "Zolina-6";
}

p {
  font-size: 18px;
  line-height: 24px;
}

h2 {
  font-size: 50px;
  line-height: 69px;
  font-family: "Zolina-6";
}

h3 {
  font-size: 34px;
  line-height: 70px;
  font-family: "Zolina-6";
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

.font-20 {
  font-size: 20px !important;
  line-height: 28px !important;
}

.font-16 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.font-70 {
  font-size: 95px;
  line-height: 100px;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.font-17 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.font-120 {
  font-size: 120px;
  line-height: 85px;
  font-family: "AdornStoryScript" !important;
}

.font-30 {
  font-size: 30px;
  line-height: 46px;
  font-family: "Zolina-6";
}

.space--10 {
  margin-bottom: 10px;
}

.space--15 {
  margin-bottom: 15px;
}

.skilled-per {
  font-size: 18px;
}

.space--7 {
  margin-bottom: 7px;
}

.space--17 {
  margin-bottom: 17px;
}

.space--12 {
  margin-bottom: 12px;
}

.space--20 {
  margin-bottom: 20px;
}

.space--27 {
  margin-bottom: 27px;
}

.space--140,
.space--240 {
  margin-bottom: 140px;
}

.space--30 {
  margin-bottom: 30px;
}

.space--40 {
  margin-bottom: 40px;
}

.space--50 {
  margin-bottom: 50px;
}

.space--60 {
  margin-bottom: 60px;
}

.space--80 {
  margin-bottom: 80px;
}

.space--100 {
  margin-bottom: 100px;
}

.space--120 {
  margin-bottom: 120px;
}

.space--70 {
  margin-bottom: 70px;
}

.space--35 {
  margin-bottom: 35px;
}

.btn-arw {
  position: relative;
  z-index: 9;
  background: #374550;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 25px;
}

.btn-arw:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 18%;
  top: 12%;
  transform: translate(10px, 10px);
  height: 25px;
  width: 25px;
  background-image: url("../images/home/down-right-arrow.svg"), url("../images/home/down-right-arrow.svg");
  background-position: 0 0px, -15px -15px;
  background-repeat: no-repeat;
  background-size: auto;
  vertical-align: middle;
  display: none;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  animation-name: buttonArrow;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}

.hr-line.arrow-animate, .arrow-animate.arrow-animate {
  padding: 0px 20px;
}

.btn-arw:hover::after {
  display: block;
}

.btn-arw:hover img {
  visibility: hidden;
}

.btn-arw:hover svg {
  visibility: hidden;
}

.hover-arw-non:hover img {
  visibility: hidden;
}

.hover-arw-non:hover svg {
  visibility: hidden;
}

@keyframes buttonArrow {
  0% {
    background-position: 0 0px, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}
.btn-arrow {
  background: #ffffff;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 25px;
}

.btn-arrow:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 12%;
  transform: translate(10px, 10px);
  height: 25px;
  width: 25px;
  background-image: url("../images/home/arrow-down-right.svg"), url("../images/home/arrow-down-right.svg");
  background-position: 0 0px, -15px -15px;
  background-repeat: no-repeat;
  background-size: auto;
  vertical-align: middle;
  display: none;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  animation-name: buttonArrow1;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}

.btn-arrow:hover::after {
  display: block;
}

.btn-arrow:hover img {
  visibility: hidden;
}

.btn-arrow:hover svg {
  visibility: hidden;
}

@keyframes buttonArrow1 {
  0% {
    background-position: 0 0px, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}
.hamburger {
  cursor: pointer;
}

.hamburger .bar {
  display: block;
  width: 33px;
  height: 2px;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}

.hamburger .bar:nth-child(2) {
  width: 24px;
  margin-right: inherit;
}

@media screen and (max-width: 767.98px) {
  .hamburger {
    display: block;
    margin-top: 20px;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .talkyou .ceo-img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 100%;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 100%;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0;
    flex-direction: column;
    background-color: rgba(247, 247, 247, 0.2117647059);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: 0;
    overflow-y: scroll;
    padding: 121px 30px 30px;
    align-items: start !important;
  }
  .nav-menu .active-tab img {
    transform: rotate(0deg);
  }
  .nav-menu img {
    display: block;
  }
  .nav-menu.active {
    left: 0;
  }
  .callus {
    display: none !important;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .font-120 {
    font-size: 80px;
    line-height: 70px;
  }
  h2 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  .hero-main {
    background-image: url("../../assets/images/home/res-home-banner.png");
    background-size: cover !important;
  }
  .hero-main .followus {
    display: none;
  }
  .hero-main h1 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  .left-side {
    width: 100%;
  }
  .hero-main .scroll-sec {
    display: none;
  }
  .hero-main p {
    display: none;
  }
  .hero-main .additional-para {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .hr-line.arrow-animate, .arrow-animate.arrow-animate {
    padding: 0px 0px;
  }
  .floating .font-16 {
    font-size: 20px !important;
  }
  .hero-main .content-main {
    /* padding: 500px 0px 60px; */
    position: absolute;
    width: 100%;
    top: 65% !important;
  }
  .years-exper {
    padding: 60px 0px !important;
  }
  .years-exper .craft-h2 {
    font-size: 25px !important;
    line-height: 36px !important;
    color: black;
  }
  .years-exper .craft-p1 {
    font-size: 15px !important;
    line-height: 22px !important;
    color: black;
  }
  .years-exper .space--40 {
    margin-bottom: 20px;
  }
  .years-exper .btn-arw {
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 15px;
  }
  .bg-green {
    width: 10px;
  }
  .services .services-container {
    padding: 0;
  }
  .years-exper .craft-h2 br {
    display: none;
  }
  .years-exper .craft-p1 br {
    display: none;
  }
  .services {
    padding: 0px 0px 50px 0px;
  }
  .services h2 br {
    display: none;
  }
  .services h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services .right-side {
    width: 100%;
    padding: 20px;
    margin: 8px;
  }
  .services .main-img {
    width: 100%;
    height: 270px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .our-project {
    padding: 30px 0px;
    border-radius: 30px 30px 0px 0px;
  }
  .our-project-container {
    padding: 30px !important;
  }
  .our-project .space--80 {
    margin-bottom: 15px !important;
  }
  .our-project .font-20 {
    margin-bottom: 30px;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .testimonial svg {
    width: 50px;
    margin-bottom: 10px;
  }
  .testimonial .card-child {
    padding: 35px;
    border-radius: 15px;
    background-color: #f3f3f3;
    border: none;
    color: black;
    cursor: pointer;
    height: 100%;
  }
  footer .g2 {
    display: block !important;
    padding: 0px !important;
    text-align: center;
    margin: 0px !important;
  }
  footer .g2 li:nth-child(2) {
    display: none !important;
  }
  .testimonial .card-child p {
    font-size: 14px;
    line-height: 25px;
  }
  .our-project .line {
    border: none;
    display: none;
  }
  .testimonial {
    padding: 40px 0px;
  }
  .testimonial .space--60 {
    margin-bottom: 0;
  }
  .testimonial p {
    margin-bottom: 30px;
  }
  .testimonial p br {
    display: none;
  }
  .testimonial .slick-slide {
    margin: auto 5px;
    width: 365px !important;
  }
  .testimonial .font-14 {
    margin-bottom: 0;
  }
  .talkyou {
    padding: 10px 0px;
  }
  .talkyou .ceotalk {
    display: block;
  }
  .ceotalk .font-120 {
    padding: 0px 20px;
  }
  .ceotalk .space--10 {
    padding: 0px 20px;
  }
  .hero-main .scroll-sec {
    margin-top: 50px !important;
  }
  .talkyou .talkceo {
    display: none;
  }
  .talkyou img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .skiled-dd {
    line-height: 23px !important;
    font-size: 15px !important;
    padding: 12px;
    margin-bottom: 5px;
  }
  .btn-arw {
    position: relative;
    z-index: 9;
    background: #374550;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 15px;
  }
  .talkyou h5 {
    font-size: 18px;
    line-height: 40px;
    padding: 0px 12px;
  }
  .talkyou .yaaan {
    font-size: 16px !important;
    padding: 0px 12px;
  }
  .skilled-per {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
  }
  .testimonial .card-child {
    padding: 30px 20px;
  }
  .testimonial .font-18.fw-600 {
    font-size: 14px;
  }
  .talkyou .font-20 {
    font-size: 14px;
    line-height: 22px;
  }
  .talkyou .font-20 br {
    display: none;
  }
  .floating .font-30.space--40 {
    font-size: 16px !important;
    line-height: 24px;
  }
  .container.floating {
    position: relative !important;
  }
  footer {
    padding: 40px 0px !important;
  }
  .contact {
    width: 100%;
    background-position: center;
    overflow-x: hidden;
    margin-left: 0px;
    background-size: cover;
    padding: 26px 26px 100px 26px;
    border-radius: 30px 30px 0px 0px;
  }
  .contact .font-120 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .footer-property {
    font-size: 24px !important;
    line-height: 38px !important;
    margin-top: 20px;
  }
  .btn-arrow {
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  .our-project .main-img {
    width: 100%;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .testimonial .card {
    padding: 0px 26px;
  }
  .our-project .arrow-animate .circle {
    width: 50px;
    height: 50px;
  }
  .our-project .hr-line::after {
    display: none;
  }
  .contact h2 br {
    display: none;
  }
  footer .text-logo {
    position: absolute !important;
    width: 100px !important;
    right: 30px !important;
    bottom: 50px !important;
  }
  footer a {
    font-size: 14px;
    line-height: 21px;
  }
  footer .row {
    flex-wrap: wrap;
  }
  footer .g-3 {
    margin-bottom: 50px;
  }
  footer .space--60 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  footer .space--30 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  footer .space--30 a {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  footer .cpy-col {
    flex-wrap: wrap;
  }
  footer .cpy-col .viyani {
    margin-top: -10px;
    width: 46px;
    height: 18px;
  }
}
.footer-property {
  font-size: 40px;
  line-height: 69px;
}

/* New Css */
@media (max-width: 767.98px) {
  .years-exper span {
    font-size: 60px;
  }
  .years-exper .years-experience-text {
    font-size: 14px;
    width: -moz-min-content;
    width: min-content;
    line-height: 16px;
  }
  .owl-dots {
    display: block !important;
  }
}
footer .form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

/* End Css */
.owl-dots {
  display: none;
}

.owl-carousel .owl-item img {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/*Owl Dots Center */
.owl-dots {
  text-align: center !important;
  margin-top: 15px !important;
}

/* Owl Dot Style */
.owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 5px !important;
  border: 2px solid #374550 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  background-color: white;
  transition: all 0.3s ease-in-out !important;
}

/* Active Dot Style */
.owl-dot.active {
  background-color: #ffffff !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  position: relative;
}

.owl-dot.active span {
  background: #374550;
  display: block;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4235294118);
  /* Black with transparency */
}

@media (max-width: 991.98px) {
  .years-exper {
    padding: 60px 0px !important;
  }
  footer .text-logo {
    position: absolute;
    width: 100px;
    right: 30px;
    bottom: 50px;
  }
  .innovation {
    font-size: 25px;
    line-height: 30px;
  }
  .years-exper .craft-h2 {
    font-size: 35px !important;
    line-height: 55px !important;
  }
  .services {
    padding: 50px 0px;
  }
  .services .right-side {
    width: 100%;
    margin-left: 0px;
  }
  .right-side-content .font-120 {
    margin-bottom: 20px;
  }
  .our-project .g-3 {
    margin-bottom: 30px;
  }
  .hr-line.arrow-animate, .arrow-animate.arrow-animate {
    padding: 0px;
  }
  .our-project-container .space--80 {
    margin-bottom: 30px;
  }
  .our-project-container .space--30 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 40px;
  }
  .anima-card-h5 {
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }
  .nati {
    font-size: 25px !important;
    line-height: 38px;
    margin-bottom: 80px !important;
  }
  .arrow-animate .font-30 {
    font-size: 30px !important;
    line-height: 45px !important;
    margin-bottom: 30px !important;
  }
  .left-side,
  .services .main-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-project .hr-line::after {
    display: none;
  }
  .years-exper .years-experience-text {
    font-size: 14px;
    width: -moz-min-content;
    width: min-content;
    line-height: 16px;
  }
  .hero-main .scroll-sec {
    margin-top: 50px;
  }
  .hero-main .followus {
    position: absolute;
    bottom: 22px;
    right: 22px;
  }
  .pos-sticky .text-left {
    padding: 0px 30px;
  }
  .container.floating {
    position: relative !important;
  }
  .hero-main .followus p {
    font-size: 13px;
  }
  .px-26px {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important;
  }
}
.wallSlide {
  width: 100%;
  border-radius: 20px;
}

.office-cabin {
  padding: 120px 0px;
}
.office-cabin .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.office-cabin .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.office-cabin .carousel-item {
  transition: transform 0.3s ease-in-out infinite;
}/*# sourceMappingURL=style.css.map */