﻿@import url("../../css2");
.section_one {
  font-size: 25px;
}

.section_two {
  font-size: 25px;
}

.section_three {
  font-size: 25px;
}

.section_four {
  font-size: 25px;
}

/*
---------------------
 BACKGROUND-COLOR VARIABLES
---------------------
*/
/*
---------------------
 TEXT-COLOR VARIABLES
---------------------
*/
.dark-two {
  background: rgb(3, 23, 46);
}

.dark-three {
  background: rgb(3, 44, 91) !important;
}

/*
---------------------
 BACKGROUND-COLOR VARIABLES
---------------------
*/
body {
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}

button {
  border: 0;
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}
@media (max-width: 1200px) {
  ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.custom-container {
  padding: 0 213px;
}
@media (max-width: 1500px) {
  .custom-container {
    padding: 0;
  }
}

.contolll__about-thumb {
  position: relative;
}

.newWpVideo {
  margin-bottom: 70px;
  margin-left: 30px;
}

.video-main {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: rgb(3, 44, 91);
  display: inline-block;
  background: #fff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 168px;
  height: 158px;
  background: rgb(255, 255, 255);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -61px;
  bottom: -53px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.section-title-wrapper {
  text-align: center;
}

.section-subtitle {
  font-size: 22px;
  color: #ff5e14;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 5px;
}

.section-title {
  font-size: 40px;
  color: #18181c;
}

.container-1 {
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  text-align: right;
  padding-right: 0px;
  width: 51px;
  height: 43px;
  background: rgb(243, 38, 38);
  text-align: center;
  margin-top: -14px;
  border-radius: 5px;
}

.featurePadding {
  padding: 10px 0;
}

span.swiper-pagination-bullet {
  background: rgb(255, 94, 20);
  width: 17px;
  height: 17px;
}

/*
---------------------
  Homepage Header 01
---------------------
*/
.home5-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1410px;
  padding-bottom: 10px;
}

.header.header-two .header__bottom-nav li {
  margin-right: 15px;
}
.header.header-two .header__bottom-nav li a {
  font-size: 14px;
}

@media (max-width: 991px) {
  .contoll__bottom.header-two {
    display: none;
  }
}

.header {
  background-color: #fff;
}
@media (max-width: 576px) {
  .header {
    display: none;
  }
}
.header .header-top {
  background-color: rgb(3, 44, 91);
}
.header.header-two {
  background: #fff;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .header.header-two {
    display: none;
  }
}
.header.header-two .header__left1 p {
  color: #333333;
}
.header.header-two .header__right p {
  color: #333333;
}
.header.header-two .header__left p::before {
  position: absolute;
  content: "";
  clip-path: polygon(94% 51%, 0 0, 0 100%);
  width: 30px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -1px;
}
.header.header-two .header__left p::after {
  position: absolute;
  content: "";
  clip-path: polygon(12% 48%, 111% 0, 100% 100%);
  width: 30px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1410px;
}
.header__top .nice-select {
  background: transparent;
  color: #fff;
  border: 0;
}
.header__top .nice-select .option {
  color: #000;
}
.header__left.center p {
  width: 420px;
  max-width: 420px;
}
.header__left p {
  color: #fff;
  width: 390px;
  max-width: 390px;
  position: relative;
  background-color: rgb(255, 94, 20);
  margin: 0;
  padding: 24px 0;
  text-align: center;
}
.header__left p::before {
  position: absolute;
  content: "";
  clip-path: polygon(94% 51%, 0 0, 0 100%);
  width: 30px;
  height: 100%;
  background-color: rgb(3, 44, 91);
  top: 0;
  left: 0;
}
.header__left p::after {
  position: absolute;
  content: "";
  clip-path: polygon(12% 48%, 111% 0, 100% 100%);
  width: 30px;
  height: 100%;
  background-color: rgb(3, 44, 91);
  top: 0;
  right: 0;
}
.header__bottom {
  display: flex;
  align-items: center;
  padding: 0 60px;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .header__bottom {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  .header__bottom {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .header__bottom {
    padding: 0;
    display: none;
  }
}
.header__bottom-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom-logo {
  background-color: rgb(3, 44, 91);
  padding: 30px 35px;
}
.header__bottom-social {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .header__bottom-social {
    display: none;
  }
}
.header__bottom-menu {
  padding-left: 120px;
}
@media (max-width: 1750px) {
  .header__bottom-menu {
    padding-left: 80px;
  }
}
@media (max-width: 1700px) {
  .header__bottom-menu {
    padding-left: 20px;
  }
}
@media (max-width: 1500px) {
  .header__bottom-menu {
    padding-left: 20px;
  }
}
@media (max-width: 1100px) {
  .header__bottom-menu {
    padding-left: 0px;
  }
}
.header__bottom-nav li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.header__bottom-nav li:last-child {
  margin-right: 0;
  text-align: center;
}
.header__bottom-nav li:hover .header__bottom-dropdown {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.header__bottom-nav li a {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header__bottom-nav li a {
    font-size: 12px;
  }
}
.header__bottom-nav li a:hover {
  color: rgb(255, 94, 20);
}
.header__bottom-nav li a i {
  padding-left: 8px;
}
.header__bottom-nav li .aColor {
  color: #fff !important;
}
.header__bottom-nav li .aColor:hover {
  color: rgb(255, 94, 20) !important;
}
.header__bottom-dropdown {
  position: absolute;
  left: 0;
  top: 150%;
  width: 246px;
  background-color: #fff;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 768px) {
  .header__bottom-dropdown {
    position: static;
  }
}
.header__bottom-dropdown li {
  margin-bottom: 15px;
}
.header__bottom-dropdown li:last-child {
  margin-bottom: 0;
}
.header__bottom-dropdown li a {
  color: rgb(3, 44, 91);
  font-size: 16px;
}
.header__bottom-sicons {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.header__bottom-sicons li a {
  display: inline-block;
  width: 33px;
  height: 32px;
  line-height: 30px;
  opacity: 0.7;
  border-color: rgb(255, 94, 20);
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  text-align: center;
  color: rgb(255, 94, 20);
  transition: 0.4s;
}
.header__bottom-sicons li a:hover {
  background-color: rgb(255, 94, 20);
  color: #fff;
}
.header__left1 p {
  color: #fff;
  margin-bottom: 0;
}
.header__left1 p i {
  padding-right: 10px;
  color: rgb(255, 94, 20);
}
.header__right p {
  margin-bottom: 0;
  color: #fff;
}
.header__right p i {
  padding-right: 10px;
  color: rgb(255, 94, 20);
}

/*
---------------------
  Homepage Header 02
---------------------
*/
.contoll__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1370px;
  margin: auto;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: -108px;
  position: relative;
  z-index: 3;
}
.contoll__bottom-wrapper.about-wrapper {
  background: rgb(3, 44, 91);
  margin-bottom: 0;
  border-radius: 12px;
}
.contoll__bottom-wrapper.about-wrapper::before {
  background-image: unset;
}
.contoll__bottom-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/header/h-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center;
}
.contoll__bottom-right {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.contoll__bottom-searchIcon {
  color: rgb(255, 94, 20);
  padding-right: 10px;
}
.contoll__bottom-menu {
  display: flex;
  align-items: center;
}
.contoll__bottom .nice-select {
  border: 0;
  background: transparent;
}

/*
---------------------
  Homepage Header 03
---------------------
*/
@media (max-width: 1200px) {
  .contolll__header.header-three .header__bottom-nav li {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .contolll__header.header-three .header__bottom-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contolll__header.header-three .contoll__bottom-right {
    display: none;
  }
}

.contolll__header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 40px;
}
.contolll__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contolll__header-logo {
  position: relative;
}
.contolll__header-logo img {
  position: relative;
}
.contolll__header-logo::before {
  content: "";
  left: -62px;
  top: -180px;
  position: absolute;
  width: 311px;
  height: 311px;
  background: rgb(3, 44, 91);
  border: 4px solid rgb(255, 94, 20);
  border-radius: 50%;
}
.contolll__header-lang {
  padding-right: 20px;
}
.contolll__header-lang .nice-select.lan {
  background: transparent;
  border: 0;
}

/*
---------------------
  Homepage Header 04
---------------------
*/
.contollll__header {
  background-color: rgb(3, 44, 91);
  /* padding: 20px 0; */
  margin-top: -4px;
  padding-top: 13px;
}
.contollll__header-left {
  display: flex;
  gap: 50px;
}
.contollll__header-right {
  display: flex;
  gap: 30px;
}
.contollll__header-right .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.contollll__header-right .nice-select::after {
  border-bottom: 2px solid rgb(255, 94, 20);
  border-right: 2px solid rgb(255, 94, 20);
}
.contollll__header .contollll__header-social {
  padding-top: 0;
}
.contollll__header .contollll__header-social li {
  background-color: transparent;
  border: 2px solid rgb(255, 94, 20);
  transition: 1s;
  cursor: pointer;
}
.contollll__header .contollll__header-social li a {
  transition: 1s;
}
.contollll__header .contollll__header-social li:hover {
  background-color: rgb(255, 94, 20);
}
.contollll__header .contollll__header-social li:hover a {
  color: #fff;
}
.contollll__bottom-wrapper {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contollll__bottom-wrapper::before {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*
---------------------
  Mobile menu 
---------------------
*/
@media (min-width: 991px) {
  .responsive_mobile_menu {
    display: none;
  }
}
.responsive_mobile_menu {
  background-color: rgb(3, 44, 91);
}
@media (min-width: 1200px) {
  .responsive_mobile_menu {
    display: none;
  }
}

.mobile_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.mobile_info_open {
  max-width: 300px;
  background: rgb(3, 44, 91);
  padding: 23px;
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  left: -300px;
  z-index: 9999999;
  transition: 0.3s ease;
}

.mobile_info_open.show {
  left: 0;
}

.mobile_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.mobile_left .logo img {
  filter: brightness(100);
}

.mobile-menu li {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.mobile-menu li a {
  color: var(--black-2);
}

.mobile_right a {
  padding: 6px 12px;
  background: #ff5e14;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
}

.mobile_header .icon .close_info {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/*======== Sidebar Mobile Menu Menu Start =======*/
.dashboard_profile .sidebar-menu-list__link {
  color: #000;
}

.sidebar-menu-list__item.active .sidebar-menu-list__link {
  color: rgb(255, 94, 20);
}

.sidebar-menu {
  padding-bottom: 10px;
  padding-top: 20px;
  min-height: 100%;
  overflow-y: auto;
  z-index: 999;
  transition: 0.2s linear;
}

.sidebar-menu.show-sidebar {
  transform: translateX(0);
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    padding-top: 60px;
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar-menu__close {
    display: block;
  }
}
.sidebar-menu-list__item {
  border-bottom: 1px solid rgba(247, 247, 247, 0.18);
}

.sidebar-menu-list__item:last-child {
  border-bottom: 0;
}

.sidebar-menu-list__item:hover {
  background-color: hsl(var(--white)/0.1);
  color: #fff;
}

.sidebar-menu-list__item a:hover {
  color: #ff5e14;
}

.sidebar-menu-list__item.has-dropdown.active > a {
  color: rgb(255, 94, 20);
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
  transform: rotate(90deg);
  margin-left: 14px;
  color: rgb(255, 94, 20);
}

.sidebar-menu-list__item.has-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  position: absolute;
  top: 8px;
  transition: 0.1s linear;
  margin-left: 15px;
}

.sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 20px 8px 20px;
  width: 100%;
  color: #fff;
}

.sidebar-menu-list__link .icon {
  margin-right: 5px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
  display: none;
  position: relative;
}

.sidebar-submenu::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 22px;
  left: 27px;
  border-left: 1px solid rgb(255, 94, 20);
}

.sidebar-submenu.open-submenu {
  display: block;
}

.sidebar-submenu-list {
  padding: 5px 0;
}

.sidebar-submenu-list__item {
  position: relative;
}

.sidebar-submenu-list__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;
  width: 16px;
  height: 1px;
  border-top: 1px solid rgb(255, 94, 20);
}

.sidebar-submenu-list__item.active > a {
  color: rgb(255, 94, 20);
}

.sidebar-submenu-list__link {
  padding: 8px 20px 4px 50px !important;
  display: block;
  color: #fff;
  border-bottom: 0 !important;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
  width: 300px;
  height: 100vh;
  background-color: #000;
  position: fixed;
  z-index: 15;
  left: -320px;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
  left: 0;
}

.sidebar-menu-wrapper .top-close {
  margin-top: 21px;
  text-align: end;
  margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
  font-size: 22px;
  color: #fff;
}

.sidebar-menu-list__item .btn.btn--base {
  border: 1px solid #fff;
}

@media screen and (max-width: 992px) {
  .contoll__bottom-wrapper {
    visibility: hidden;
  }
}
@media screen and (max-width: 950px) {
  .contollll__bottom-wrapper {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .contollll__header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__bottom-nav {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .contoll__bottom-wrapper.about-wrapper {
    display: block !important;
  }
}
/*


---------------------
HERO HOMEPAGE ONE
---------------------
*/
.main-banner {
  /* background: url("../img/hero/bg-shape.png"); */
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 759px !important;
}
.main-banner .chiled-main-banner {
  width: 85%;
  margin: 0 auto;
  background: url("../img/hero/s1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
}
.main-banner .chiled-main-banner .bg-color {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.574);
}
.main-banner .banner-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1366px;
  margin: 0 auto;
}
.main-banner .banner-wrapper .banner-left {
  width: 50%;
}
.main-banner .banner-wrapper .banner-left .banner-text {
  margin-top: -108px;
}
.main-banner .banner-wrapper .banner-left .banner-text .banner-p {
  color: rgb(255, 94, 20);
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.main-banner .banner-wrapper .banner-left .banner-text .banner-Heading {
  font-size: 66px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.main-banner .banner-wrapper .banner-left .banner-text .banner-paragraph {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Rubik", sans-serif;
  margin-right: 150px;
}
.main-banner .banner-wrapper .banner-left .banner-text .bannerBtn {
  color: #fff;
  background: rgb(255, 94, 20);
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 100px;
}
.main-banner .banner-wrapper .banner-left .banner-text .bannerBtn i {
  margin-left: 5px;
}
.main-banner .banner-wrapper .baner-right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.main-banner .banner-wrapper .baner-right img {
  margin-top: 32px;
  width: 631px;
}

.videoPopup {
  position: absolute;
}

.video-main::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  animation: playbtn 1.3s ease-out infinite;
  z-index: 1;
}

@keyframes playbtn {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    transform: scale(1.5);
    opacity: 0, 8;
  }
  50% {
    transform: scale(2.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.hero__area {
  background-image: url("../img/hero/c.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 110px;
  position: relative;
}
@media (max-width: 1500px) {
  .hero__area {
    margin: 0;
  }
}
.hero__area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero__area-shape1 {
  position: absolute;
  right: 0;
  top: 66px;
}
@media (max-width: 1752px) {
  .hero__area-shape1 {
    top: 55px;
  }
}
@media (max-width: 1500px) {
  .hero__area-shape1 {
    width: 50%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .hero__area-shape1 {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .hero__area-shape1 {
    width: 77%;
    top: auto;
    bottom: 0;
  }
}
.hero__area-shape2 {
  position: absolute;
  left: 0;
  bottom: -233px;
  z-index: -2;
  width: 100%;
}
@media (max-width: 1790px) {
  .hero__area-shape2 {
    bottom: -348px;
  }
}
@media (max-width: 1752px) {
  .hero__area-shape2 {
    bottom: -337px;
  }
}
@media (max-width: 1500px) {
  .hero__area-shape2 {
    bottom: -432px;
  }
}
@media (max-width: 1200px) {
  .hero__area-shape2 {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .hero__area-shape2 {
    bottom: 0;
  }
}
.hero__area-content {
  padding: 226px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1500px) {
  .hero__area-content {
    padding: 226px 60px;
  }
}
@media (max-width: 1200px) {
  .hero__area-content {
    padding: 200px 40px;
  }
}
@media (max-width: 576px) {
  .hero__area-content {
    padding: 99px 15px;
  }
}
.hero__area-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: rgb(255, 94, 20);
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-bottom: 10px;
  text-decoration: none;
  text-underline-offset: 5px;
}
@media (max-width: 1200px) {
  .hero__area-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero__area-subtitle {
    font-size: 16px;
  }
}
.hero__area-title {
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #fff;
  font-family: "Barlow", sans-serif;
  padding-bottom: 10px;
}
@media (max-width: 1775px) {
  .hero__area-title {
    font-size: 65px;
  }
}
@media (max-width: 1200px) {
  .hero__area-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hero__area-title {
    font-size: 30px;
  }
}
.hero__area-dis {
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #fff;
  font-family: "Rubik", sans-serif;
  max-width: 530px;
  margin-bottom: 35px;
}
.hero__area-video {
  display: flex;
  align-items: center;
  gap: 45px;
  max-width: 704px;
}
.hero__area-video p {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 768px) {
  .hero__area-video p {
    font-size: 18px;
  }
}
.hero__area-icon {
  display: flex;
  display: inline-block;
  width: 255px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(3, 44, 91);
  margin-left: 55px;
}
@media (max-width: 576px) {
  .hero__area-icon {
    height: auto;
    background-color: transparent;
  }
}

/*
---------------------
HERO HOMEPAGE TWO
---------------------
*/
.contoll__hero {
  background-image: url("../img/hero/hero-two.jpg");
  background-repeat: no-repeat;
  padding: 330px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .contoll__hero {
    padding: 200px 0;
  }
}
@media (max-width: 576px) {
  .contoll__hero {
    padding: 50px 0;
  }
}
.contoll__hero-content {
  max-width: 700px;
  padding-top: 100px;
}
.contoll__hero-subtitle {
  font-size: 22px;
  color: rgb(255, 94, 20);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .contoll__hero-subtitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.contoll__hero-title {
  font-size: 68px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .contoll__hero-title br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .contoll__hero-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .contoll__hero-title {
    font-size: 30px;
  }
}
.contoll__hero-title span {
  color: rgb(255, 94, 20);
}
.contoll__hero-dis {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
}
.contoll__hero-img1 {
  position: absolute;
}
.contoll__hero-img1.imgh1 {
  top: 253px;
  left: 974px;
}
@media (max-width: 1200px) {
  .contoll__hero-img1.imgh1 {
    left: 523px;
  }
}
@media (max-width: 991px) {
  .contoll__hero-img1.imgh1 {
    display: none;
  }
}
.contoll__hero-img1.imgh2 {
  top: 575px;
  left: 945px;
}
@media (max-width: 1200px) {
  .contoll__hero-img1.imgh2 {
    left: 465px;
  }
}
@media (max-width: 991px) {
  .contoll__hero-img1.imgh2 {
    display: none;
  }
}
.contoll__hero-img1.imgh3 {
  bottom: 50px;
  left: 900px;
}
@media (max-width: 1200px) {
  .contoll__hero-img1.imgh3 {
    display: none;
  }
}

/*
---------------------
HERO HOMEPAGE THREE
---------------------
*/
@media (max-width: 1400px) {
  .contoll__hero-content.contolll-content .contoll__hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1400px) and (max-width: 1200px) {
  .contoll__hero-content.contolll-content .contoll__hero-title {
    font-size: 45px;
  }
}
@media (max-width: 1400px) and (max-width: 991px) {
  .contoll__hero-content.contolll-content .contoll__hero-title {
    font-size: 53px;
  }
}
@media (max-width: 1400px) and (max-width: 991px) {
  .contoll__hero-content.contolll-content .contoll__hero-title {
    font-size: 40px;
  }
}
@media (max-width: 1400px) and (max-width: 375px) {
  .contoll__hero-content.contolll-content .contoll__hero-title {
    font-size: 31px;
  }
}

.contolll__hero {
  background-image: url("../img/home-3/hero-main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}
@media (max-width: 1200px) {
  .contolll__hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .contolll__hero {
    padding-top: 80px;
    padding-bottom: 125px;
  }
}
.contolll__hero-subtitle {
  font-size: 22px;
  color: rgb(255, 94, 20);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-bottom: 20px;
  text-decoration: underline;
}
.contolll__hero-dis {
  font-size: 17px;
  color: #636363;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: "Rubik", sans-serif;
}
.contolll__hero-frameImg {
  position: absolute;
  right: 165px;
  bottom: -10px;
}
@media (max-width: 1500px) {
  .contolll__hero-frameImg {
    right: 20px;
  }
}
@media (max-width: 1360px) {
  .contolll__hero-frameImg {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .contolll__hero-frameImg {
    display: none;
  }
}
.contolll__brand {
  padding: 100px 0;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 85px !important;
}

/*
---------------------
HERO HOMEPAGE FOUR
---------------------
*/
.contollll__header .header__bottom-nav > li > a {
  color: #fff;
}
.contollll__header .contolll__header-logo::before {
  display: none;
}
.contollll__header .contolll__header-lang .nice-select.lan {
  color: #fff;
}
.contollll__header .nice-select .option {
  color: rgb(3, 44, 91);
}
.contollll__hero {
  background: rgb(3, 23, 46);
  padding-top: 345px;
  padding-bottom: 210px;
  position: relative;
}
.contollll__hero-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  text-transform: capitalize;
}
.contollll__hero-title2 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: rgb(3, 44, 91);
  -webkit-text-stroke: 2px rgb(255, 94, 20);
  padding-bottom: 15px;
}
.contollll__hero-dis {
  font-size: 17px;
  color: #fff;
  padding-bottom: 30px;
}
.contollll__hero-mainImg {
  position: absolute;
  top: 239px;
  right: 179px;
  z-index: 2;
  padding: 60px 0;
}

.home4bannerimg {
  position: absolute;
  top: 229px;
}

/*
---------------------
HERO HOMEPAGE FIVE
---------------------
*/
.contolllll__hero {
  background-image: url("../img/home-5/hero-5.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 370px;
  padding-bottom: 330px;
  position: relative;
  z-index: 2;
}
.contolllll__hero-wrapper {
  text-align: center;
  position: relative;
}
.contolllll__hero-title {
  font-family: "Barlow", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
.contolllll__hero-dis {
  font-size: 17px;
  color: #fff;
  padding-bottom: 15px;
}
.contolllll__hero-ab {
  position: absolute;
  top: -45px;
  left: 170px;
  z-index: -2;
}
@media (max-width: 768px) {
  .contolllll__hero-ab {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .contollll__hero-mainImg {
    right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .home4bannerimg {
    position: absolute;
    top: 165px;
  }
  .contollll__we-top {
    position: absolute;
    right: 29px !important;
    z-index: 9 !important;
    width: 400px;
  }
  .contollll__service-left::before {
    width: 0px !important;
    height: 750px;
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    background: rgb(255, 94, 20);
    z-index: -2;
  }
  .contoll__contact-item {
    background: rgb(3, 44, 91);
    border-radius: 21px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
    margin-left: 157px !important;
  }
  .contollll__contact::before {
    width: 0px !important;
  }
}
@media screen and (max-width: 1300px) {
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    width: 100%;
    padding: 0px 40px;
  }
  .contollll__hero-mainImg {
    right: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .contoll__contact-item {
    background: rgb(3, 44, 91);
    border-radius: 21px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 80px;
    margin-left: 0px !important;
  }
  .home1banner img {
    margin-top: 125px !important;
    width: 631px;
  }
  .home4bannerimg {
    position: absolute;
    top: 382px !important;
  }
  .contoll__baner-title {
    font-size: 25px;
    margin-left: 106px !important;
  }
  .contollll__hero-title {
    font-size: 51px;
  }
  .contolllll__hero-ab {
    left: 95px;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    width: 100%;
    padding: 0px 40px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 40px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 50%;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
  }
  .contollll__hero-mainImg {
    right: 1px;
    width: 400px;
    top: 532px;
  }
}
.hed-main {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -65px;
  right: 0;
}
.hed-main-left {
  position: absolute;
  left: -33px;
}
.hed-main-left-title {
  width: 100px;
  height: 100px;
  line-height: 85px;
  background: rgb(255, 94, 20);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  border: 5px solid #fff;
}
.hed-main-left-paragraph {
  font-size: 32px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 47px;
  left: 112px;
}

@media screen and (max-width: 1024px) {
  .home4bannerimg {
    position: absolute;
    top: 352px !important;
  }
  .home5-hero-img {
    display: none !important;
  }
  .contolllll__hero-title {
    font-size: 51px;
  }
}
@media screen and (max-width: 992px) {
  .main-banner {
    height: auto !important;
    margin-top: -170px;
  }
  .contolllll__hero {
    padding-top: 170px;
    padding-bottom: 230px;
  }
  .contoll__baner-title {
    margin-left: 0px !important;
  }
  .home4bannerimg {
    display: none !important;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    display: block;
    width: 100%;
    padding: 0px 40px;
    height: auto !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left {
    width: 100%;
    margin: 60px 30px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    padding-top: 50px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 40px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 30%;
    margin: 0 auto;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
  }
  .contollll__hero-mainImg {
    right: 42px;
    padding: 60px 0;
    width: 356px;
    bottom: -299px;
  }
  .contollll__hero-title {
    font-size: 48px;
  }
  .contollll__hero-title2 {
    font-size: 45px;
  }
  .contollll__hero-dis {
    font-size: 15px;
  }
  .contollll__hero {
    background: rgb(3, 23, 46);
    padding-top: 250px;
    padding-bottom: 130px;
  }
  .contollll__hero-mainImg {
    top: 215px;
  }
  .contolllll__hero-ab {
    left: 4px;
  }
}
@media screen and (max-width: 991px) {
  .contoll__contact-img {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .contoll__hero {
    padding: 50px 0px 140px;
  }
}
@media screen and (max-width: 950px) {
  .contolllll__hero-ab {
    display: none;
  }
  .contolllll__hero {
    padding-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .contollll__hero-mainImg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-banner {
    height: auto !important;
    margin-top: -170px;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    display: block;
    width: 100%;
    padding: 0px 40px;
    height: auto !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left {
    width: 100%;
    margin: 60px 30px;
    padding-top: 56px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    padding-top: 50px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 40px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 30%;
    margin: 0 auto;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
    margin-bottom: 30px;
  }
  .contolll__hero-frameImg {
    display: none;
  }
  .contollll__hero {
    padding-top: 100px;
  }
  .contolllll__hero-title {
    font-size: 48px;
  }
  .contolllll__hero {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 576px) {
  .main-banner {
    height: auto !important;
    margin-top: -170px;
  }
  .contoll__baner-title {
    margin-left: 0px !important;
  }
  .contoll__baner-title {
    margin-left: 0px;
    text-align: center;
  }
  .contollll__hero-wrapper {
    text-align: center;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    display: block;
    width: 100%;
    padding: 0px 20px;
    height: auto !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left {
    width: 100%;
    margin: 60px 30px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    padding-top: 50px;
    margin-right: 0 !important;
    font-size: 13px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 32px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 40%;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
  }
  .contolllll__hero-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 425px) {
  .banner-left {
    padding-left: 0px !important;
    margin-left: 0px !important;
    text-align: center;
  }
  .main-banner .banner-wrapper .banner-left .banner-text .banner-paragraph {
    margin: 30px 0px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    margin-top: -50px !important;
  }
  .hero__area-video {
    padding: 25px;
  }
  .index__about .about-paragraph {
    font-size: 15px;
    font-family: "Rubik", sans-serif !important;
    padding-right: 0px !important;
  }
  .index__about-left span {
    text-align: center !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-title-wrapper.text-start {
    max-width: 343px !important;
    text-align: center !important;
  }
  .why-row .w-left {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    padding: 40px 7px !important;
  }
  .index__why-content {
    display: none;
  }
  .index__why-dis {
    display: none;
  }
  .index__why-left .primary-btn {
    display: none;
  }
  .contoll__hero-content {
    padding-top: 60px;
    text-align: center;
  }
  .contoll__service-item span {
    text-align: center;
  }
  .contoll__about-thumb1 img {
    margin: auto;
    display: flex;
  }
  .contoll__about-bottom {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .contoll__hero-content.contolll-content .contoll__hero-title {
    font-size: 32px;
  }
  .contolll__hero-subtitle {
    font-size: 17px;
  }
  .contolll__hero-dis {
    font-size: 12px;
  }
  .contollll__hero-title {
    font-size: 35px;
  }
  .contollll__hero-title2 {
    font-size: 35px;
  }
  .contolllll__hero-title {
    font-size: 28px;
  }
  .contolllll__hero-dis {
    font-size: 13px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    display: none;
  }
}
/*
---------------------
  HOMEPAGE ABOUT 01
---------------------
*/
.index__about {
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.index__about-shape1 {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}
.index__about .about-wp {
  width: 1366px;
  margin: 0 auto;
}
.index__about-tractor {
  position: absolute;
  right: 50px;
  bottom: -182px;
}
@media (max-width: 1500px) {
  .index__about-tractor {
    max-width: 333px;
  }
}
@media (max-width: 1500px) {
  .index__about-tractor {
    max-width: 268px;
  }
}
@media (max-width: 991px) {
  .index__about-tractor {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .index__about-tractor {
    max-width: 94px;
    bottom: -88px;
  }
}
.index__about-left {
  position: relative;
  text-align: center;
}
.index__about-left::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.index__about-left span {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  font-family: "Barlow", sans-serif;
  display: block;
  background-color: rgb(255, 94, 20);
  max-width: 310px;
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .index__about-left span {
    font-size: 30px;
  }
}
.index__about-right {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .index__about-right {
    padding-left: 20px;
  }
}
.index__about-mainImg {
  margin-bottom: -12px;
}
@media (max-width: 991px) {
  .index__about-mainImg {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .index__about-shape1 {
    max-width: 390px;
  }
}
.index__about-middle {
  display: flex;
  margin-bottom: 40px;
  gap: 30px;
}
@media (max-width: 991px) {
  .index__about-middle img {
    display: none;
  }
}
.index__about-list span {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-align: left;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.index__about-list li {
  font-size: 17px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 8px;
  color: #636363;
}
.index__about-title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #18181C;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .index__about-title {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .index__about-title {
    font-size: 32px;
  }
}
.index__about .about-paragraph {
  font-size: 15px;
  font-family: "Rubik", sans-serif !important;
  padding-right: 70px;
}

/*
---------------------
  HOMEPAGE ABOUT 02
---------------------
*/
.contoll__about-thumb2 img {
  width: 100%;
}
.contoll__about {
  background-color: rgb(241, 247, 252);
  position: relative;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .contoll__about {
    padding-bottom: 50px;
  }
}
.contoll__about-rcontent {
  padding-top: 100px;
  text-align: left;
}
@media (max-width: 576px) {
  .contoll__about-rcontent {
    padding-top: 30px;
  }
}
.contoll__about-dis {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 1200px) {
  .contoll__about-dis {
    font-size: 15px;
  }
}
.contoll__about-pdis {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .contoll__about-pdis {
    font-size: 20px;
  }
}
.contoll__about-thumb1 {
  margin-top: -214px;
}
@media (max-width: 1200px) {
  .contoll__about-thumb1 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contoll__about-thumb1 img {
    width: 70%;
  }
}
.contoll__about-list {
  padding-top: 20px;
}
.contoll__about-list li img {
  padding-right: 10px;
}
.contoll__about-bb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.contoll__about-bb .bbleft {
  display: flex;
}
@media (max-width: 1200px) {
  .contoll__about-bb {
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contoll__about-bb {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .contoll__about-bb {
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contoll__about-bb {
    margin-bottom: 30px;
  }
}
.contoll__about-bsec {
  background-image: url("../img/about/26 .png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .contoll__about-bsec {
    background-size: 100% 100%;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .contoll__about-bsec {
    padding-left: 0;
    margin-top: 30px;
  }
}
.contoll__about-btitle {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 1200px) {
  .contoll__about-btitle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .contoll__about-btitle {
    font-size: 30px;
  }
}
.contoll__about-videowrapper a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: rgb(255, 94, 20);
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.contoll__about-videowrapper span {
  text-decoration: underline;
  font-size: 18px;
  text-underline-offset: 5px;
}
.contoll__about-footer {
  background: rgb(255, 94, 20);
  color: #fff;
  text-align: center;
  padding: 20px 130px;
}
@media (max-width: 991px) {
  .contoll__about-footer {
    display: none;
  }
}

.contoll__about-bbleft {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 1200px) {
  .contoll__about-bbleft img {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  .contoll__about-bbleft h4 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .contoll__about-bbleft span {
    font-size: 16px;
  }
}

.contoll__about {
  position: relative;
}

.hamer-right {
  position: absolute;
  top: -270px;
  right: 60px;
}

/*
---------------------
  HOMEPAGE ABOUT 03
---------------------
*/
.contolll__about {
  position: relative;
}

.contolll__about-left {
  overflow: hidden;
}
.contolll__about {
  padding: 15px 0;
}
.contolll__about-itemwrapper {
  position: relative;
}
.contolll__about-item {
  background: rgb(236, 243, 248);
  padding: 30px;
  padding-right: 0;
  padding-bottom: 20px;
}
.contolll__about-thumbhigh {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  display: block;
  background: rgb(255, 94, 20);
  position: absolute;
  left: 7.3%;
  bottom: 38%;
  padding: 20px;
  transform: rotateZ(-90deg);
  text-decoration: underline;
  border: 10px solid #fff;
  animation: animateLineBar linear infinite 4s;
}
@keyframes animateLineBar {
  0% {
    bottom: 340px;
  }
  50% {
    bottom: 500px;
  }
  100% {
    bottom: 340px;
  }
}
.contolll__about-btnwrap {
  padding-top: 30px;
}
.contolll__about-thumb {
  position: relative;
}
.contolll__about-ithumb {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  overflow: hidden;
  background: rgb(255, 94, 20);
  border-radius: 25px 0px 0px 25px;
}
.contolll__about-ithumbwrap {
  background: rgb(3, 44, 91);
  padding: 10px;
  border-radius: 50px;
}
.contolll__about-ititle {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.contolll__about-idis {
  font-size: 17px;
  color: #636363;
  font-family: "Rubik", sans-serif !important;
}
.contolll__about-list {
  display: flex;
  flex-wrap: wrap;
}
.contolll__about-list li {
  width: 50%;
  padding-bottom: 10px;
}
.contolll__about-list li img {
  padding-right: 10px;
}
.contolll__about-center {
  margin-bottom: 40px;
}

.contolll__about-item:hover .contolll__about-ithumb {
  background: rgb(3, 44, 91);
}

.contolll__about-item:hover .contolll__about-ithumbwrap {
  background: rgb(255, 94, 20);
}

/*
---------------------
  HOMEPAGE ABOUT 04
---------------------
*/
.contollll__about {
  padding-top: 100px;
  overflow: hidden;
}
.contollll__about-thumb1 img {
  width: 100%;
}
.contollll__about-left {
  position: relative;
}
.contollll__about-smimg {
  position: absolute;
  bottom: 0;
  left: -100px;
}
.contollll__about-footer {
  background: rgb(255, 94, 20);
  color: #fff;
  text-align: center;
  padding: 20px 130px;
  text-decoration: underline;
}

.contolll__testimonial-disinner {
  color: rgb(255, 94, 20);
}

/*
---------------------
  HOMEPAGE ABOUT 05
---------------------
*/
.aboutTopImg {
  position: absolute;
  top: 0;
  right: 80px;
  width: 150px;
}

@media screen and (max-width: 1500px) {
  .contolll__about-thumbhigh {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .index__about .about-wp {
    width: 100% !important;
  }
  .hamer-right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .index__about .index__about-tractor {
    display: none;
  }
  .index__about .about-wp {
    width: 100% !important;
  }
  .index__about .about-wp .about-medius {
    width: 100%;
  }
  .index__about .about-wp .about-medius .index__about-left .index__about-shape1 {
    margin: 0 auto;
  }
  .index__about-title {
    font-size: 34px;
  }
  .contollll__about-smimg {
    display: none;
  }
  .contollll__about-footer {
    padding: 20px 33px;
  }
  .contoll__about-bb {
    padding-bottom: 10px;
  }
  .contolll__about-thumb {
    text-align: center;
  }
  .about__hero-title {
    font-size: 56px !important;
  }
}
@media screen and (max-width: 770px) {
  .index__about-shape1 {
    display: none;
  }
  .index__about .index__about-tractor {
    display: none;
  }
  .index__about .about-wp {
    width: 100% !important;
  }
  .index__about .about-wp .aboit {
    width: 100% !important;
  }
  .index__about .about-wp .about-medius {
    width: 100%;
  }
  .index__about .about-wp .about-medius .index__about-left {
    padding-left: 20px !important;
  }
  .index__about .about-wp .about-medius .index__about-left .index__about-shape1 {
    margin: 0 auto;
  }
  .contoll__about-thumb1 {
    margin: 0 auto;
  }
  .contoll__about-thumb2 {
    width: 85%;
    margin: 0 auto;
  }
  .contolll__about-thumb {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .index__about-title {
    font-size: 27px;
  }
  .contolll__about-list li {
    font-size: 11px;
  }
  .aboutTopImg {
    display: none;
  }
  .contoll__about-videowrapper span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index__about-right {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 576px) {
  .index__about-right {
    margin-top: 60px !important;
    text-align: center;
  }
  .index__about-middle {
    display: block;
  }
  .index__about-list span {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 23px;
  }
  .index__about .index__about-tractor {
    display: none;
  }
  .index__about .about-wp {
    width: 100% !important;
  }
  .index__about .about-wp .about-medius {
    width: 100%;
  }
  .index__about .about-wp .about-medius .index__about-left {
    padding-left: 20px !important;
  }
  .index__about .about-wp .about-medius .index__about-left .index__about-shape1 {
    margin: 0 auto;
  }
  .about-shape-img {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .about-contoll-nav {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .contolll__about-list li img {
    padding-right: 3px;
  }
  .contolll__about-list li {
    font-size: 9px;
  }
  .index__about-title {
    font-size: 21px;
  }
}
/*
---------------------
  HOMEPAGE SERVICE 01
---------------------
*/
.HtowPadding {
  padding: 100px 0;
}
.HtowPadding .HtowPadding-intowP {
  margin-bottom: 100px;
}

.index__service {
  background-color: rgb(241, 247, 252);
  padding: 100px 0;
}
.index__service.inner__service {
  background: transparent;
}
.index__service-item {
  background-color: #fff;
  padding: 10px !important;
  margin-bottom: 30px;
  transition: all linear 0.3s;
  position: relative;
}
.index__service-item:hover .index__service-thumb::after {
  opacity: 0.6;
  visibility: visible;
}
.index__service-item:hover .newArrow {
  background: #fff;
  color: rgb(255, 94, 20);
}
.index__service-item:hover .newServicesItemImg {
  visibility: visible;
}
.index__service-item:hover .index__service-header h3 {
  text-decoration: underline;
}
.index__service-item:hover .index__service-counter {
  visibility: visible;
  opacity: 1;
}
.index__service-item:hover .index__service-arrow {
  opacity: 1;
  visibility: visible;
}
.index__service-item:hover .index__service-icon {
  background-color: rgb(255, 94, 20);
}
.index__service-item .newServicesItemImg {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
.index__service-item.servicesNewBox:hover {
  background: rgb(255, 94, 20);
}
.index__service-item.contollll-serviceitem {
  background: transparent;
  border: 1px dotted #fff;
  padding: 0;
}
.index__service-item.contollll-serviceitem .index__service-content {
  padding: 17px;
}
.index__service-item.contollll-serviceitem .index__service-header h3 {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
}
.index__service-item.contollll-serviceitem p {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__service-item.contollll-serviceitem .index__service-content span {
  font-size: 15px;
}
.index__service-item.contollll-serviceitem .index__service-icon {
  background: #fff;
}
.index__service-item.contollll-serviceitem .index__service-icon img {
  filter: brightness(0);
}
.index__service-thumb {
  margin-bottom: 20px;
  position: relative;
}
.index__service-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #092d56;
  opacity: 0.6;
  top: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.index__service-thumb img {
  width: 100%;
}
.index__service-arrow {
  display: inline-block;
  font-size: 30px;
  background-color: rgb(255, 94, 20);
  width: 56px;
  height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 50px;
  z-index: 3;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .index__service-arrow {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
.index__service-counter {
  background-color: rgb(255, 94, 20);
  position: absolute;
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  border-radius: 0px 0px 30px 30px;
  right: 40px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 768px) {
  .index__service-counter {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 1;
  }
}
.index__service-tringle {
  display: inline-block;
  background-color: rgb(255, 94, 20);
  width: 50px;
  height: 20px;
  clip-path: polygon(37% 88%, 0 0, 82% 0);
  position: absolute;
  left: 60px;
  bottom: -19px;
  z-index: 9;
}
.index__service-content {
  padding-bottom: 0px;
  padding-left: 15px;
}
.index__service-content span {
  color: rgb(255, 94, 20);
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 768px) {
  .index__service-content span {
    font-size: 14px;
  }
}
.index__service-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.index__service-header h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .index__service-header h3 {
    font-size: 18px;
  }
}
.index__service-header p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__service .servicePrargraph {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__service-icon {
  border-radius: 50%;
  background-color: rgb(3, 44, 91);
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .index__service-icon {
    width: 40px;
    height: 40px;
  }
}

/*
---------------------
  HOMEPAGE SERVICE 02
---------------------
*/
.contoll__service {
  background-image: url("../img/service/building-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.contoll__service .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  background: rgb(255, 94, 20);
}
.contoll__service-activition {
  padding-bottom: 50px;
  margin-right: 30px;
}
.contoll__service-item {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 117px 0px rgba(56, 57, 61, 0.08);
  max-width: 270px;
  padding-bottom: 40px;
}
.contoll__service-item:hover {
  background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../img/blog/r-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contoll__service-item:hover .contoll__service-content h4 {
  color: #fff;
}
.contoll__service-item:hover .contoll__service-content p {
  color: #fff;
}
.contoll__service-item.w-100 {
  max-width: 100%;
  box-shadow: none;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .contoll__service-item {
    margin: auto;
    max-width: 100%;
  }
}
.contoll__service-item span {
  background: rgb(255, 94, 20);
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  display: block;
  padding: 10px 30px;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .contoll__service-item span {
    font-size: 12px;
  }
}
.contoll__service-thumb {
  background: rgb(3, 44, 91);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  margin: 40px auto;
}
@media (max-width: 1200px) {
  .contoll__service-thumb {
    margin: 15px auto;
  }
}
.contoll__service-content {
  text-align: center;
  padding: 0 30px;
}
.contoll__service-content h4 {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #333333;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .contoll__service-content h4 {
    font-size: 18px;
  }
}
.contoll__service-content p {
  font-size: 17px;
  color: #636363;
}
.contoll__service-btn {
  box-shadow: 0px 0px 117px 0px rgba(56, 57, 61, 0.08);
  background: rgb(236, 243, 248);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: rgb(255, 94, 20);
}

.newTestimonial {
  padding-top: 100px;
}

/*
---------------------
  HOMEPAGE SERVICE 03
---------------------
*/
.contolll__service {
  padding-top: 150px;
  padding-bottom: 50px;
  border-bottom: 1px solid #deedee;
}
@media (max-width: 576px) {
  .contolll__service {
    padding: 80px 0;
    padding-top: 80px;
  }
}
.contolll__service-ithumb {
  background: rgb(3, 44, 91);
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contolll__service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.contolll__service-ileft {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}
.contolll__service-stitle {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.contolll__service-idis {
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.contolll__service-bottom {
  position: relative;
}
.contolll__service-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
}
.contolll__service-btnwrap {
  margin-top: 40px;
}
.contolll__service-pdis {
  font-size: 17px;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}
.contolll__service-pdis span {
  color: rgb(255, 94, 20);
}
.contolll__testimoniall-item {
  max-width: 383px;
  text-align: center;
  background-image: url("../img/home-3/testimonial-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
.contolll__testimoniall-thumb {
  padding-bottom: 30px;
}
.contolll__testimoniall-name {
  font-size: 22px;
  font-weight: 700;
}
.contolll__testimoniall-post {
  font-size: 17px;
}
.contolll__testimoniall-brief {
  font-style: italic;
  font-size: 17px;
  padding-top: 20px;
}
.contolll__testimoniall-review i {
  color: rgb(255, 94, 20);
}
.contolll__testimoniall .swiper.contolll__testimoniall-activition {
  padding-bottom: 100px;
}
.contolll__testimoniall .swiper-pagination-bullet {
  border: 4px solid rgb(255, 94, 20);
  height: 17px;
  width: 17px;
  background-color: #fff;
}
.contolll__testimoniall .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: rgb(255, 94, 20);
}

.projectText {
  margin-bottom: 60px;
  padding-bottom: 100px;
  border-bottom: 0.5px solid rgb(194, 194, 194);
}

/*
---------------------
  HOMEPAGE SERVICE 04
---------------------
*/
.servicesNewBox:hover span {
  color: #fff;
}

.servicesNewBox:hover .index__service-tringle {
  background: #fff;
}

.contollll__service {
  margin-top: 230px;
  margin-bottom: 150px;
}
.contollll__service-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contollll__service-left {
  position: relative;
  z-index: 2;
}
.contollll__service-left::before {
  width: 850px;
  height: 750px;
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  background: rgb(255, 94, 20);
  z-index: -2;
}
.contollll__service-left::after {
  content: "";
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 85px;
  background: rgb(255, 94, 20);
  clip-path: polygon(54% 48%, 0 0, 0 100%);
}
.contollll__service-right {
  max-width: 500px;
}
.contollll__service-ritem img {
  margin-left: -100px;
}
.contollll__contact {
  margin-left: 275px;
  position: relative;
  z-index: 2;
}
.contollll__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 380px;
  background: rgb(255, 94, 20);
  z-index: -2;
}
.contollll__contact-wrapper {
  margin-left: -290px;
}
.contollll__innerservice {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.contollll__innerservice-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1500px) {
  .contollll__innerservice-img {
    width: 50%;
  }
}

/*
---------------------
  HOMEPAGE SERVICE 03
---------------------
*/
.contolll__service-list:hover .contolll__service-ithumb {
  background: rgb(255, 94, 20);
}

/*
---------------------
  HOMEPAGE SERVICE 05
---------------------
*/
/*
---------------------
  GLOBAL TITLES
---------------------
*/
.HtowFePadding {
  padding: 100px 0;
}

.section-title-wrapper {
  margin-bottom: 70px;
}
.section-title-wrapper.why-section {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .section-title-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .section-title-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .hed-main {
    display: none;
  }
  .contollll__service-left::before {
    display: none !important;
  }
  .contollll__contact {
    margin-left: 0px;
  }
  .contollll__contact-wrapper {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .homeThreeSlide .swiper-slide-active::after {
    height: 0px !important;
  }
  .contolll__service-iright {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .section-titlee {
    font-size: 32px;
  }
  .contolll__service-iright {
    display: block !important;
  }
  .contoll__about-dis {
    font-size: 13px;
  }
  .contoll__about-pdis {
    font-size: 18px;
  }
  .contoll__about-list li {
    font-size: 13px;
  }
  .contoll__about-btitle {
    font-size: 32px;
  }
  .contoll__about-bbleft h4 {
    font-size: 18px;
  }
  .contoll__about-bbleft span {
    font-size: 13px;
  }
  .contoll__about-videowrapper span {
    font-size: 13px;
  }
  .contolll__service-ritem.text-end.text-md-start img {
    width: 100%;
  }
  .contollll__service-left::after {
    display: none !important;
  }
  .contollll__service-left::before {
    display: none;
  }
  .contollll__service-ritem img {
    margin-left: 0px !important;
  }
  .contollll__service-ritem {
    width: 400px;
  }
  .contollll__service-ritem img {
    width: 100%;
  }
  .contolll__service-list {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
  }
  .contolll__service-bottom::before {
    width: 0px;
  }
  .contolll__service-idis {
    font-size: 15px;
  }
  .contolll__testimoniall-item {
    max-width: 326px;
    text-align: center;
    width: 297px;
    padding-top: 90px;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 150px 150px 30px 30px;
  }
  .contollll__contact {
    margin-left: 0px;
  }
  .contollll__contact-wrapper {
    margin-left: 0px;
  }
  .contolll__service-idis {
    font-size: 14px;
  }
  .index__service-header h3 {
    font-size: 20px;
  }
  .home5-diffrnt-img {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .contolll__service-ileft {
    gap: 7px;
  }
  .contolll__testimoniall-item {
    max-width: 400px !important;
    text-align: center;
    width: auto !important;
  }
  .section-title-wrapper {
    margin-bottom: 45px;
  }
  .contolll__service-stitle {
    font-size: 18px;
  }
  .contolll__service-idis {
    font-size: 14px;
  }
  .contollll__service-ritem {
    width: 350px;
  }
  .section-subtitlee {
    font-size: 18px;
  }
  .section-titlee {
    font-size: 26px;
  }
  .contolll__service-pdis {
    font-size: 15px;
  }
  .contollll__innerservice-img {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .contollll__service-wrapper {
    display: block;
    margin-left: 50px;
  }
  .contollll__service-ritem {
    width: 350px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .HtowPadding {
    padding: 100px 0px 0px;
  }
}
@media screen and (max-width: 400px) {
  .section-titlee {
    font-size: 26px;
  }
  .section-subtitlee {
    font-size: 17px;
  }
  .contoll__about-dis {
    font-size: 12px;
  }
  .section-titlee {
    font-size: 22px;
  }
  .contollll__service-wrapper {
    margin-left: 0px;
  }
  .contollll__service-right {
    margin-left: 12px;
  }
}
.homeFourSlide .swiper-slide-active {
  border: none !important;
}

.homeFourSlide .swiper-slide-active::after {
  width: 373.333px !important;
}

.homeThreequote i {
  color: #fff;
  font-size: 48px;
  position: absolute;
  top: 24px;
  left: 162px;
  visibility: hidden;
  opacity: 0;
}

.homeThreeSlide .contolll__testimoniall-item {
  z-index: 999;
}

.homeThreeSlide .swiper-slide-active {
  border: 5px solid rgb(255, 94, 20);
  border-radius: 190px 190px 48px 48px;
  overflow: hidden;
}
.homeThreeSlide .swiper-slide-active .homeThreequote i {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  position: absolute;
}

.homeThreeSlide .swiper-slide-active::after {
  content: "";
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  background: rgb(255, 94, 20);
}

.homeThreeSlide .contolll__testimoniall-thumb img {
  z-index: 9999;
  position: relative;
}

/*
---------------------
  HOMEPAGE PROJECT 01
---------------------
*/
.index__project {
  padding: 100px 0;
}
.index__project-item {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .index__project-item {
    height: auto;
  }
}
.index__project-item img {
  width: 100%;
  transition: 0.3s;
  border-radius: 20px;
}
.index__project-content {
  padding: 30px;
  background-color: rgb(255, 94, 20);
  position: absolute;
  bottom: 30px;
  width: 70%;
  border-radius: 10px;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .index__project-content {
    bottom: 5px;
    padding: 20px;
  }
}
.index__project-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1200px) {
  .index__project-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index__project-title {
    font-size: 16px;
  }
}
.index__project-stitle {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1200px) {
  .index__project-stitle {
    font-size: 14px;
  }
}
.index__project-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 94, 20);
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.index__project .project {
  padding-bottom: 80px;
}

/*
---------------------
  HOMEPAGE PROJECT 02
---------------------
*/
.contoll__feature .i-fiveFetureItemsWrapper {
  width: 1200px;
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems {
  background-color: rgb(241, 247, 252);
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 9999;
  transition: all linear 0.5s;
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems::after {
  content: "";
  background: rgba(13, 8, 86, 0.703);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover {
  background: url("../img/blog/blog-1.jpg");
  transition: all linear 0.3s;
  background-position: center;
  background-size: cover;
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover::after {
  visibility: visible;
  opacity: 1;
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover .fiveItemsImg {
  background: rgb(255, 94, 20);
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover .fiveText {
  color: #fff;
}
.contoll__feature .i-fiveFetureItemsWrapper .fiveFetureItems .fiveItemsImg {
  background: rgb(3, 44, 91);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -30px;
  left: 28px;
}
.contoll__feature-item {
  background-color: rgb(241, 247, 252);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  max-width: 270px;
}
@media (max-width: 576px) {
  .contoll__feature-item {
    max-width: 100%;
  }
}
.contoll__feature-item:hover .contoll__feature-thumb span {
  color: #fff;
}
.contoll__feature-item:hover .contoll__feature-content p {
  color: #fff;
}
.contoll__feature-item:hover .contoll__feature-thumbimg {
  background: #fff;
}
.contoll__feature-item:hover .contoll__feature-thumbimg img {
  filter: brightness(0);
}
.contoll__feature-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.contoll__feature-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.contoll__feature-item::before {
  content: "";
  position: absolute;
  right: -113px;
  top: -152px;
  width: 394px;
  height: 252px;
  background: rgb(255, 94, 20);
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.contoll__feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(3, 44, 91);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.contoll__feature-thumb {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.contoll__feature-thumb span {
  display: block;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}
.contoll__feature-thumbimg {
  height: 50px;
  width: 50px;
  background: rgb(3, 44, 91);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.contoll__feature-content {
  position: relative;
  z-index: 3;
  padding-top: 10px;
}
.contoll__projects {
  padding-top: 110px;
  border-top: 1px solid #ddd;
}
.contoll__projects.project__projects {
  padding-bottom: 100px;
}
.contoll__projects-item {
  position: relative;
}
@media (max-width: 991px) {
  .contoll__projects-item {
    margin-bottom: 30px;
  }
}
.contoll__projects-item:hover .contoll__projects-content {
  transform: scale(1);
}
.contoll__projects-thumb img {
  width: 100%;
}
.contoll__projects-content {
  background: rgb(255, 94, 20);
  padding-left: 22px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  border-radius: 5px;
  margin: 0 10px;
  margin-top: -55px;
  transform: scale(0);
  transition: 0.3s;
}
@media (max-width: 991px) {
  .contoll__projects-content {
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 11px;
    margin-top: -70px;
  }
}
.contoll__projects-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
@media (max-width: 991px) {
  .contoll__projects-content h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.contoll__projects-content span {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 991px) {
  .contoll__projects-content span {
    font-size: 10px;
  }
}
.contoll__projects-btn {
  height: 40px;
  width: 40px;
  color: rgb(255, 94, 20);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contoll__projects-btn {
    right: 8px;
  }
}
.contoll__baner {
  background: rgb(3, 44, 91);
  padding: 76px 0;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .contoll__baner {
    padding: 62px;
  }
}
@media (max-width: 1600px) {
  .contoll__baner {
    padding: 55px;
  }
}
.contoll__baner.contollll__baner {
  margin-top: 0;
}
.contoll__baner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 65%;
  background: url("../img/Homepage2/shapecopy2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .contoll__baner::before {
    display: none;
  }
}
.contoll__baner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 66%;
  background: #fff;
  clip-path: polygon(100% 0%, 90% 48%, 100% 100%, 0 100%, 0% 56%, 0 0);
  z-index: 1;
}
@media (max-width: 991px) {
  .contoll__baner::after {
    display: none;
  }
}
.contoll__baner-title {
  font-size: 40px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 3;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .contoll__baner-title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .contoll__baner-borderstyle {
    display: none;
  }
}

.newContollBanner {
  padding: 58px 0px;
}

/*
---------------------
  HOMEPAGE PROJECT 03
---------------------
*/
.contolll__baner {
  max-width: 1650px;
  margin-left: auto;
}
.contolll__projects {
  padding-top: 100px;
  padding-bottom: 230px;
}
@media (max-width: 1400px) {
  .contolll__projects {
    padding-bottom: 80px;
  }
}
.contolll__projects .swiper.contolll__projects-activition {
  padding-bottom: 100px;
}
.contolll__projects .swiper-pagination-bullet {
  border: 4px solid rgb(255, 94, 20);
  height: 17px;
  width: 17px;
  background-color: #fff;
}
.contolll__projects .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: rgb(255, 94, 20);
}
.contolll__we {
  background-image: url("../img/home-3/we-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.contolll__we::before {
  content: "";
  left: 0;
  top: 0;
  background: rgba(3, 44, 91, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
}
.contolll__we-wrapper {
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 830px) {
  .contolll__we-wrapper {
    margin-left: 0;
  }
}
.contolll__we-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contolll__we-title {
    font-size: 30px;
  }
}
.contolll__we-dis {
  color: #fff;
  padding-bottom: 30px;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.contolll__we-playbtn {
  padding-bottom: 20px;
  display: inline-block;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.contolll__we-top {
  position: absolute;
  left: 0;
  top: -120px;
}
@media (max-width: 1500px) {
  .contolll__we-top {
    top: -30px;
    width: 634px;
    bottom: -30px;
  }
}
@media (max-width: 1200px) {
  .contolll__we-top {
    top: 48px;
    width: 465px;
  }
}
@media (max-width: 992px) {
  .contolll__we-top {
    top: 119px;
    width: 308px;
  }
}
@media (max-width: 830px) {
  .contolll__we-top {
    display: none;
  }
}
.contolll__we .video-main {
  position: relative;
  display: inline-block;
}
.contolll__we .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: rgb(255, 94, 20);
  display: inline-block;
  background: #fff;
  z-index: 999;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.contolll__we .fa-play:before {
  content: "\f04b";
}
.contolll__we .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.contolll__we .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.contolll__we .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.contolll__we .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.index3video {
  margin-bottom: 30px;
}

.contolll__we {
  position: relative;
}

.simplebuildingImg {
  position: absolute;
  top: 0;
  right: 0;
}

.newProjectHover {
  bottom: 70px !important;
  left: 0 !important;
}

.projectDetails-paragraph p {
  font-family: "Rubik", sans-serif;
  color: #636363;
  font-size: 17px;
}

/*
---------------------
  HOMEPAGE PROJECT 04
---------------------
*/
.contollll__baner {
  margin-top: 0;
}
.contollll__card {
  padding-top: 10px;
}
.contollll__card-item {
  display: flex;
  gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
.contollll__card-title {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  display: block;
  padding-bottom: 10px;
}
.contollll__card-dis {
  font-size: 17px;
  color: #636363;
  font-family: "Rubik", sans-serif;
}
.contollll__contac {
  padding-top: 100px;
  overflow: hidden;
}

/*
---------------------
  HOMEPAGE SLIDER PAGINATION STYLE
---------------------
*/
.features-activition {
  padding-bottom: 70px;
}

.newActivationSlide {
  padding-top: 35px;
}

.features-five-activition {
  padding-bottom: 80px;
}
.features-five-activition .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: rgb(255, 94, 20);
}
.features-five-activition .swiper-pagination-bullet {
  border: 4px solid rgb(255, 94, 20);
  height: 17px;
  width: 17px;
  background-color: #fff;
}

.contoll__baner-temactivition .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: rgb(255, 94, 20);
}
.contoll__baner-temactivition .swiper-pagination-bullet {
  border: 4px solid rgb(255, 94, 20);
  height: 17px;
  width: 17px;
  background-color: #fff;
}

.projectHover {
  position: relative;
}

.projectHoverImg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.projectHover:hover .projectHoverImg {
  display: block;
}

.homePageProjectSlide .index__project-item img {
  border-radius: 20px !important;
}

.homePageProjectSlide .index__project-content {
  visibility: hidden;
  opacity: 0;
  margin-bottom: -100px;
}

.homePageProjectSlide .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 47, 62, 0.6274509804);
  border-radius: 20px;
  z-index: 1;
}

.homePageProjectSlide .swiper-slide-active {
  transform: scale(1.1) !important;
  transition: 0.4s;
}
.homePageProjectSlide .swiper-slide-active .index__project-content {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transition: 0.5s !important;
  margin-bottom: 20px;
}

.homePageProjectSlide .swiper {
  overflow: visible;
}

.project .swiper-slide {
  margin-top: 60px;
  transition: all linear 0.3s;
}

.project .swiper-slide-active {
  transform: scale(1.1) !important;
}

@media screen and (max-width: 1440px) {
  .contoll__baner-borderstyle {
    display: none;
  }
  .contoll__baner {
    padding: 44px 0;
  }
}
@media screen and (max-width: 1200px) {
  .contoll__baner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .contoll__baner {
    padding: 29px 0;
  }
}
@media screen and (max-width: 992px) {
  .contoll__baner {
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .contoll__baner-title {
    font-size: 27px;
  }
  .contolll__we-title {
    font-size: 35px;
  }
  .contolll__we-dis {
    font-size: 14px;
  }
  .primary-btn {
    padding: 8px 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .contoll__baner-title {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .contolll__we-title {
    font-size: 25px;
  }
}
/*
---------------------
  HOMEPAGE BRAND 01
---------------------
*/
.index__brand {
  padding-bottom: 100px;
  padding-top: 80px;
}
.index__brand.about-brand {
  padding-top: 100px;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
@media (max-width: 576px) {
  .index__brand.about-brand {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .index__brand {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .index__brand-item {
    text-align: center;
  }
}

/*
---------------------
  HOMEPAGE TEAM 01
---------------------
*/
.index__team {
  padding: 100px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  position: relative;
  transition: all linear 0.3s;
}
.index__team-item {
  max-width: 370px;
}
.index__team-item:hover .index__team-content {
  background: rgb(255, 94, 20);
}
.index__team-thumb {
  position: relative;
  text-align: center;
}
.index__team-thumb::before {
  position: absolute;
  content: "";
  left: 12%;
  right: 0;
  top: 150px;
  height: 80%;
  width: 75%;
  border: 12px solid rgb(255, 94, 20);
  border-radius: 30px;
  z-index: -2;
}
.index__team-content {
  background-color: rgb(3, 44, 91);
  padding: 30px;
  color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 999;
  text-align: center;
  margin-bottom: 50px;
}
.index__team-name {
  font-size: 29px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .index__team-name {
    font-size: 24px;
  }
}
.index__team-post {
  display: block;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
}
.index__team-plus {
  width: 50px;
  height: 50px;
  background-color: rgb(255, 94, 20);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.index__team-plus:hover {
  background: rgb(3, 44, 91);
}
.index__team-plus:hover .dBlock {
  display: block !important;
}
.index__team-plus:hover .dNone {
  display: none;
}
.index__team-plus:hover .s0 {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.index__team-plus:hover .s1 {
  left: -26px;
  opacity: 1;
  visibility: visible;
}
.index__team-plus:hover .s2 {
  left: 120px;
  opacity: 1;
  visibility: visible;
}
.index__team-plus:hover .s3 {
  left: 75px;
  opacity: 1;
  visibility: visible;
}
.index__team-s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border: 1px solid rgb(3, 44, 91);
  border-radius: 50%;
  background-color: #fff;
  color: rgb(3, 44, 91);
}
.index__team-s.s0 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__team-s.s1 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__team-s.s2 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__team-s.s3 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__team-s:hover {
  background-color: rgb(255, 94, 20);
  border: 1px solid transparent;
  color: #fff;
}
.index__team-helmet {
  position: absolute;
  top: 190px;
  right: 208px;
}
@media (max-width: 1200px) {
  .index__team-helmet {
    top: 100px;
    right: 70px;
  }
}
@media (max-width: 991px) {
  .index__team-helmet {
    right: 20px;
    width: 14%;
  }
}
.index__team .contoll__baner-temactivition {
  padding-bottom: 100px;
}

/*
---------------------
  HOMEPAGE TEAM 02
---------------------
*/
/*
---------------------
  HOMEPAGE TEAM 03
---------------------
*/
.contolll__testimonial {
  background: rgb(3, 44, 91);
  padding: 100px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
  padding-bottom: 550px;
}
.contolll__testimonial-wrapper {
  display: flex;
  align-items: center;
  gap: 95px;
}
@media (max-width: 991px) {
  .contolll__testimonial-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .contolll__testimonial-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
.contolll__testimonial-item {
  max-width: 370px;
  text-align: center;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  position: relative;
  z-index: 2;
  border-radius: 68px;
  padding: 50px;
  transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.contolll__testimonial-item:hover::before {
  background-color: transparent;
  background-image: url("../img/home-3/item-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.contolll__testimonial-item:hover .contolll__testimonial-ttitle {
  color: rgb(3, 44, 91);
}
.contolll__testimonial-item:hover .contolll__testimonial-tdis {
  color: rgb(3, 44, 91);
}
.contolll__testimonial-item:hover .contolll__testimonial-readmore {
  color: rgb(3, 44, 91);
}
.contolll__testimonial-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.2;
  z-index: -2;
  transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.contolll__testimonial-content {
  padding-top: 30px;
}
.contolll__testimonial-ttitle {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.contolll__testimonial-tdis {
  font-size: 17px;
  color: #fff;
}
.contolll__testimonial-readmore {
  color: #fff;
}
.contolll__testimonial-readmore i {
  color: rgb(255, 94, 20);
  padding-left: 10px;
}
.contolll__testimonial-wrapper {
  position: relative;
}
.contolll__testimonial .swiper-button-left {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: rgb(255, 94, 20);
  border: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}
.contolll__testimonial .swiper-button-right {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: rgb(255, 94, 20);
  border: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
}
.contolll__testimonial-bwrapper {
  background: rgb(255, 94, 20);
  padding: 70px;
  position: relative;
  max-width: 1170px;
  margin: auto;
}
@media (max-width: 768px) {
  .contolll__testimonial-bwrapper {
    padding: 20px;
  }
}
.contolll__testimonial-bwrapper.contollll-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 75px;
  display: flex;
  align-items: center;
}
.contolll__testimonial-btitle {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .contolll__testimonial-btitle {
    font-size: 25px;
  }
}
.contolll__testimonial-bdis {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.contolll__testimonial-breadmore {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.contolll__testimonial-breadmore i {
  padding-left: 10px;
}
.contolll__testimonial-shepe1111 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}
.contolll__testimonial-bframe {
  position: absolute;
  right: -100px;
  top: -115px;
}
@media (max-width: 991px) {
  .contolll__testimonial-bframe {
    display: none;
  }
}
.contolll__team {
  border-top: 0;
  padding-bottom: 0;
}
.contolll__team span.swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 6px solid rgb(255, 94, 20);
  margin: 0 8px !important;
}
.contolll__team span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 94, 20);
  border: 0;
}

/*
---------------------
  HOMEPAGE TEAM 04
---------------------
*/
.contollll__testimonial-wrapper {
  text-align: left;
  max-width: 530px;
  margin-left: auto;
}
.contollll__we {
  background-image: url("../img/home-4/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 375px;
  padding: 110px 0;
  position: relative;
  z-index: 2;
  padding-left: 75px;
}
.contollll__we::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(3, 44, 91);
  opacity: 0.922;
  z-index: -2;
}
.contollll__we-wrapper {
  max-width: 530px;
  text-align: left;
}
.contollll__we-newImagess {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
}
.contollll__we-top {
  position: absolute;
  right: 280px;
  top: 45px;
  bottom: 20px;
}

img.contollll__testimonial-bframe {
  width: 480px;
  position: absolute;
  left: 0;
}

.newThumb::before {
  position: absolute;
  content: "";
  left: 7%;
  right: 0px;
  top: -22px;
  height: 100%;
  width: 86%;
  border: 12px solid rgb(255, 94, 20);
  border-radius: 30px;
  z-index: -2;
  background: #fff;
}

.newThumb {
  margin-top: 54px;
}

.newContact {
  margin-top: -70px;
}

@media screen and (max-width: 1200px) {
  .contolll__testimonial-bwrapper .contolll__testimonial-bframe {
    display: none !important;
  }
  .home4conrollimg {
    display: none !important;
  }
  .home4-serviceimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }
  .home4-serviceimg img {
    width: 80%;
  }
  .contollll__service-left::after {
    content: "";
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 85px;
    background: rgb(255, 94, 20);
    clip-path: polygon(54% 48%, 0 0, 0 100%);
  }
  .contolll__service-ritem img {
    width: 80%;
    display: flex;
    justify-content: start;
  }
}
@media screen and (max-width: 1024px) {
  .contolll__testimonial {
    display: none !important;
  }
  .home4-testimoal-img {
    width: 400px !important;
    margin-left: -102px !important;
  }
  .contolll__testimoniall-item {
    max-width: 100%;
  }
  .homeThreeSlide .swiper-slide-active {
    border-radius: 230px 230px 48px 48px;
  }
}
@media screen and (max-width: 992px) {
  .contolll__testimonial-bframe {
    position: absolute;
    right: -3px;
    top: 22px;
    width: 273px;
  }
  .contollll__testimonial-wrapper {
    max-width: 100%;
  }
  .contollll__testimonial-bframe {
    display: none;
  }
  .contollll__we {
    margin-left: 0px;
  }
  .contollll__we-top {
    display: none;
  }
  .index__team-name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .shepe1111 {
    display: none;
  }
  .contolll__testimonial-bwrapper.contollll-wrapper {
    position: relative;
    left: -22px;
  }
  .contollll__testimonial-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .swiper-slide.swiper-slide-active {
    margin-left: 81px;
  }
  .index__team-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .swiper-slide.swiper-slide-active {
    margin-left: 10px !important;
  }
  .index__why-content {
    display: none !important;
  }
  .contollll__we-newImagess {
    display: none;
  }
  .contollll__we {
    padding-left: 11px;
  }
  .contollll__we-wrapper {
    text-align: center;
  }
  .contollll__card-item.projectHover {
    display: flex;
    flex-direction: column;
  }
  .n-service-banner {
    padding-top: 114px !important;
    margin-top: -131px !important;
  }
  .about__hero {
    padding-top: 62px;
    margin-top: -132px !important;
  }
}
@media screen and (max-width: 375px) {
  .swiper-slide.swiper-slide-active {
    margin-left: 0px !important;
  }
}
/*
---------------------
  HOMEPAGE NOTIFICATION 01
---------------------
*/
.videoplay::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  top: -5%;
  left: 48.7%;
  position: absolute;
  animation: played 1.3s ease-out infinite;
}

@keyframes played {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    transform: scale(1.5);
    opacity: 0, 8;
  }
  50% {
    transform: scale(2.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.index__notification {
  background-image: url("../img/notification/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 130px 0;
}
.index__notification::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(3, 44, 91, 0.808);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.index__notification-video {
  text-align: center;
}
.index__notification-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.index__notification-dis {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
.index__notification-hator {
  position: absolute;
  left: 75px;
  top: -200px;
}
@media (max-width: 768px) {
  .index__notification-hator {
    top: -100px;
    width: 150px;
  }
}
.index__notification-homeSide {
  position: absolute;
  bottom: -258px;
  right: 100px;
}
.index__notification-wrapper {
  text-align: center;
  max-width: 775px;
  margin: auto;
  margin-top: -210px;
}
.index__notification .video {
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 94, 20);
  border: 10px solid #fff;
  margin: auto;
  margin-bottom: 50px;
}
.index__notification .video i {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: rgb(255, 94, 20);
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
}
.index__notification2 {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
  z-index: 3;
  background: rgb(3, 44, 91);
}
.index__notification2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 56%;
  background-color: rgb(255, 94, 20);
  z-index: -2;
  border-top: 122px solid transparent;
  border-bottom: 120px solid transparent;
  border-right: 121px solid rgb(3, 44, 91);
}
.index__notification2-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.index__notification2-group {
  position: absolute;
  bottom: -50px;
  left: 0;
  max-width: 360px;
  z-index: -1;
}
.index__notification2-right {
  text-align: center;
  float: right;
}

@media screen and (max-width: 1440px) {
  .videoplay::before {
    top: -5%;
    left: 48.3%;
  }
}
@media screen and (max-width: 1200px) {
  .index__notification-hator {
    display: none;
  }
  .index__notification-homeSide {
    display: none;
  }
  .videoplay::before {
    top: -5%;
    left: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .videoplay::before {
    top: -5%;
    left: 47.6%;
  }
}
@media screen and (max-width: 992px) {
  .contoll__baner::before {
    width: 74% !important;
  }
}
@media screen and (max-width: 768px) {
  .videoplay::before {
    left: 46.7%;
  }
}
@media screen and (max-width: 576px) {
  .videoplay::before {
    content: "";
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: -4%;
    left: 42.7%;
    position: absolute;
    animation: played 1.3s ease-out infinite;
  }
  .videoplay::before {
    top: -4%;
    left: 45.7%;
  }
  .index__notification-title {
    font-size: 30px;
  }
  .index__notification2-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 32px;
  }
  .index__notification2-right {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .videoplay::before {
    top: -4%;
    left: 44.3%;
  }
  .contoll__faq-content {
    display: none;
  }
  .contolll__testimonial-bwrapper {
    margin-top: 0px;
  }
  .contolll__about-item {
    text-align: center;
  }
  .contolll__we-item {
    text-align: center;
  }
  .contolll__testimoniall-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .contolll__service-pdis {
    text-align: center;
  }
  .contolll__service-btnwrap {
    text-align: center;
  }
}
/*
 ---------------------
   HOMEPAGE WHY 01
 ---------------------
 */
.why-row {
  display: flex;
  justify-content: space-between;
}
.why-row .w-rigth {
  width: 48%;
}
.why-row .w-left {
  width: 48%;
}
.why-row .w-left img {
  width: 100% !important;
}
.why-row .w-left .imgbox img {
  width: 100% !important;
}

.imgbox {
  padding: 15px;
  background: #ddd;
  border: 1px solid rgb(255, 94, 20);
}
.imgbox img {
  width: 100%;
}

.index__why {
  padding: 100px 0;
  overflow: hidden;
}
.index__why-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .index__why-content {
    flex-wrap: wrap;
  }
}
.index__why-content.contollll-why::before {
  display: none;
}
.index__why-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .index__why-content::before {
    display: none;
  }
}
.index__why-content p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  padding-top: 10px;
  display: inline-block;
}
.index__why-header {
  display: flex;
  gap: 30px;
  align-items: center;
}
.index__why-header span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.index__why-icon {
  width: 52px;
  height: 52px;
  background-color: rgb(3, 44, 91);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__why-dis1 {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
}
.index__why-dis {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-bottom: 50px;
}
.index__why-dis small {
  color: rgb(255, 94, 20);
}
.index__why-left.contollll__why {
  max-width: 560px;
}

.index__why-header:hover .index__why-icon {
  background: rgb(255, 94, 20);
  color: #fff;
}

@media screen and (max-width: 992px) {
  .why-row {
    display: block;
  }
  .why-row .w-left {
    width: 190% !important;
    margin: 0 auto;
    padding: 40px 30px;
  }
  .why-row .w-rigth {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index__why-dis1 {
    font-size: 15px;
  }
  .index__why-header span {
    font-size: 18px;
  }
  .index__why-header {
    margin-bottom: 10px;
  }
  .index__why-dis {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .index__why {
    padding: 58px 0;
    overflow: hidden;
  }
}
/*
---------------------
  HOMEPAGE BLOG 01
---------------------
*/
.index__blog {
  padding-top: 100px;
  padding-bottom: 100px;
}
.index__blog-meta {
  display: flex;
  background-color: rgb(3, 44, 91);
  color: #fff;
  max-width: 180px;
  gap: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  outline: 5px solid #fff;
  position: absolute;
  bottom: -20px;
  right: 40px;
  transition: 0.3s;
}
.index__blog-meta.contolll__blog-meta {
  left: 25px;
}
.index__blog-meta::before {
  content: "";
  left: 45px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
}
.index__blog-meta:hover {
  background-color: rgb(255, 94, 20);
}
.index__blog-thumb {
  position: relative;
}
.index__blog-thumb::before {
  content: "";
}
.index__blog-thumb img {
  width: 100%;
  border-radius: 10px;
}
.index__blog-content {
  padding-top: 50px;
  margin-bottom: 50px;
}
.index__blog-content h3 {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  color: #18181c;
}
@media (max-width: 1200px) {
  .index__blog-content h3 {
    font-size: 20px;
  }
}
.index__blog-content p {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  color: #333333;
  padding-bottom: 0px;
}
.index__blog-readmore {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  transition: 0.3s;
}
.index__blog-readmore:hover {
  color: rgb(255, 94, 20);
  letter-spacing: 2px;
}
.index__blog-readmore i {
  padding-left: 20px;
}
.index__blog .swiper-pagination-bullet {
  border: 4px solid rgb(255, 94, 20);
  height: 17px;
  width: 17px;
  background-color: #fff;
}
.index__blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: rgb(255, 94, 20);
}

.newBlog:hover .index__blog-meta {
  background: rgb(255, 94, 20);
}

.newBlog:hover .index__blog-readmore {
  color: rgb(255, 94, 20);
}

/*
---------------------
  BLOG DETAILS
---------------------
*/
.blog__details-searchhh {
  margin-bottom: 50px;
}
.blog__details img {
  max-width: 100%;
}
.blog__details-wrapper {
  padding: 100px 0;
}
.blog__details-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.blog__details-meta li {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}
.blog__details-meta p {
  display: inline-block;
  background: rgb(255, 94, 20);
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
}
.blog__details-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #333333;
  margin-bottom: 25px;
}
.blog__details-discription {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  padding-right: 78px;
}
.blog__details-middle {
  padding-top: 45px;
}
.blog__details-itemm {
  background: rgb(236, 243, 248);
  padding: 40px;
  margin-bottom: 60px;
}
.blog__details-itemm img {
  display: block;
  padding-bottom: 30px;
}
.blog__details-title1 {
  color: #636363;
  font-size: 16px;
  font-style: italic;
}
.blog__details-title2 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #333333;
  margin-bottom: 10px;
}
.blog__details-title3 {
  font-size: 16px;
  color: #636363;
}
.blog__details-thumb {
  padding-bottom: 50px;
  margin-top: 50px;
}
.blog__details-search form {
  position: relative;
}
.blog__details-search form button {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  color: #fff;
  background: rgb(255, 94, 20);
}
.blog__details-search input {
  height: 40px;
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  padding: 10px 20px;
}
.blog__details-widget {
  margin-bottom: 50px;
  border: 1px solid rgb(221, 221, 221);
  padding: 30px;
  border-radius: 15px;
}
.blog__details-wtitle {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #333333;
  display: block;
}
.blog__details-cate {
  padding-top: 30px;
}
.blog__details-cate li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  color: #636363;
}
.blog__details-cate li:hover {
  color: rgb(255, 94, 20);
}
.blog__details-cate li a {
  color: #333333;
  font-size: 17px;
  font-family: "Rubik";
}
.blog__details-cate li a:hover {
  color: rgb(255, 94, 20);
}
.blog__details-cate li i {
  padding-right: 10px;
}
.blog__details-tags {
  padding-top: 30px;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto;
  text-align: center;
}
.blog__details-tags li {
  padding: 7px 20px;
  border: 1px solid rgb(221, 221, 221);
}
.blog__details-tags li:hover {
  background: rgb(255, 94, 20);
}
.blog__details-tags li:hover a {
  color: #fff;
}
.blog__details-tags li a {
  color: #333333;
}
.blog__details-recentpost {
  padding-bottom: 20px;
  display: flex;
  gap: 15px;
}
.blog__details-wtitlewrap {
  padding-bottom: 20px;
}
.blog__details-recentthumb img {
  max-width: 95px;
}
.blog__details-recentcontent span {
  display: block;
  padding-bottom: 5px;
}
.blog__details-recentcontent span i {
  padding-right: 10px;
}
.blog__details-recentdis {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.blog__details-recentdis a {
  color: #333333;
}
@media (max-width: 768px) {
  .blog__details-sidebar {
    padding-top: 50px;
  }
}

.contol__contactwrapper-ctitle {
  display: block;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  font-family: "Barlow", sans-serif;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px;
}
.contol__contactwrapper-fieldwrapper {
  display: flex;
  gap: 33px;
  margin-bottom: 30px;
}
.contol__contactwrapper-fieldwrapper input {
  height: 40px;
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  padding: 10px 20px;
}
.contol__contactwrapper-fieldwrapper2 textarea {
  height: 150px;
  width: 66%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  padding: 10px 20px;
}
.contol__contactwrapper-btnsubmit {
  padding: 10px 50px;
  color: #fff;
  background: rgb(255, 94, 20);
  border-radius: 5px;
}
.contol__contactwrapper-btnwrap {
  padding-top: 20px;
}

.BPfourHover:hover .contolll__blog-meta {
  background: rgb(255, 94, 20);
}

.BPfourHover:hover .index__blog-meta {
  background: rgb(255, 94, 20);
}

.BPfourHover:hover .index__blog-readmore {
  color: rgb(255, 94, 20) !important;
}

.contoll__contactwrapper-field {
  width: 33%;
}
.contoll__contactwrapper-field input {
  width: 100%;
}

.contoll__contactwrapper-fiel {
  width: 70%;
}
.contoll__contactwrapper-fiel textarea {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .index__blog-thumb img {
    border-radius: 10px 10px 0px 0px;
  }
  .contol__contactwrapper-fieldwrapper {
    display: block !important;
  }
  .contoll__contactwrapper-field {
    width: 100% !important;
  }
  .contoll__contactwrapper-field input {
    margin-bottom: 20px;
    width: 100%;
  }
  .contoll__contactwrapper-fiel {
    width: 100% !important;
  }
  .contoll__contactwrapper-fiel textarea {
    width: 100%;
  }
}
/*
---------------------
  GLOBAL BUTTONS
---------------------
*/
.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background-color: rgb(255, 94, 20);
  border-radius: 100px;
  border: 1px solid transparent;
  transition: 0.3s;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 8px 23px;
    font-size: 12px;
  }
}
.primary-btn.index-3-headerbtn {
  padding: 12px 30px;
}
@media (max-width: 576px) {
  .primary-btn {
    padding: 8px 20px;
  }
}
.primary-btn i {
  padding-left: 5px;
}
.primary-btn:hover {
  color: rgb(255, 94, 20);
  border: 1px solid rgb(255, 94, 20);
  background-color: transparent;
  font-family: "Rubik", sans-serif;
}

.secondary-btn {
  color: #fff;
  background: rgb(255, 94, 20);
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .primary-btn.index-3-headerbtn {
    padding: 8px 27px;
    font-size: 15px;
  }
  .primary-btn {
    padding: 9px 30px;
  }
}
@media screen and (max-width: 768px) {
  .primary-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .primary-btn.index-3-headerbtn {
    padding: 6px 24px;
    font-size: 12px;
  }
  .primary-btn {
    font-size: 12px;
  }
}
/*
---------------------
  HOMEPAGE FAQ 01
---------------------
*/
.contoll__faq {
  background: rgb(236, 243, 248);
  background-image: url("../img/faq/faq-bg-shape.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.contoll__faq.bg-none {
  background-image: unset;
  background: transparent;
}
.contoll__faq-img img {
  max-width: 100%;
}
.contoll__faq-testwrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto 600px;
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .contoll__faq-testwrapper {
    grid-template-columns: auto;
  }
}
.contoll__faq-content {
  background: rgb(255, 94, 20);
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 910px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .contoll__faq-content {
    padding-left: 20px;
  }
}
.contoll__faq-right {
  max-width: 570px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .contoll__faq-right {
    padding-left: 30px;
  }
}
.contoll__faq-contentwrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contoll__faq-conleft h2 {
  font-size: 100px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  background: rgb(3, 44, 91);
  padding: 15px 15px;
}
.contoll__faq-conleft p {
  font-size: 17px;
}
.contoll__faq .testimonial-img-active {
  max-width: 170px;
}
@media (max-width: 991px) {
  .contoll__faq .testimonial-img-active {
    max-width: 296px;
  }
}
.contoll__faq .test-img-item {
  margin: 0 5px;
}
.contoll__faq .test-item p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contoll__faq .test-item {
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .contoll__faq .test-item {
    max-width: 100%;
  }
}
.contoll__faq .accordion-item {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  margin-top: 30px;
}
.contoll__faq .accordion-button:focus {
  border: 0;
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.contoll__faq .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 10px;
  height: 20px;
  margin-left: auto;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: url("none");
  transition: transform 0.2s ease-in-out;
  border-radius: 50px;
}
.contoll__faq .accordion-button:not(.collapsed)::after {
  background-image: url("none");
  transform: rotate(0);
  font-size: 10px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgb(3, 44, 91);
}
.contoll__faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgb(255, 94, 20);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.contoll__faq .accordion-button i {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: rgb(255, 94, 20);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 50px;
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .contoll__faq-right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contoll__faq-right {
    margin: 0 auto;
  }
}
/*
---------------------
  HOMEPAGE CONTACT 01
---------------------
*/
.contoll__contact {
  padding-top: 140px;
  overflow: hidden;
}
.contoll__contact-item {
  background: rgb(3, 44, 91);
  border-radius: 21px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .contoll__contact-item {
    padding: 15px;
  }
}
.contoll__contact-section {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .contoll__contact-imgpeople {
    width: 100%;
  }
}
.contoll__contact-field {
  margin-bottom: 20px;
}
.contoll__contact-field input {
  height: 40px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0 30px;
  transition: 0.5s;
  border: 0;
}
.contoll__contact-field input:focus {
  outline: 1px solid rgb(255, 94, 20);
}
.contoll__contact-field input::placeholder {
  font-size: 15px;
  color: #636363;
  font-family: "Rubik", sans-serif;
}
.contoll__contact-img {
  position: relative;
}
.contoll__contact-btn {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: rgb(255, 94, 20);
  border-radius: 5px;
  transition: all linear 0.3s;
}
.contoll__contact-newContImg {
  margin-bottom: 160px;
  margin-left: -200px;
}
.contoll__contact-abs {
  position: absolute;
}
.contoll__contact-abs.s1 {
  top: 180px;
  left: -44px;
}
@media (max-width: 1200px) {
  .contoll__contact-abs.s1 {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .contoll__contact-abs.s2 {
    left: 0;
  }
}
@media (max-width: 991px) {
  .contoll__contact-abs.s2 {
    display: none;
  }
}

.contactNew {
  padding-top: 0px;
}

.contoll__contact-btn:hover {
  color: #fff;
  transform: scale(1.1);
}

img.contoll__contact-abs.s2 {
  top: 0px;
  right: -195px;
}

.contoll__contact-img {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .contoll__contact-img {
    width: 100%;
  }
}

/*
---------------------
  HOMEPAGE CONTACT 02
---------------------
*/
.contoll__contact {
  background-image: url("../img/home-3/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.contoll__contact.about-contact {
  padding-bottom: 0;
  background-image: unset;
}
.contoll__blog-meta {
  top: 20px;
  bottom: unset;
  right: auto;
  left: 20px;
}
.contoll__blog-item {
  padding: 0;
  border-radius: 10px;
}
.contoll__blog-item:hover .index__blog-content {
  background: rgb(255, 94, 20);
  color: #fff;
}
.contoll__blog-item:hover h3 {
  color: #fff;
}
.contoll__blog-item:hover .index__blog-meta {
  background: rgb(255, 94, 20);
}
.contoll__blog-item:hover .index__blog-content p {
  color: #fff;
}
.contoll__blog-item:hover .index__blog-readmore {
  color: #fff;
}
.contoll__blog-item .index__blog-content {
  padding: 30px;
}

@media screen and (max-width: 992px) {
  img.contoll__contact-imgpeople {
    margin-left: -74px;
  }
  .contoll__contact-abs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  img.contoll__contact-imgpeople {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  img.contoll__contact-imgpeople {
    margin-left: 8px !important;
  }
}
/*
---------------------
  HOMEPAGE FOOTER 01
---------------------
*/
.index__footer {
  background: url("../img/logo/footer-shape.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(3, 44, 91, 0.975);
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .index__footer {
    padding-left: 15px;
  }
}
.index__footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/logo/footer-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.index__footer-dis {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .index__footer-dis {
    font-size: 15px;
  }
}
.index__footer-fsocial {
  gap: 10px;
  display: flex;
  padding-top: 20px;
}
.index__footer-fsocial :hover {
  background: rgb(255, 94, 20);
  border: #fff;
  color: #fff;
}
.index__footer-fsocial li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index__footer-fsocial li a {
  color: rgb(255, 94, 20);
}
.index__footer-service h4 {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-left: -13px;
}
.index__footer-list {
  padding-top: 35px;
}
.index__footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 3px;
}
.index__footer-list li::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  clip-path: polygon(43% 48%, 0 0, 0 100%);
}
@media (max-width: 1024px) {
  .index__footer-list li::before {
    width: 12px;
    height: 10px;
  }
}
.index__footer-list li a {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 1024px) {
  .index__footer-list li a {
    font-size: 14px;
  }
}
.index__footer-schedule h4 {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.index__footer-listing {
  padding-top: 30px;
}
.index__footer-listing li {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .index__footer-listing li {
    font-size: 14px;
  }
}
.index__footer-img1 {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .index__footer-img1 {
    display: none;
  }
}
.index__footer-circle {
  position: absolute;
  bottom: -175px;
  right: 0;
  width: 320px;
  height: 320px;
  background: rgb(255, 94, 20);
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .index__footer-circle {
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .index__footer-circle {
    display: none;
  }
}
.index__footer-schedule {
  position: relative;
  padding: 40px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .index__footer-schedule {
    padding-left: 0;
  }
}
.index__footer-schedule::before {
  content: "";
  height: 430px;
  width: 94%;
  position: absolute;
  top: -79px;
  background-color: rgb(255, 255, 255);
  opacity: 0.11;
  margin-left: -52px;
}
@media (max-width: 991px) {
  .index__footer-schedule::before {
    display: none;
  }
}
.index__footer-top {
  padding-bottom: 10px;
}
.index__footer-bottom {
  position: relative;
  padding: 30px 0;
}
.index__footer-bottom::before {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px solid rgb(213, 234, 251);
  opacity: 0.141;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}
.index__footer-copyText {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .index__footer-copyText {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .index__footer-copyText {
    margin-bottom: 30px;
  }
}
.index__footer-menu {
  display: flex;
  gap: 28px;
  justify-content: right;
}
@media (max-width: 768px) {
  .index__footer-menu {
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.index__footer-menu li a {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 1200px) {
  .index__footer-menu li a {
    font-size: 14px;
  }
}

/* .about__hero {
  padding-top: 235px;
  padding-bottom: 100px;
  background-image: url("../img/inner/aboutbg.jpg");
  background-size: cover;
  margin-top: -60px;
  position: relative;
} */
@media (max-width: 768px) {
  .about__hero {
    padding-top: 50px;
  }
}
.about__hero-title {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .about__hero-title {
    font-size: 30px;
  }
}
.about__hero-list {
  margin-top: 20px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
}
.about__hero-list li {
  font-size: 17px;
  display: inline-block;
}
.about__hero-list li a {
  text-transform: capitalize;
  color: #636363;
  display: block;
}
.about__hero-active {
  color: rgb(255, 94, 20) !important;
}
.about__hero-bg {
  position: absolute;
  bottom: 0;
  right: 230px;
}
@media (max-width: 1500px) {
  .about__hero-bg {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .about__hero-bg {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .about__hero-bg {
    max-width: 350px;
  }
}

.error__page {
  padding-bottom: 100px;
  padding-top: 100px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .error__page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.error__page-wrapper {
  text-align: center;
}
.error__page-thumb {
  margin-bottom: 35px;
}
.error__page-thumb img {
  max-width: 100%;
}
.error__page-title {
  font-family: "Barlow", sans-serif;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px;
}
.error__page-dis {
  font-size: 17px;
  padding-bottom: 10px;
}

.service__detailsinner {
  padding-top: 100px;
}
.service__detailsinner-wrapper {
  padding-bottom: 100px;
}
.service__detailsinner-thumb {
  margin-bottom: 50px;
}
.service__detailsinner-thumb img {
  border-radius: 13px;
}
.service__detailsinner-listdetail li {
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  transition: all linear 0.3s;
}
.service__detailsinner-listdetail li:hover i {
  background: rgb(255, 94, 20);
}
.service__detailsinner-listdetail li i {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: rgb(3, 44, 91);
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  margin-right: 20px;
}
.service__detailsinner-detail1 {
  padding-bottom: 70px;
  overflow: hidden;
}
.service__detailsinner-right {
  position: relative;
}
.service__detailsinner-right img {
  border-radius: 13px;
}
.service__detailsinner-circle {
  border-radius: 50%;
  width: 391px;
  height: 391px;
  border: 10px solid #fff;
  background: rgb(255, 94, 20);
  display: flex;
  justify-content: center;
  position: absolute;
  right: -195px;
  top: 0;
  padding-left: 120px;
}
.service__detailsinner-circle p {
  color: #fff;
  font-size: 17px;
  transform: rotate(270deg);
  direction: ltr;
  text-align: center;
}
.service__detailsinner-lgdis {
  font-size: 16px;
  color: #636363;
}

.team__innerteam-left {
  width: 60%;
  margin: auto;
  margin-bottom: 35px;
}

.serviceDetails {
  margin-bottom: 60px;
}
.serviceDetails p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #636363;
}

.service__detailsinner-thumb img {
  width: 100%;
}

.project__innerdetails-thumb img {
  width: 100%;
}

.project__innerdetails {
  padding-top: 100px;
}
.project__innerdetails-left {
  max-width: 575px;
}
.project__innerdetails-list1 li {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.project__innerdetails-list1 li img {
  padding-right: 10px;
}
.project__innerdetails-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  padding-bottom: 20px;
}
.project__innerdetails-thumb {
  padding: 50px 0;
}
.project__innerdetails p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #636363;
}

.team__innerteam {
  padding: 130px 0;
}
.team__innerteam-social {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  padding: 10px 40px;
}
.team__innerteam-list li {
  margin-bottom: 25px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  padding: 10px 40px;
}
.team__innerteam-stitle {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.team__innerteam .index__footer-fsocial {
  padding-top: 0;
}

.team__innerteam-left img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .about__hero-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 992px) {
  .n-service-banner {
    padding-top: 120px !important;
  }
  .about__hero {
    padding-top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .service-hero-contoll {
    text-align: center !important;
  }
  .service-hero-contoll .service-hero-titleN {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .about__hero-content {
    text-align: center;
    margin-bottom: 23px;
  }
  .contoll__baner-item {
    text-align: center;
    margin-top: 30px;
  }
  .about__hero {
    padding-top: 62px;
  }
  .about__hero-title {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 992px) {
  .baner-right img {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */



    
    /* --- 1. Force Full Width on the Main Section --- */
.custom-slider-section {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4; /* Fallback color matching your site */
}

/* --- 2. Slider Container --- */
.custom-slider-container {
    width: 100%;
    min-height: 650px; /* Increased height for better visual balance */
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

/* --- 3. Individual Slide Full Width --- */
.cs-slide {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 1;
    
    /* Ensure internal divs span full width */
    display: flex;
    justify-content: center;
}

.cs-slide.active-slide {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* --- 4. Internal Structure Overrides (Crucial for Full Width) --- */
/* Force your existing classes to span full width */
.cs-slide .chiled-main-banner,
.cs-slide .bg-color {
    width: 100%;
    width: 100vw; /* Forces viewport width */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

/* --- 5. Content Wrapper (Keeps text centered) --- */
/* This keeps the text/images from hitting the screen edges */
.banner-wrapper {
    width: 100%;
    max-width: 1320px; /* Standard Bootstrap XL container width */
    margin: 0 auto;    /* Centers the content */
    padding: 0 15px;   /* Adds safe space on mobile */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* Allows stacking on mobile */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .banner-wrapper {
        flex-direction: column;
        text-align: center;
        padding-top: 50px;
    }
    
    .banner-left, .baner-right {
        width: 100%;
    }

    .custom-slider-container {
        min-height: auto;
        padding-bottom: 50px;
    }
}
/* --- Navigation Container (Forces buttons to sit on top of everything) --- */
.cs-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9999; /* Extremely high value to ensure visibility */
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 30px; /* Space from left/right edges */
    pointer-events: none; /* Allows you to click text under the empty space */
}

/* --- The Buttons Themselves --- */
.cs-nav-btn {
    pointer-events: auto; /* Makes the button clickable */
    background-color: #ff5e14; /* Bright Orange for visibility */
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid #fff; /* White border to pop against images */
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* Shadow/Drop */
    transition: transform 0.3s ease;
}

.cs-nav-btn:hover {
    background-color: #1a1a1a; /* Dark color on hover */
    transform: scale(1.1);
}


    /* --- Section Spacing & Background --- */
.home-project-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

/* --- Header Styling --- */
.text-center { text-align: center; }

.section-title-wrapper { margin-bottom: 50px; }

.sub-title {
    color: #ff5e14; /* Your Brand Orange */
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.main-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.title-desc {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Filter Buttons --- */
.project-filter-menu {
    text-align: center;
    margin-bottom: 40px;
}

.filter-btn {
    background: transparent;
    border: 1px solid #e0e0e0;
    padding: 10px 25px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #ff5e14;
    color: #fff;
    border-color: #ff5e14;
}

/* --- Project Grid --- */
.project-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns */
    gap: 30px;
}

/* --- Individual Project Card --- */
.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.project-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    min-height: 350px; /* Ensures uniform height */
}

/* --- Hover Overlay Effect --- */
.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: all 0.4s ease;
}

/* Content inside overlay */
.project-content {
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.project-content .category {
    color: #ff5e14;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.project-content h3 {
    margin: 0;
}

.project-content h3 a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.project-content h3 a:hover {
    color: #ff5e14;
}

.arrow-icon {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    background: #ff5e14;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

/* --- Hover Actions --- */
.project-item:hover .project-img-box img {
    transform: scale(1.1); /* Zoom effect */
}

.project-item:hover .project-overlay {
    opacity: 1; /* Show overlay */
}

.project-item:hover .project-content {
    transform: translateY(0); /* Slide text up */
}

.project-item.hide {
    display: none;
}

.project-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* --- View All Button --- */
.project-view-all {
    margin-top: 50px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .project-grid-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 cols on tablet */
    }
}

@media (max-width: 768px) {
    .project-grid-wrapper {
        grid-template-columns: 1fr; /* 1 col on mobile */
    }
    .filter-btn {
        margin-bottom: 10px;
    }
}


    /* --- Section Container --- */
.cs-quote-section {
    padding: 80px 15px;
    background-color: #f4f4f4; /* Light grey background */
    display: flex;
    justify-content: center;
}

/* --- Form Wrapper (Centered Box) --- */
.cs-quote-wrapper {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 900px; /* Limits width so it doesn't stretch too far */
    margin: 0 auto;   /* Centers the box horizontally */
}

/* --- Header Styling --- */
.cs-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.cs-sub-title {
    color: #ff5e14; /* Orange */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.cs-main-title {
    font-size: 32px;
    color: #1a1a1a;
    margin: 10px 0;
    font-weight: 700;
}

/* --- Grid Layout (The Magic Part) --- */
.cs-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 20px; /* Space between inputs */
}

/* --- Input Fields --- */
.cs-input-group input,
.cs-input-group select,
.cs-input-group textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 15px;
    color: #555;
    outline: none;
    transition: all 0.3s ease;
}

.cs-input-group input:focus,
.cs-input-group select:focus,
.cs-input-group textarea:focus {
    border-color: #ff5e14; /* Orange border on click */
    background-color: #fff;
}

/* --- Full Width Utility --- */
.cs-input-group.full-width {
    grid-column: span 2; /* Makes the element span across both columns */
}

/* --- Submit Button --- */
.cs-submit-btn {
    background-color: #ff5e14;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cs-submit-btn:hover {
    background-color: #1a1a1a; /* Dark hover */
    transform: translateY(-2px);
}

/* --- Responsive (Mobile) --- */
@media (max-width: 768px) {
    .cs-quote-wrapper {
        padding: 30px 20px;
    }

    .cs-form-grid {
        grid-template-columns: 1fr; /* Stack into 1 column on mobile */
    }

    .cs-input-group.full-width {
        grid-column: span 1;
    }
}

    /* --- Section Padding --- */
.cs-team-section {
    /* padding: 100px 0; */
    background-color: #f9f9f9;
}

/* --- Card Container --- */
.cs-team-card {
    position: relative;
    overflow: hidden; /* Hides the overlay when it's slid down */
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 400px; /* Fixed height for uniformity */
    width: 100%;
}

/* --- Image Styling --- */
.cs-team-img {
    height: 100%;
    width: 100%;
}

.cs-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the box without stretching */
    transition: transform 0.5s ease;
}

/* --- Hover: Zoom Image --- */
.cs-team-card:hover .cs-team-img img {
    transform: scale(1.1);
}

/* --- Overlay (Hidden Initially) --- */
.cs-team-overlay {
    position: absolute;
    bottom: -100px; /* Hidden below the card initially */
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 20px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    height: 50%; /* Covers bottom half when active */
}

/* --- Hover: Show Overlay --- */
.cs-team-card:hover .cs-team-overlay {
    bottom: 0;
    opacity: 1;
}

/* --- Text Details --- */
.cs-team-details {
    width: 100%;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s; /* Slight delay */
}

.cs-team-card:hover .cs-team-details {
    transform: translateY(0);
}

.cs-team-details h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cs-team-details span {
    color: #ff5e14; /* Orange Text */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

/* --- Social Icons --- */
.cs-team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}

.cs-team-social a:hover {
    background: #ff5e14; /* Orange Hover */
    transform: translateY(-3px);
}

    /* --- Section Spacing --- */
.cs-vision-mission-section {
    padding: 40px 0;
    background-color: #f4f4f4; /* Light Grey Background to make cards pop */
}

/* --- Card Container --- */
.cs-vm-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start; /* Aligns icon with text top */
    gap: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 3px solid transparent; /* Invisible border for hover effect */
    height: 100%;
}

/* --- Hover Effect --- */
.cs-vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-bottom-color: #ff5e14; /* Orange line appears on hover */
}

/* --- Icon Styling --- */
.cs-vm-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 94, 20, 0.1); /* Light Orange Circle */
    color: #ff5e14; /* Orange Icon */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.3s ease;
}

.cs-vm-card:hover .cs-vm-icon {
    background-color: #ff5e14;
    color: #ffffff;
}

/* --- Content Styling --- */
.cs-vm-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.cs-vm-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .cs-vm-card {
        flex-direction: column; /* Stack icon on top of text for mobile */
        text-align: center;
        align-items: center;
    }
}


    /* --- Section Padding --- */
.cs-sidebar-service-section {
    /* padding: 80px 0; */
    background-color: #f9f9f9;
}

/* --- LEFT SIDE: Grid Layout --- */
.cs-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Columns */
    gap: 30px;
}

/* --- THE CARD (3 Inch Width x 4 Inch Height) --- */
.cs-service-mini-card {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    
    /* Approx Dimensions requested */
    height: 385px; /* ~4 Inches */
    /* Width is handled by grid, but approx 290px (~3 inches) on desktop */
    
    position: relative;
    display: flex;
    flex-direction: column;
}

.cs-service-mini-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #ff5e14; /* Orange Border on Hover */
}

/* 1. Small Image at Top */
.cs-card-img {
    height: 160px; /* Top part image */
    width: 100%;
    overflow: hidden;
}

.cs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cs-service-mini-card:hover .cs-card-img img {
    transform: scale(1.1);
}

/* 2. Icon (Floating overlapping circle) */
.cs-card-icon {
    width: 60px;
    height: 60px;
    background-color: #ff5e14; /* Orange */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 4px solid #fff; /* White border to separate from image */
    margin: -30px auto 10px; /* Pulls it up into the image */
    position: relative;
    z-index: 2;
}

/* 3. Details */
.cs-card-content {
    padding: 15px 20px;
    text-align: center;
    flex-grow: 1; /* Pushes content to fill height */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-card-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.cs-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1; /* Pushes button to bottom */
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #ff5e14;
    text-transform: uppercase;
}

/* --- RIGHT SIDE: Sidebar --- */
.cs-service-sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
    position: relative;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff5e14;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
}

.sidebar-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.sidebar-list li a:hover {
    background-color: #ff5e14;
    color: #fff;
    padding-left: 25px; /* Slide effect */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .cs-card-grid {
        margin-bottom: 50px; /* Space between grid and sidebar on mobile */
    }
}

@media (max-width: 576px) {
    .cs-card-grid {
        grid-template-columns: 1fr; /* Stack cards on small phones */
    }
    .cs-service-mini-card {
        height: auto; /* Auto height on mobile for better fit */
        min-height: 350px;
    }
}

    /* --- Section Styling --- */
.cs-slider-grid-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* --- Card Container --- */
.cs-slider-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.cs-slider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* --- Custom Slider Wrapper --- */
.cs-custom-slider {
    position: relative;
    width: 100%;
    height: 300px; /* Fixed height for consistency */
    overflow: hidden;
    background: #000;
}

.cs-slides-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* --- Individual Slide --- */
.cs-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

.cs-slide-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.cs-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Slider Buttons --- */
.cs-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.cs-slider-btn:hover {
    background: #ff5e14; /* Orange Hover */
}

.cs-slider-btn.prev {
    left: 15px;
}

.cs-slider-btn.next {
    right: 15px;
}

/* --- Card Text Details --- */
.cs-card-details {
    padding: 25px;
}

.cs-card-details h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.cs-card-details p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cs-details-link {
    color: #ff5e14;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: letter-spacing 0.3s ease;
}

.cs-details-link:hover {
    letter-spacing: 1px;
}



        /* General Reset and Font */
    

    .container {
        max-width: 1200px;
        margin: 0 auto;
        /* padding: 50px 20px; */
    }

    /* Section Header Styling */
    .section-header {
        text-align: center;
        margin-bottom: 50px;
        padding-top: 50px;
    }

    .hero__area-subtitle {
        color: #ff5e14; /* Construction Yellow */
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 10px;
    }

    .section-header h2 {
        color: #1e293b;
        font-size: 2.5rem;
        margin: 0;
    }

    .section-header p {
        color: #64748b;
        max-width: 600px;
        margin: 15px auto 0;
    }

    /* --- FLIP CARD GRID SYSTEM --- */
    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        justify-content: center;
    }

    /* The Flip Card Container */
    .flip-card {
        background-color: transparent;
        height: 400px; /* Fixed height for uniformity */
        perspective: 1000px; /* Essential for 3D effect */
        cursor: pointer;
    }

    /* The Inner Container (The thing that flips) */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
        transform-style: preserve-3d;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border-radius: 15px;
    }

    /* Flip Trigger */
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    /* Common Styles for Front and Back */
    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
        border-radius: 15px;
        overflow: hidden;
    }

    /* --- FRONT SIDE DESIGN --- */
    .flip-card-front {
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }

    .flip-card-front img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    /* Optional: Slight zoom on hover before flip */
    .flip-card:hover .flip-card-front img {
        transform: scale(1.1);
    }

    .front-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        padding: 20px;
        box-sizing: border-box;
        text-align: left;
    }

    .front-overlay h3 {
        color: white;
        margin: 0;
        font-size: 1.5rem;
        text-transform: uppercase;
        border-left: 4px solid #ffb600;
        padding-left: 10px;
    }

    /* --- BACK SIDE DESIGN --- */
    .flip-card-back {
        background-color: #1e293b; /* Dark Blue */
        color: white;
        transform: rotateY(180deg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        box-sizing: border-box;
    }

    .flip-card-back h3 {
        color: #ffb600;
        margin-top: 0;
        font-size: 1.8rem;
    }

    .flip-card-back p {
        font-size: 1rem;
        line-height: 1.6;
        color: #e2e8f0;
    }

    .card-btn {
        margin-top: 20px;
        padding: 10px 25px;
        background-color: #ffb600;
        color: #1e293b;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        transition: background 0.3s;
    }

    .card-btn:hover {
        background-color: #fff;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .section-header h2 {
            font-size: 2rem;
        }
    }
   
        /* General Reset */


/* Section Styling */
.wcu-section {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px; /* Top/Bottom padding 40px, Left/Right 20px for mobile safety */
    display: flex;
    justify-content: center;
}

/* Container limits width on big screens */
.wcu-container {
    width: 100%;
    max-width: 1200px; /* Maximum width for laptops */
    display: flex;
    flex-direction: column; /* Stack vertically on mobile */
    align-items: center;
    gap: 30px; /* Space between text and image */
}

/* Typography Styling */
.wcu-content {
    text-align: center; /* Center text on mobile */
    width: 100%;
}

.wcu-subtitle {
    color: #ff5722; /* Orange color from image */
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.wcu-title {
    color: #111;
    font-size: 24px; /* Readable mobile size */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.wcu-description {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px; /* Prevents lines from getting too long to read */
    margin: 0 auto; /* Centers the text block */
}

/* Image Styling */
.wcu-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wcu-image {
    width: 100%;
    max-width: 400px; /* Limit image size on mobile */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Subtle shadow */
    border: 5px solid #f0f0f0; /* The grey border seen in your image */
}

/* =========================================
   TABLET VIEW (Min-width: 768px)
   ========================================= */
@media (min-width: 768px) {
    .wcu-section {
        padding: 60px 40px;
    }

    .wcu-title {
        font-size: 32px;
    }
}

/* =========================================
   LAPTOP/DESKTOP VIEW (Min-width: 1024px)
   ========================================= */
@media (min-width: 1024px) {
    .wcu-container {
        flex-direction: row; /* Side by side layout */
        align-items: center;
        text-align: left;
        gap: 50px;
    }

    .wcu-content {
        text-align: left; /* Align text left on desktop */
        width: 50%; /* Take up half width */
    }

    .wcu-description {
        margin: 0; /* Reset centering margin */
    }

    .wcu-image-wrapper {
        width: 50%; /* Take up half width */
        justify-content: flex-end; /* Push image to the right slightly */
    }
    
    .wcu-image {
        max-width: 100%; /* Allow image to fill its container */
    }
}

        /* --- Custom Page Header (Banner) Styles --- */

.custom-page-header {
    position: relative;
    width: 100%;
    /* Adjust this height to control the "limited banner size" */
    height: 400px; 
    display: flex;
    align-items: center; /* Vertically center content */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}

/* Dark Overlay to make text pop against any image */
.custom-page-header .cph-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 60% opacity black */
    z-index: -1; /* Places overlay behind text but in front of image */
}

/* Inner Container - mimics Bootstrap container but isolated */
.custom-page-header .cph-container {
    width: 100%;
    max-width: 1200px; /* Standard website width */
    margin: 20px 40px;
    padding: 0 15px;
    margin-top: 100px;
}

.custom-page-header .cph-content {
    position: relative;
    z-index: 2;
    margin-top: -70px;
}

/* Title Styles */
.custom-page-header .cph-title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    line-height: 1.2;
}

/* Breadcrumb List Styles */
.custom-page-header .cph-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-page-header .cph-breadcrumbs li {
    font-size: 17px;
    color: #e0e0e0;
    font-weight: 500;
}

.custom-page-header .cph-breadcrumbs li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.custom-page-header .cph-breadcrumbs li a:hover {
    color: #ffcc00; /* Change this to your theme color */
}

/* Separator style (the / icon) */
.custom-page-header .cph-breadcrumbs li.separator {
    margin: 0 10px;
    color: #bbbbbb;
}

/* Active Page style */
.custom-page-header .cph-breadcrumbs li.active {
    color: #ff5e14; /* Highlight color for current page */
    cursor: default;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .custom-page-header {
        height: 200px; /* Slightly smaller on mobile */
    }
    
    .custom-page-header .cph-title {
        font-size: 28px;
    }
}

        /* General Reset */


        /* --- SCOPED CSS FOR NEW SECTIONS START --- */
        
        /* General Utils for these sections */
        .varnam-section, .inquire-section, .pricing-section {
            font-family: 'Poppins', sans-serif; /* Matching likely template font */
            background-color: #fff;
            padding: 80px 0;
            overflow: hidden;
        }

        /* 1. VARNAM RENOVATION SECTION */
        .varnam-section .section-head {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
        }
        .varnam-section .section-head h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #1a1a1a;
        }
        .varnam-section .section-head p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        /* The Central Spine Layout */
        .varnam-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            row-gap: 40px;
        }
        
        /* Icon Circles */
        .varnam-icon-box {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: #666; /* Muted icon color */
            flex-shrink: 0;
            margin: 0 25px;
            transition: transform 0.3s;
        }
        .varnam-icon-box:hover {
            transform: scale(1.05);
            color: #ff5e14; /* Highlight color */
        }

        /* Content Text */
        .varnam-text {
            flex: 1;
        }
        .varnam-text h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #222;
        }
        .varnam-text p {
            color: #555;
            font-size: 0.9rem;
            line-height: 1.6;
            margin: 0;
        }

        /* Left Side Items (Text - Icon) */
        .varnam-item-left {
            display: flex;
            align-items: center;
            text-align: right;
            justify-content: flex-end;
        }
        
        /* Right Side Items (Icon - Text) */
        .varnam-item-right {
            display: flex;
            align-items: center;
            text-align: left;
            justify-content: flex-start;
        }

        /* Responsive Fix for Varnam */
        @media (max-width: 991px) {
            .varnam-item-left, .varnam-item-right {
                flex-direction: column; /* Stack vertically on mobile */
                text-align: center;
                margin-bottom: 30px;
            }
            .varnam-item-left {
                flex-direction: column-reverse; /* Keep icon on top visually if desired, or standard */
            }
            .varnam-icon-box {
                margin: 0 0 15px 0; /* Margin bottom for mobile */
            }
        }


        /* 2. INQUIRE INTERIORS SECTION */
        .inquire-section {
            background-color: #fff;
        }
        .inquire-wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 50px;
        }
        
        /* Image with Border */
        .inquire-img-box {
            position: relative;
            padding: 20px 20px 0 0; /* Space for border offset */
        }
        .inquire-img-box img {
            width: 100%;
            height: auto;
            position: relative;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .inquire-border {
            position: absolute;
            top: 0;
            right: 0;
            width: 90%;
            height: 90%;
            border: 8px solid #ff5e14; /* Orange border */
            z-index: 1;
            /* To simulate the brick pattern in image, we use a dashed border or just solid color */
            border-style: solid; 
        }

        /* Text Content */
        .inquire-content h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
        }
        .inquire-content h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: #ff5e14;
            margin-top: 10px;
        }
        .inquire-content p {
            color: #666;
            margin-bottom: 25px;
            line-height: 1.6;
            text-align: justify;
        }
        
        /* Custom List with Triangles */
        .inquire-list {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }
        .inquire-list li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 15px;
            font-size: 0.95rem;
            color: #555;
        }
        .inquire-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 6px;
            width: 0; 
            height: 0; 
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 7px solid #ff5e14; /* Triangle Bullet */
        }

        /* Button */
        .inquire-btn {
            background-color: #ff5e14;
            color: #fff;
            padding: 12px 30px;
            font-weight: 600;
            display: inline-block;
            text-decoration: none;
            transition: 0.3s;
        }
        .inquire-btn:hover {
            background-color: #333;
            color: #fff;
        }


        /* 3. PRICING SECTION */
        .pricing-section {
            background-color: #000; /* Dark background */
            padding-top: 80px;
            padding-bottom: 80px;
        }
        
        .pricing-card {
            background: #111;
            border: 1px solid #333;
            color: #fff;
            text-align: center;
            padding: 40px 20px;
            border-radius: 8px;
            transition: all 0.3s;
            height: 100%;
            position: relative;
        }
        
        .pricing-card.highlight {
            background: #1a1b2e; /* Slight blue tint */
            border: 1px solid #555;
            transform: scale(1.02); /* Pop out slightly */
            z-index: 2;
        }

        .pricing-badge {
            position: absolute;
            top: 20px;
            left: -10px;
            background: #ffb400;
            color: #000;
            font-size: 12px;
            font-weight: bold;
            padding: 5px 15px;
            text-transform: uppercase;
        }

        .pricing-card h3 {
            color: #ccc;
            font-size: 1.5rem;
            margin-bottom: 5px;
        }
        .pricing-dots {
            color: #ffb400;
            letter-spacing: 2px;
            margin-bottom: 20px;
            display: block;
        }
        
        .price-tag {
            font-size: 2.5rem;
            font-weight: 400;
            color: #fff;
        }
        .price-unit {
            font-size: 0.8rem;
            text-transform: uppercase;
            color: #888;
            margin-bottom: 30px;
            display: block;
        }

        .pricing-features {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
            color: #aaa;
            font-size: 0.9rem;
            line-height: 2;
        }
        .pricing-features li {
            border-bottom: 1px solid #222;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }
        .pricing-features li:last-child {
            border: none;
        }

        .pricing-btn {
            background: #bfa37c;
            color: #000;
            padding: 10px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            transition: 0.3s;
        }
        
        .pricing-card.highlight .pricing-btn {
            background: transparent;
            border: 1px solid #bfa37c;
            color: #bfa37c;
        }
        .pricing-card.highlight .pricing-btn:hover {
            background: #bfa37c;
            color: #000;
        }

        .pricing-card:hover {
            border-color: #bfa37c;
        }
        
        /* --- SCOPED CSS END --- */

        /* 3. PRICING SECTION UPDATED */
        .pricing-section {
            /* Replace 's1.jpeg' with your actual image path, e.g., 'assets/img/s1.jpeg' */
            background-image: url('../img/inner/fixed1.jpg'); 
            
            /* THIS LINE MAKES IT FIXED */
            background-attachment: fixed; 
            
            /* Standard background properties */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            
            padding-top: 80px;
            padding-bottom: 80px;
            
            /* Necessary for the overlay to sit behind content */
            position: relative; 
            z-index: 1; 
        }

        /* Adds a dark tint over the image so it looks professional */
        .pricing-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% dark overlay */
            z-index: -1;
        }


    /* Colors */
:root {
    --iw1-primary: #2c3e50;
    --iw1-accent: #ff5e14; /* Vibrant Yellow for orange vibe */
    --iw1-bg: #f4f7f6;
    --iw1-white: #ffffff;
}

.iw1-section {
    padding: 80px 0;
    background-color: var(--iw1-bg);
    overflow: hidden; /* Hide accent shape overflow */
}

.iw1-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}

/* Media Wrapper - The Base Layer */
.iw1-media-wrapper {
    flex: 0 0 60%; /* Takes up 60% width */
    position: relative;
    z-index: 1;
}

.iw1-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    height: 600px; /* Fixed height for dramatic effect */
}

/* Decorative Accent Shape behind image */
.iw1-accent-shape {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background-color: var(--iw1-accent);
    z-index: -1;
    opacity: 0.5;
}

/* Content Card - The Overlapping Layer */
.iw1-content-card {
    flex: 0 0 50%; /* Takes 50% width */
    background-color: var(--iw1-white);
    padding: 60px;
    /* Negative margin to pull it over the image */
    margin-left: -10%; 
    z-index: 2; /* Ensures it sits on top */
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    border-radius: 8px;
    position: relative;
    /* Top accent border */
    border-top: 5px solid var(--iw1-accent);
}

/* Typography */
.iw1-subtitle {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    color: var(--iw1-accent);
    margin-bottom: 15px;
}

.iw1-title {
    font-size: 2.5rem;
    color: var(--iw1-primary);
    line-height: 1.2;
    margin-bottom: 25px;
}

.iw1-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 35px;
}

/* Simple Button */
.iw1-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ff5e14;
    color: var(--iw1-white);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    transition: background 0.3s;
}
.iw1-btn:hover {
    background: #2c3e50;
    color: white;
}

/* Responsive */
@media (max-width: 991px) {
    .iw1-container {
        flex-direction: column;
    }
    .iw1-media-wrapper {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: -50px; /* Slight overlap on mobile */
    }
    .iw1-image {
        height: 400px;
    }
    .iw1-content-card {
        flex: 0 0 100%;
        width: 90%; /* Slightly narrower than screen */
        margin-left: 0;
        padding: 40px;
    }
    .iw1-title {
        font-size: 2rem;
    }
}
/* --- Add this to the bottom of Concept 1 CSS --- */

/* TABLET (Portrait) & Small Laptops: 768px to 1024px */
@media (max-width: 1024px) {
    .iw1-container {
        flex-direction: column; /* Stack them */
        padding: 0 40px;
    }

    .iw1-media-wrapper {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: -60px; /* Keep a slight overlap for style */
    }

    .iw1-image {
        height: 450px; /* Reduce height slightly */
    }

    .iw1-content-card {
        flex: 0 0 100%; 
        width: 90%; /* Make card nearly full width */
        margin-left: 0; /* Reset the horizontal negative margin */
        margin-top: 0;
        padding: 50px;
    }
}

/* MOBILE: Below 768px */
@media (max-width: 767px) {
    .iw1-section {
        padding: 40px 0;
    }

    .iw1-container {
        padding: 0 15px;
    }

    .iw1-media-wrapper {
        margin-bottom: 0; /* Remove overlap completely on mobile */
    }

    .iw1-image {
        height: 300px; /* Smaller image height */
    }

    .iw1-accent-shape {
        display: none; /* Hide decorative shape on mobile to save space */
    }

    .iw1-content-card {
        width: 100%;
        margin-top: -20px; /* Slight tuck upwards */
        padding: 30px 20px; /* Smaller padding */
        border-top: 3px solid var(--iw1-accent);
    }

    .iw1-title {
        font-size: 1.8rem;
    }
    
    .iw1-description {
        font-size: 1rem;
    }
}


    /* Wrapper for the button */
    .account-dropdown {
        position: relative;
        display: inline-block;
    }

    /* The Dropdown Menu (Hidden by default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 999;
        border-radius: 5px;
        right: 0; /* Aligns to the right edge of the button */
        top: 100%; /* Pushes it below the button */
        padding: 10px 0;
        list-style: none;
        text-align: left;
    }

    /* Links inside the dropdown */
    .dropdown-content li a {
        color: #333;
        padding: 10px 20px;
        text-decoration: none;
        display: block;
        font-weight: 500;
        transition: 0.3s;
    }

    /* Hover effect for links */
    .dropdown-content li a:hover {
        background-color: #f1f1f1;
        color: #ff5e14; /* Your theme orange color */
    }

    /* Show the dropdown on hover */
    .account-dropdown:hover .dropdown-content {
        display: block;
    }


    /* --- Section Layout --- */
.property-details-section {
    padding: 60px 0;
    background-color: #f4f7fa;
}

/* --- Image Gallery --- */
.details-image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.details-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.status-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff5e14;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
}

/* --- Special Offer Box (The Car Offer) --- */
.special-offer-box {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); /* Nice gradient */
    background: linear-gradient(45deg, #ff5e14, #ff9966); /* Orange Gradient */
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 94, 20, 0.3);
    animation: pulse 2s infinite; /* Optional subtle pulse */
}

.offer-icon {
    font-size: 40px;
    background: rgba(255,255,255,0.2);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.offer-text h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.offer-text p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}

.offer-text small {
    font-size: 12px;
    opacity: 0.8;
}

/* --- Content Cards --- */
.details-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.details-card h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* --- Overview Icons Grid --- */
.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
}

.overview-item {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.overview-item i {
    font-size: 24px;
    color: #ff5e14;
    margin-bottom: 10px;
}

.overview-item h5 {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.overview-item p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Check list for description */
.check-list {
    list-style: none;
    padding: 0;
}
.check-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.check-list li i {
    color: green;
    background: #e6ffea;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
}

/* --- SIDEBAR: Owner Card --- */
.details-sidebar {
    position: sticky;
    top: 20px;
}

.owner-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    text-align: center;
}

.owner-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff5e14;
    margin-bottom: 15px;
}

.owner-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.owner-info span {
    color: #ff5e14;
    font-weight: 600;
    font-size: 14px;
}

.rating {
    color: #ffc107;
    font-size: 12px;
    margin-top: 5px;
}

.owner-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.btn-call, .btn-whatsapp {
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.3s;
}

.btn-call {
    background: #032c5b;
    color: white;
}
.btn-whatsapp {
    background: #25d366;
    color: white;
}
.btn-call:hover { background: #021a36; color: white;}
.btn-whatsapp:hover { background: #1ebc57; color: white;}

/* Price Widget */
.price-widget {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.price-widget h2 {
    color: #ff5e14;
    margin: 0;
}
.price-widget h2 small {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

/* Enquiry Form Widget */
.enquiry-widget {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.enquiry-widget h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.enquiry-widget input,
.enquiry-widget textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.enquiry-widget button {
    width: 100%;
    background: #ff5e14;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.enquiry-widget button:hover {
    background: #e04e0e;
}

/* Responsive */
@media (max-width: 768px) {
    .overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .special-offer-box {
        flex-direction: column;
        text-align: center;
    }
}
