@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:opsz,wdth,wght@8..144,75..100,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --font-family-Poppins: "Poppins", sans-serif;
  --color-010648: #870a25;
  --color-3842d9: #00b48d;
  --color-6f6d70: #6f6d70;
  --color-f3f3f3: #f3f3f3;
  --color-abaaaa: #abaaaa;
  --color-282828: #282828;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-19: 19px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-33: 33px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-83: 83px;
  --character-spacing-0: 0px;
  --line-height-15: 24px;
  --line-height-16: 25px;
  --line-height-19: 28px;
  --line-height-22: 30px;
  --line-height-25: 33px;
  --line-height-33: 40px;
  --line-height-40: 48px;
  --line-height-50: 58px;
  --line-height-83: 90px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-282828);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-3842d9);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 10px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
a :focus,
a :hover {
  color: var(--color-3842d9);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-3842d9);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-010648);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-282828);
  margin-bottom: 15px;
}
.p-content {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-282828);
  margin-bottom: 10px;
}
.extra-small {
  font-size: var(--font-size-15);
  line-height: var(--line-height-15);
  color: var(--color-282828);
  margin-bottom: 10px;
}
.section-title {
  font-size: var(--font-size-83);
  line-height: var(--line-height-83);
  color: var(--color-3842d9);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
}
.main-title {
  font-size: var(--font-size-33);
  line-height: var(--line-height-33);
  color: var(--color-3842d9);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title {
  font-size: var(--font-size-40);
  line-height: var(--line-height-40);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.div-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 10px;
}
.div-sub-title {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.div-text {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.font-Poppins {
  font-family: var(--font-family-Poppins);
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-010648 {
  color: var(--color-010648) !important;
}
.color-3842d9 {
  color: var(--color-3842d9) !important;
}
.color-6f6d70 {
  color: var(--color-6f6d70) !important;
}
.color-f3f3f3 {
  color: var(--color-f3f3f3) !important;
}
.color-282828 {
  color: var(--color-282828) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-25);
  line-height: var(--line-height-inherit);
  color: var(--color-3842d9);
  font-weight: var(--font-weight-SemiBold);
  text-decoration: underline;
  font-style: italic;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-3842d9);
  letter-spacing: 1.5px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-22);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  background-color: var(--color-3842d9);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background-color: var(--color-010648);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
header.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* General Styles */
/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1050;
  cursor: pointer;
}
.mobile-logo{
  display: none}
  /* Dark overlay for mobile menu */
.screen-darken {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  transition: opacity 0.3s ease-in-out;
}

.sidenav-open ~ .screen-darken {
  display: block;
  opacity: 1;
}

/* Sidebar Menu */
.custom-sidenav {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  z-index: 1050;
  padding-top: 20px;
}

.sidenav-open {
  left: 0 !important;
}

.custom-mobile-nav {
  list-style: none;
  padding: 0;
}

.custom-mobile-nav li {
  padding: 10px;
}

.custom-mobile-nav li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.custom-mobile-nav .submenu {
  display: none;
  padding-left: 20px;
}

/* Toggle Icons */
.mobile-toggle {
  cursor: pointer;
  font-size: 24px;
}

.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Show on Mobile Screens */


/* Close Button Styling */
.closebtn img {
  width: 30px;
  height: auto;
}

.custom-main-header {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Desktop Menu */
@media (max-width: 991px) {
  .custom-desktop-menu {
    display: none;
  }
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
}

@media (max-width: 991px) {
  .mobile-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}

/* Mobile Sidebar Menu */
.custom-sidenav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background: #333;
  overflow-x: hidden;
  transition: 0.4s ease-in-out;
  padding-top: 60px;
  z-index: 1000;
}

.custom-sidenav a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.custom-sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 20px;
}


/* Open menu */
.sidenav-open {
  left: 0 !important;
}

/* Dropdown */
.custom-mobile-nav .submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
}

.custom-mobile-nav .submenu li {
  padding: 5px 0;
}

.custom-header-social {
  margin-top: 30px;
}

.custom-header-social a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.custom-header-social img {
  width: 20px;
  margin-right: 10px;
}

.g_header {
  background: var(--color-ffffff);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  background: var(--color-ffffff);
  position: fixed;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999999;
}

/* loader css*/
/* loader css */
.main-header {
  padding: 20px 0;
}
.left-menu {
  width: 40%;
  float: left;
}
.right-menu {
  width: 40%;
  float: left;
}
.main-nav {
  padding: 0px;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.header-logo {
  width: 200px;
  float: left;
}
.header-logo img {
  width: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.left-menu .main-nav .navbar-nav .nav-item {
  padding-right: 10px;
}
.right-menu .main-nav .navbar-nav .nav-item {
  padding-left: 10px;
}

.main-nav .navbar-nav .nav-item a {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-6f6d70);
  font-weight: var(--font-weight-Regular);
  line-height: var(--line-height-inherit);
  padding: 8px 8px;
}
.main-nav .navbar-nav .nav-item a i {
  color: var(--color-010648);
}
.main-nav .navbar-nav .nav-item a:hover {
  color: var(--color-3842d9);
}
.main-nav .navbar-nav .nav-item a:hover i {
  color: var(--color-3842d9);
}
.main-nav .navbar-nav .nav-item a  img {
  width: 25px;
}
.main-nav .navbar-nav .nav-item a :focus,
.main-nav .navbar-nav .nav-item.active a ,
.main-nav .navbar-nav .nav-item a :hover {
  color: var(--color-010648);
}
.main-nav .navbar-nav .nav-item a .show,
.main-nav .navbar-nav .nav-item .show>a {
  color: var(--color-e84f22);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: auto;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  left: 0;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 200px;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  background-color: var(--color-010648);
  border-bottom: solid 1px var(--color-3842d9);
  padding: 8px 12px;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-3842d9);
}
.dropdown-toggle {
  white-space: nowrap;
}
.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1px;
  content: "";
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}
/* dropdown-menu */
/* main-header */
/* main-banner */
.banner-text {
  position: absolute;
  top: 10%;
  width: 60%;
  padding-left: 50px;
}
.banner-text .pain-free-text {
  background: #ffffffbd;
  padding: 14px 14px;
  border-radius: 10px;
  width: 70%;
}
.banner-text .title {
  -webkit-animation: fadeInDown 1.5s;
  animation: fadeInDown 1.5s;
  animation-duration: 2s;
}
.banner-text .section-title {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.banner-text .div-text {
  -webkit-animation: fadeInUp 1.5s;
          animation: fadeInUp 1.5s;
          animation-duration: 2s;
}
.banner-text .experience, .banner-text .experience-left {
  -webkit-animation: zoomIn 2s;
          animation: zoomIn 2s;
          animation-duration: 2s;
}
/* main-banner */
/* home-banner */
.home-banner-img {
  height: 100%;
}
.home-banner-img img {
  height: 100%;
}
.home-banner-box {
  height: 800px;
  position: relative;
}
.home-banner-text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.banner-img img {
  object-fit: contain;
}

.banner-content .section-title {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.banner-content .view-more {
  -webkit-animation: zoomIn 2s;
  animation: zoomIn 2s;
  animation-duration: 2s;
}
.banner-slider .swiper-button-prev, .banner-slider .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  top: calc(100% - 320px);
  margin: 0;
}
.banner-slider .swiper-button-prev img, .banner-slider .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.banner-slider .swiper-button-prev, .banner-slider .swiper-button-next {
  left: 0;
  right:unset;
}
.banner-slider .swiper-button-next {
  margin-left: 40px;
}
.banner-slider .swiper-button-next .next-text {
  position: absolute;
  right: -40px;
  top: 7px;
  font-size: var(--font-size-21);
  line-height: var(--line-height-19);
  color: var(--color-ffffff);
}
.banner-slider .swiper-button-next .next-text::before {
  content: "";
  position: absolute;
  right: -170px;
  top: 13px;
  width: 150px;
  height: 2px;
  background: var(--color-ffffff);
}
/* Initial hidden state (off-screen to the right) */


/* When slide is active, animate from right */
.swiper-slide-active .home-banner-text .view-more {
  animation: bounceInUp 2s;
}
.swiper-slide-active .home-banner-text h1{
  animation: slideInLeft 2s;
}


/* home-banner */
/* home-about-section */
.home-about-bg {
  position: relative;
  overflow: hidden;
}
.home-about-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 56%;
  background: var(--color-010648);
  border-radius: 0 0 0 300px ;
  z-index: -1;
}
.about-about-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: var(--color-010648);
  border-radius: 0 0 0 300px ;
  z-index: -1;
}
.main-title {
  display: inline-block;
}
.line {
  position: absolute;
  left: -260px;
  bottom: 8px;
  width: 250px;
  height: 2px;
  background-color: var(--color-ffffff);
}
.line2 {
  position: absolute;
  left: 105%;
  bottom: 8px;
  width: 300px;
  height: 3px;
  background-color: var(--color-3842d9);
}
.experience-box {
  background: var(--color-3842d9);
  padding: 50px 50px;
  border-radius: 0 0 150px 0;
  margin-top: -110px;
  width: 82%;
  position: relative;
  z-index: 99;
}
.experience-box .experience-date {
  font-size: 150px;
  line-height: 150px;
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 0;
}
.professional img {
 width: 60px;
 margin-bottom: 10px;
}
.home-about-img {
  width: 98%;
}
/* home-about-section */
/* projects */
.ProjectSlider .swiper-button-prev {
  left: 10rem;
  width: 80px;
  height: 80px;
  border: 3px solid #6ba5f3;
  border-radius: 50%;
}

.ProjectSlider .swiper-button-prev i {
  color: #6ba5f3;
}

.ProjectSlider .swiper-button-next {
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.ProjectSlider .swiper-button-next i {
  color: #fff;
}

.project-title-section {
  padding: 20px 0;
  padding-left: 0;
  width: 82%;
  border-top: 1px solid #cdc9c9;
  float: right;
}

.view-all-project-btn {
  float: right;
  padding-right: 13rem;
  margin-top: 40px;
}

.project-title-inner {
  float: left;
  margin-bottom: 35px;
}

.view-all-projects a {
  text-decoration: none;
  color: #001d38;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.view-all-projects a img {
  position: relative;
  top: -5px;
  left: 3px;
}

.project-slider-card-inner img {
  border-radius: 15px 50px 15px 0px;
}

.project-lunched-title p {
  color: #001d38;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}



.project-name h3 {
  font-size: 18px;
  line-height: 55px;
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #001d38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-name h3 span{
  display: inline-block;
}

.project-slider-card-inner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
i.fa.fa-arrow-right {
  font-size: 24px;
}



.project-inner {
    display: flow-root;
    width: 100%;
    height: 70px;
}

.project-intro {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 90%;
  margin-top: -3rem;
  z-index: 9999;
  position: absolute;
  bottom: auto;
  top: 99%;
  
  height: auto;
  /* left: 50%; */
  /* transform: translateX(0); */
  padding: 0;
  padding-bottom: 30px;
  transition: bottom 0.7s;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.project-slider-card-inner:hover .project-intro {
  top: 50%;
  bottom:0px;
  transition: top 0.7s;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.abouit-project-info p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.abouit-project-info h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #595959;
  font-weight: 500;
  margin-bottom: 5px;
}
  

ul.project-area-size {
  padding: 0;
  margin: 0;
}

ul.project-area-size li {
  position: relative;
  list-style: none;
  text-align: left;
  font-size: 15px;
  padding: 5px 0px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  padding-left: 23px;
  font-weight: 400;
}

.project-inner {
  display: flow-root;
  width: 100%;
  height: 55px;
  box-shadow: 1px 2px 4px 2px #22222212;
}

.project-slider-card-inner:hover .project-inner {
  box-shadow: none;
}

.project-name {
  float: left;
  height: 100%;

}

.view-project-card {
  width: 20%;
  background: var(--color-010648);
  float: right;
  height: 100%;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-right: 25px;
}

.view-project-card a {
  color: #fff;
  font-size: 15px;
  line-height: 0;
  width: 100%;
}

.abouit-project-info {
  display: block;
  padding: 10px;
}



.project-slider-card {
  position: relative;
  height: 60vh;
  background: #fff;
  overflow: hidden;
  border-radius: 15px 50px 15px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px;
  margin-bottom: 50px;
}

ul.project-area-size li:before {
  position: absolute;
  content: '\f560'; /* Unicode for icon */
  font-family: "Font Awesome 5 Free"; /* Ensure FontAwesome is used */
  font-weight: 900; /* Required for solid icons */
  left: 0;
  color: var(--color-3842d9);
  font-size: 18px;
  top: 3px;
}


ul.project-area-size.bhk-1 {
  float: left;
  width: 50%;
}

ul.project-area-size.bhk-2 {
  float: right;
  width: 50%;
}

.flat-detals {
  width: 100%;
}

/* projects */
/* service-section */
.service-box {
  display: flex;
  justify-content: space-between;
}
.service-list {
 width: 15%;
 float: left;
 position: relative;
}
.service-list img {
  height: 60px;
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: 15px;
}
.service-list .div-sub-title {
 text-transform: uppercase;
 color: var(--color-6f6d70);
 font-weight: var(--font-weight-SemiBold);
}
.service-list .right-line {
 position: absolute;
 right: 0;
 width: 2px;
 height: 90%;
 bottom: 0;
 background: var(--color-6f6d70);
 }
 .service-bg {
  position: relative;
  overflow: hidden;
}
.service-bg::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5%;
  width: 40%;
  height: 90%;
  background: var(--color-010648);
  border-radius: 56px 0 0px 56px;
  z-index: -1;
}
.service-bg img{
  border-radius: 16px;
}
.service-bg1 {
  position: relative;
  overflow: hidden;
}
.service-bg1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5%;
  width: 40%;
  height: 90%;
  background: var(--color-010648);
  border-radius:  0 56px 56px 0px;
  z-index: -1;
}
.service-bg1 img{
  border-radius: 16px;
}
.service-right{
  padding-left: 20px;
}
ul.listing span{
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-010648);
  margin-bottom: 15px;
  display: inline-block;
}
ul.listing img{
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 5px;
}
ul.listing li{
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
}
.content ul {
  list-style-type: none;
  padding: 0;
}

.content ul li {
  margin-bottom: 15px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
}

.content ul li::before {
  content: '🔹';
  margin-right: 10px;
  font-size: 1.3em;
  color: #870a25;
}
/* service-section */
/* projects-section */
.project-text {
  margin-top: 20px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-text .location img {
  width: 40px;
  margin-right: 10px;
}
.location {
  display: flex;
  align-items: center;
}
.project-slider .swiper-slide-prev {
  clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 70%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.project-slider .swiper-slide-prev .project-text  {
  display: none;
}
.project-slider .swiper-slide-next {
  clip-path: polygon(0 0, 100% 16%, 100% 70%, 0 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.project-slider .swiper-slide-next .project-text  {
  display: none;
}
.project-slider .swiper-slide-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.project-slider .swiper-button-prev, .project-slider .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  margin: 0;
  top: 40%;
}
.project-slider .swiper-button-prev img, .project-slider .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.project-slider .swiper-button-next {
  right: 20%;
}
.project-slider .swiper-button-prev {
  left: 20%;
}
/* projects-section */

.expertise-section {
  padding-right: 25px;
  width: 100%;
  margin-top: 20px;
}

.expertise-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.expertise-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expertise-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #555;
  display: flex
;
  font-size: 18px;
  align-items: center;
}

.expertise-item:last-child {
  border-bottom: none;
}

.expertise-item::before {
  content: "✔";
  color: #870a25;
  margin-right: 8px;
}
/* commitment */
.why-section {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 60px;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.commitment-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.commitment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.commitment-item {
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
}

.commitment-item:hover {
  transform: translateY(-5px)!important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15)!important;
  
}

.why-section .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  color: #870a25;
}

.why-section .text {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
  text-align: left;
}
.why-section .text span {
  font-weight: var(--font-weight-SemiBold);
  font-size: var(--font-size-19);
}
/* commetment */


/* recently-projects-section */
.recently-projects-bg {
  position: relative;
}
.recently-projects-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 56%;
  background: var(--color-010648);
  border-radius: 0 0 0 300px ;
  z-index: -1;
}
.recently-projects-img img {
  border-radius: 20px;
}
.plus-sign {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
}
.plus-sign img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.recently-project-slider {
  padding-bottom: 100px;
}
.recently-project-slider .swiper-button-prev, .recently-project-slider .swiper-button-next {
  background-image: none;
  width:50px;
  height: 50px;
  margin: 0;
  top: unset;
  margin-top: 40px;
}
.recently-project-slider .swiper-button-prev img, .recently-project-slider .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.recently-project-slider .swiper-button-next {
  right: 46%;
}
.recently-project-slider .swiper-button-prev {
  left: 46%;
}
/* recently-projects-section */
/* why-chooseus-section */
.why-chooseus-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/why-chooseus-bg.jpg);
  z-index: -1;
}
.why-chooseus-box img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.why-chooseus-box img {
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
}
.why-chooseus-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
}
.why-chooseus-right-img img {
  width: 100%;
  height: 100%;
}
/* why-chooseus-section */
/* counter-section */
.counter-section::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: var(--color-3842d9);
  border-radius: 0 0 0 300px;
  z-index: -1;
}
.counter-experience .div-text, .counter-experience p {
  color: var(--color-ffffff);
}
/* counter-section */
/* testimonial-section */
.testimonial-box {
  padding: 50px 50px;
  box-shadow: 0 0 10px 10px #cccccc45;
  border-radius: 0 0 0 150px;
  background: var(--color-ffffff);
}
.testimonial-text img {
  width: 70px;
  height: 70px;
}
.testimonial-box .quote {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}
.testimonial-slider {
  padding: 50px 30px;
}
.swiper-button-section {
  position: relative;
}
.swiper-button-section .swiper-button-prev, .swiper-button-section .swiper-button-next {
  background-image: none;
  width: 50px;
  height: 50px;
  margin: 0;
  left: unset;
  right: 0;
}
.swiper-button-section .swiper-button-prev img, .swiper-button-section .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.swiper-button-section .swiper-button-prev {
  margin-right: 60px;
}
/* testimonial-section */
/* contact-page */
.contact_us{
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.contact_inner{
  overflow: hidden;
  background-color: #fff;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 25px;
}
.contact_field{
  padding: 40px 340px 40px 50px;
}
.right_conatct_social_icon{
  height: 100%;
}

.contact_field h3{
 color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px
}
.contact_field p{
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control{
  padding: 8px 0px;
  font-size: 16px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #870a25;
}
.contact_field .form-control::placeholder{
  font-size: 16px;
  letter-spacing: 1px;
  color:  #212529;;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.contact_info_sec {
 
      position: absolute;
      background: linear-gradient(90deg, rgba(1, 6, 72, 1) 0%, rgba(19, 37, 232, 1) 100%);
      right: 1px;
      top: 0;
      height: 100%;
      width: 40%;
      padding: 40px;
      border-radius: 25px 0 0 25px;
      flex-direction: column;
      justify-content: center;
      display: flex;
  }
.contact_info_sec h4{
  color: var(--color-ffffff);
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single{
  margin: 30px 0px;
  color: var(--color-ffffff);
}
.info_single i{
  margin-right: 15px;
}
.info_single span{
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #870a25 -5%, #500011 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.socil_item_inner li{
  list-style: none;
}
.socil_item_inner li a{
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner{
  padding-bottom: 10px;
}

.map_sec{
  padding: 50px 0px;
}
.map_inner h4, .map_inner p{
  color: #000;
  text-align: center
}
.map_inner p{
  font-size: 13px;
}
.map_bind{
 margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.form-group-icon {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  color: #939aff;
}
.form-group-icon i {
  margin-right: 10px;
}

select.form-select {
  border: none;
  border-bottom: 1px solid #cccccc;
}
.middle-contact{
  margin-bottom: 25px;
}
form button.view-more-btn.banner-btn {
  font-size: 16px;
  padding: 12px 35px;
}
/* contact-page */


/* footer-contact-section */
.footer-contact-section {
  background: var(--color-010648);
}
.footer-contact-box {
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.footer-contact-box .right-border {
  position: absolute;
  right: 20%;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--color-ffffff);
}
.footer-contact-img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.footer-contact-text {
  width: calc(100% - 60px);
}
/* footer-contact-section */
/* main-footer */
.main-footer {
  padding:0;
  background: var(--color-282828);
}
.footer-logo-box {
  padding-right: 100px;
}
.footer-logo-box img  {
  width: 60%;
  margin-bottom: 20px;
}
.footer-menu-box {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.footer-menu li {
  margin-bottom: 5px;
}
.footer-menu li a {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-abaaaa);
  padding: 4px 0;
  display: inline-block;
}
.footer-menu li:hover a {
  color: var(--color-3842d9);
}
.footer-box .p-content {
  margin-top: 50px;
}
.footer-logo-box p, .copyright p, .newsletter p {
  color: var(--color-abaaaa);
}
.copyright p {
  margin: 30px 0;
  display: flex
;
  justify-content: space-between;
}
.footer-social{
  display: none;
}
.footer-social a {
 display: inline-block;
}
.footer-social a img {
  width: 35px;
  margin: 0 3px;
}
.newsletter .input-group {
  border-radius: 50px !important;
  background: var(--color-ffffff);
}
.newsletter .input-group .form-control {
  border: none;
  border-radius: 50px;
  background: var(--color-ffffff);
  padding: 16px 20px;
  font-size: var(--font-size-16);
  color: var(--color-000000);
}
.newsletter .input-group .newsletter-btn {
  border: none;
  border-radius: 50px !important;
  background: var(--color-3842d9);
  padding: 16px 20px;
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
}
.newsletter .input-group:hover .newsletter-btn {
  background: var(--color-010648);
}
.newsletter p {
  padding-right: 150px;
}
/* main-footer */
/* inner-banner-section */
.inner-banner-box {
  height: 500px;
  position: relative;
}
.inner-about-bg::after {
  height: 100%;
}
/* breadcrumb */
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a  {
  color: var(--color-ffffff);
}
/* breadcrumb */
/* inner-banner-section */






















.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container {
  max-width: 1520px;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media (max-width: 1880px) {
}
@media (max-width: 1780px) {

}
@media (max-width: 1560px) {
  
  .container {
    max-width: 1480px;
  }
}
@media (max-width: 1480px) {
  .container {
    max-width: 1280px;
  }
  :root {
    --font-size-15: 14px;
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-22: 16px;
    --font-size-25: 20px;
    --font-size-33: 26px;
    --font-size-40: 30px;
    --font-size-50: 38px;
    --font-size-83: 50px;
    --line-height-15: 21px;
    --line-height-16: 25px;
    --line-height-19: 25px;
    --line-height-22: 28px;
    --line-height-25: 30px;
    --line-height-33: 36px;
    --line-height-40: 36px;
    --line-height-50: 48px;
    --line-height-83: 60px;
}
.experience-box .experience-date {
  font-size: 120px;
  line-height: 100px;
}
.experience-box {
  background: var(--color-3842d9);
  padding: 30px;
  border-radius: 0 0 100px 0;
  margin-top: -110px;
  width: 82%;
  position: relative;
  z-index: 99;
}
  .left-menu {
    width: 45%;
}
.header-logo {
  width: 10%;
}
.right-menu {
  width: 45%;
}
.mt-80 {
  margin-top: 20px;
}
.banner-slider .swiper-button-prev, .banner-slider .swiper-button-next {
  top: calc(100% - 70px);
}
.home-banner-box {
  height: 550px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 60px;
}
.mt-50 {
  margin-top: 30px;
}
.project-text .location img {
  width: 20px;
  margin-right: 10px;
}
.project-text {
  margin-top: 0;
}
.project-slider .swiper-button-prev, .project-slider .swiper-button-next {
  width: 40px;
  height: 40px;
}
.testimonial-box {
  padding: 30px 30px;
}
.testimonial-box .quote {
  top: -20px;
  width: 50px;
}
.testimonial-text img {
  width: 50px;
  height: 50px;
}
.expertise-item {
  font-size: 14px;
}
.why-section{
  padding: 30px;
}
.title ,.main-title {
  margin-bottom: 12px;
}
ul.listing li {
  font-size: 14px;
  margin-bottom: 8px;
}
.service-bg::after {
  border-radius: 36px 0 0px 36px;
}
.service-bg1::after {
  border-radius: 0 36px 36px 0px;
}
.contact_field h3 {
  font-size: 30px;
}
.contact_field {
  padding: 35px 250px 35px 35px;
}
.abouit-project-info p {
  font-size: 14px;
}
}
@media (max-width: 1366px) {
  .copyright p {
    margin: 15px 0;
}
  .home-banner-box {
    height: 400px;
}
.contact_info_sec {
  padding: 25px;

}
.footer-contact-img {
  width: 40px;
}
ul.project-area-size li {
  font-size: 12px;
  padding: 5px 0px;
  padding-left: 23px;
}

.abouit-project-info h3 {
    font-size: 16px;
}
ul.project-area-size li:before {
  font-size: 16px;
}
.why-section .icon {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.text p{
  margin: 0;
}
}
@media (max-width: 1280px) {
  .container {
    max-width: 1170px;
  }
  
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 991.98px) {
  :root{
    --font-size-83: 30px;
    --line-height-83: 36px;
    --font-size-40: 25px;
    --line-height-22: 24px;
  }
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }

  header.main-header .container {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.right-menu{
  display: none;
}

.navbar>.container-fluid{
  display: flex
;
  flex-wrap: inherit;
  align-items: center;
  justify-content: flex-end;
}

.banner-slider .swiper-button-prev img, .banner-slider .swiper-button-next img {
  width: 70%;
  height: 70%;
}
.view-more-btn {
  padding: 8px 25px;
}
.home-about-bg::after {
  top: 33%;
  width: 100%;
  height: 48%;
  border-radius: 0 0 0 50px;
}
.service-list {
  width: 33%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
  margin: 15px 0;
  border-right: 1px solid #cfcfcfab;
  border-left: 1px solid #cfcfcfab;
}
.service-box {
  display: flex
;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.service-list .right-line{
  display: none;
}
.service-list .div-sub-title {
  text-align: center;
}
.project-name h3 {
  font-size: 13px;
  line-height: 26px;
}
.project-intro .project-name h3 {
  font-size: 18px;
  line-height: 50px;
}

.project-text {
  margin-top: 15px;
  flex-direction: column;
}
.experience-box .experience-date {
  font-size: 60px;
  line-height: 70px;
}
.experience-box {
  padding: 20px;
  border-radius: 0 0 50px 0;
  width: 85%;
  display: flex;
  align-items: center!important;
}
.experience-box .experience-date{
  margin-right: 10px;
}
.line {
  position: absolute;
  left: 105%;
  bottom: 8px;
  width: 250px;
  height: 2px;
  background-color: var(--color-ffffff);
}
.home-about-img {
  width: 100%;
  margin-bottom: 20px;
}
.professional {
  width: 100%;
  display: flex
;
  align-items: center;
}
.professional br{
  display: none;
}
.professional h4{
  margin: 0;
}
.professional img {
  width: 50px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.counter-section::after {
  width: 95%;
  border-radius: 0 0 0 100px;
}

.counter-experience{
  margin-bottom: 20px;
}
.about-about-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  background: var(--color-010648);
  border-radius: 0 0 0 100px;
  z-index: -1;
}
.service-text {
  margin-top: 20px;
}
.line2 {
  width: 150px;
  height: 2px;
}
.footer-contact-box .right-border {
  right: 0%;
}
.footer-contact-box {
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.row.responsive-flex {
  display: flex
;
  flex-direction: column-reverse!important;
}
.service-img{
  width: 100%;
  position: relative;
}
.service-img1{
  width: 100%;
  position: relative;
}
.service-bg::after{
display: none;
}
.service-bg1::after{
  display: none;
}
.service-img::after {
  position: absolute;
  content: "";
  width: 70%;
  top: -6%;
  right: -10%;
  background: var(--color-010648);
  height: 112%;
  border-radius: 16px 0 0px 16px;
  z-index: -9;
}
.service-img1::after {
  position: absolute;
  content: "";
  top: -6%;
  left: -10%;
  width: 70%;
  height: 112%;
  background: var(--color-010648);
  border-radius: 0 16px 16px 0px;
  z-index: -1;
}
.service-left {
  margin-top: 50px;

}
.service-right {
  padding-left: 0px;
}
.service-right{
  margin-top: 50px;

}
.service-bg1 .service-img {
  margin-bottom: 0px;

}

.contact_info_sec {
  position: relative;
  background: linear-gradient(90deg, #010648 0%, #1325e8 100%);
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 40px;
;
}
.contact_field {
  padding: 30px;
}
}
@media (max-width: 991px) {
  .main-header {
    padding: 35px 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    /* float: right; */
    /* text-align: left; */
}
.left-menu {
        width: 100%;
        position: absolute;
        left: 0;
        top: 15px;
    }
	
	.header-logo {
        position: absolute !important;
        width: 150px;
        float: left;
      left:15px;
}
.main-nav .navbar-nav .nav-item a {
  text-align:left;
}
.navbar-collapse {
  top: 130%;
  padding-left: 10px;
  padding-top: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.left-menu .main-nav .navbar-nav .nav-item {
    padding-right: 10px;
    text-align: right;
}
  .mobile-logo{
    display: block;
   width: 250px;
}
.mobile-logo img{
  display: block;
 width: 100%;
}

  .mobile-toggle {
    display: flex;
    align-items: center;
  }

  .custom-sidenav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background: #222;
    padding: 20px;
    transition: 0.4s ease-in-out;
  }

  .custom-sidenav.sidenav-open {
    right: 0;
  }
}


@media (max-width: 800px) {
 
}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .order-md-div {
    order: 2;
  }
  .footer-logo-box {
    padding-right: 0px;
}
  
}

@media (max-width: 575.98px) {
  :root{
    --font-size-25: 16px;
    --font-size-19: 14px;
    --font-size-40: 20px;
    --font-size-33: 20px;
    --font-size-50: 30px;
    --line-height-50: 30px;
    --line-height-25: 20px;
    --line-height-40: 29px; 
  }
  .counter-section .row {
    justify-content: center;
}

  .copyright p {
    margin: 0px;
    display: flex;
    line-height: normal;
    justify-content: space-between;
    flex-direction: column;
}
.main-footer {
  padding: 15px 0;
  padding-bottom: 5px !important;
}
  .commitment-item {
    background-color: #f0f8ff;
    padding: 20px 10px;
    text-align: left;
  }
  .commitment-item p{
    text-align: left;
  }
  .contact_field {
    padding: 15px;
}
.contact_info_sec {
  padding: 30px 15px;
  border-radius: 8px;
}
.contact_us {
  background-color: #f1f1f1;
  padding: 50px 0px;
}
.footer-box .p-content {
  margin-bottom: 10px;
  margin-top: 25px;
}
.footer-social {
  text-align: center;
  margin-top: 10px;
}
iframe {
  height: 250px;
}
.contact_field h3 {
  font-size: 20px;
}
.mb-5 {
  margin-bottom: 1rem !important;
}
  .container{
    padding:  0 15px;
  }
  .home-banner-img img {
    height: 100%;
    object-fit: cover;
  }
  .banner-content p{
    display: none;
  }
  
      .home-banner-box {
          height: 250px;
      }
      .view-more-btn {
        padding: 6px 20px;
        font-size: 14px;
    }
    .banner-content .view-more{
      margin-top: 10px!important;
    }
    .banner-content h1{
      font-size: 20px;
      line-height: 24px;
    }
    .banner-slider .swiper-button-prev, .banner-slider .swiper-button-next {
      top: calc(100% - 40px);
  }
  .experience-box .experience-date {
    font-size: 40px;
    line-height: 50px;
}
.experience-box {
  padding: 10px;
}
.experience-box {
  border-radius: 0 0 50px 0;
  margin-top: -71px;
}
p{
  text-align: justify;
}
.home-about-bg::after {
  top: 33%;
  width: 100%;
  height: 46%;
  border-radius: 0 0 0 36px;
}
.ms-5 {
 margin: 0 10px!important;
}
.div-sub-title {
  font-size: 14px;
}
.service-list {
  width: 50%;
  margin: 8px 0;
  border-right: 1px solid #cfcfcfab;
  border-left: 1px solid #cfcfcfab;
}
.project-slider .swiper-button-prev {
  left: 3%;
}
.project-slider .swiper-button-next {
  right: 3%;
}
.why-chooseus-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.why-chooseus-right-img {
  width: 27%;
}
.why-chooseus-bg::before {
  background-size: cover;
}
.counter-section::after {
  width: 100%;
  border-radius: 0px;
}
.counter-experience {
  display: flex
;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
}
.pt-100 {
  padding-top: 30px;
}
.pb-100 {
  padding-bottom: 30px;
}
.footer-contact-box {
  padding: 15px 0;
  position: relative;
  width: 100%;
}

.footer-contact-section {
  padding: 25px 0;
}
.view-more {
  width: 100%;
  display: inline-block;
  float: none;
  text-align: center;
}
.m
.footer-contact-section{
  padding: 30px 0;
}
.footer-contact-box .right-border {
  display: none;
}
.service-list img {
  height: 50px;
}
.home-banner-box.inner-banner-box {
  height: 200px;
}
.inner-banner-box .home-banner-text {
  top: 60%;
}
.about-about-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 30%;
  width: 100%;
  height: 70%;
  background: var(--color-010648);
  border-radius: 0 0 0 50px;
  z-index: -1;
}
.why-section {
  box-shadow: none;
  padding: 30px 0;
}
.commitment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid
;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-top: 30px;
}
.line2 {
  width: 100px;
  height: 2px;
}
.project-name h3 {
  font-size: 16px;
  line-height: 50px;
}
.project-inner {
  height: 50px;
}
.project-slider-card {
  height: 450px;
}

.project-slider-card {
  height: 100%;
}
.project-intro {
  position: relative;
  padding-bottom: 15px;
}

.project-slider-card {
    background: #fff;
    overflow: hidden;
    border-radius: 5px 29px 5px 0px;
    box-shadow: none;
}
.project-slider-card-inner img {
  border-radius: 5px 29px 5px 0px;
}
.project-innepage .mb-5 {
  margin-bottom: 5px !important;
}


.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item{
  width: 150px;
}
.service-bg::after {
  width: 70%;
  top: 1%;
  height: 36%;
  border-radius: 16px 0 0px 16px;
}
.service-bg1::after {
  top: 2%;
  width: 70%;
  height: 36%;
  background: var(--color-010648);
  border-radius: 0 16px 16px 0px;
  z-index: -1;
}
.service-left {
  margin-top: 30px;

}

.service-right{
  margin-top: 30px;

}
}
@media (max-width: 480px) {
  
}
@media (max-width: 375px) {
  
}
@media (max-width: 320px) {}
/* responsive css */