/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: rgb(163, 162, 162);
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 17px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: gray;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}
.form-control .placeholder {
  text-decoration: none;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 50px;
}

.padding_0 {
  padding: 0px;
}

/* header top section start */

.header_top_section {
  width: 100%;
  display: flex;
  background-color: transparent;
  height: auto;
  padding: 20px 0px;
}

.header_top_main {
  display: flex;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
}

.call_text a {
  color: #ffffff;
}

.call_text a:hover {
  color: #fda417;
}

.call_text_1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}

.call_text_1 a {
  color: #ffffff;
}

.call_text_1 a:hover {
  color: #fda417;
}

.call_text_2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  text-align: center;
}

.call_text_2 a {
  color: #ffffff;
}

.call_text_2 a:hover {
  color: #fda417;
}

.padding_left_15 {
  padding-left: 10px;
}

/* header top section end */

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/bg_banner_black_05.jpg);
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header_bg {
  /* background: #1f1f1f; */
}

.bg-light {
  background-color: transparent !important;
}

.main-logo {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logo {
  width: auto;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}
.logo-name {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  /* font-style: italic !important; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.logo img {
  width: 280px;
  height: 70px;
}
.footer_logo img {
  width: 260px;
  height: 80px;
}

.btn-qoute {
  width: auto;
  display: flex;
  justify-content: end;
  align-items: center;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* Basic styling for the navbar */
.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-item {
  position: relative;
}

/* Styling the links */
.nav-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

/* Hide the dropdown by default */
.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu li a {
  display: block;
  width: 250px;
  padding: 8px 15px;
  text-decoration: none;
  color: #6a6a6a;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
}

.dropdown-menu li a:hover {
  background-color: #f1f1f1;
}

/* Show dropdown when hovering over parent item */
.nav-item:hover .dropdown-menu {
  display: block;
}

.navbar-menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #fcfefe;
  text-transform: uppercase;
  font-family: calc();
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fda417;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fda417;
  font-weight: 600;
  font-size: 15px;
}

.nav-item.active .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px; /* Adjust the height of the line */
  background-color: #fda417; /* Adjust the color of the line */
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar {
  padding: 30px 0px 30px 0px;
}

.login_text ul {
  margin: 0px;
  padding: 0px;
}

.login_text li {
  float: left;
  font-size: 18px;
  color: #ffffff;
  padding: 0px 30px;
}

.login_text li a {
  color: #ffffff;
}

.login_text li a:hover {
  color: #fda417;
}

.quote_btn {
  width: 170px;
  float: left;
}

.quote_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #fda417;
  border-radius: 40px;
  padding: 8px;
  text-transform: uppercase;
}

.quote_btn a:hover {
  background-color: #ffffff;
  color: #252525;
}

/* header section end */

/* banner section start */

.vision-mision {
  padding-left: 80px;
  padding-right: 80px;
}
.vision-box {
  width: 100%;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  color: rgb(170, 170, 170);
  border: 1px solid orange;
  padding: 60px 60px 60px 0px;
  margin-left: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.mission-box {
  width: 100%;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  color: rgb(170, 170, 170);
  border: 1px solid orange;
  padding: 60px 40px 60px 60px;
  margin-top: 60px;
  margin-left: -40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.banner_taital-logo {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
}

.banner_section {
  width: 100%;
  float: left;
  padding: 90px 0px;
}

.banner_taital_main {
  width: 90%;
  height: auto;
  margin-top: 90px;
  float: left;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 70px;
  font-family: calc() !important;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
  font-family: "Poppins", sans-serif;
}

.btn_main {
  width: 100%;
  display: flex;
}

.started_text {
  width: 180px;
  margin-right: 20px;
  margin-top: 30px;
}

.started_text a {
  width: 100%;
  float: left;
  padding: 10px 10px;
  color: #ffffff;
  background-color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  border-radius: 40px;
  font-family: sans-serif;
}

.started_text a:hover {
  color: #ffffff;
  background-color: #fda417;
}

.started_text.active a {
  color: #ffffff;
  background-color: #fda417;
}

#my_slider a.carousel-control-prev {
  left: 30px;
  top: 300px;
  right: 0px;
}

#my_slider a.carousel-control-next {
  right: 0px;
  top: 230px;
  left: 30px;
  color: #ffffff;
  background-color: #f8c30b;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background: #ffffff;
  opacity: 1;
  font-size: 40px;
  color: #070606;
  border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
  color: #ffffff;
  background-color: #f8c30b;
}

/* banner section end */

/* about section start */
.about {
  background: url(../images/ab_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 0;
}

.about .titlepage {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  color: #2b2a2a !important;
  text-align: left;
  padding: 0;
}

.about .titlepage h2 {
  font-size: 35px;
  margin-left: 20px;
}

.about .titlepage p {
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  padding: 20px 0px 35px 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  color: #2b2a2a !important;
}

.about_img figure {
  margin: 0;
}

.about_img figure img {
  width: 100%;
}

/** end about section **/

.do_section {
  font-family: sans-serif !important;
  color: rgb(221, 221, 221);
}

.do_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container {
  max-width: 80% !important;
}

.do_section .do_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 35px 50px 0 50px;
}

.do_section .do_container .box .img-box {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353434;
  border-radius: 100%;
  overflow: hidden;
}

.do_section .do_container .box .img-box img {
  width: 120px;
  height: 120px;
}

.do_section .do_container .box .detail-box {
  margin-top: 35px;
}

.h6 {
  font-family: sans-serif !important;
  color: rgb(221, 221, 221);
}

.do_section .do_container .box:hover .img-box {
  background-color: #fec016;
}

.do_section .do_container .arrow_bg::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -17px;
  width: 200%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}

.do_section .do_container .arrow-start::before {
  background-image: url(../images/arrow-start.png);
}

.do_section .do_container .arrow-middle::before {
  background-image: url(../images/arrow-middle.png);
}

.do_section .do_container .arrow-end::before {
  background-image: url(../images/arrow-end.png);
}

/** mobile section **/

.mobile {
  background: linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../images/mo_bg.jpg) center center no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 0;
}

.mobile .titlepage {
  text-align: left;
  padding: 0;
}

.mobile .titlepage h2 {
  color: #fff;
}

.mobile .titlepage span {
  margin-left: 58px;
}

.mobile .titlepage h2 {
  font-size: 35px;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
}

.mobile .titlepage p {
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  padding: 20px 0px 35px 0px;
}

.mobile_img figure {
  margin: 0;
}

.mobile_img figure img {
  width: 100%;
}

.mobile .titlepage .read_more {
  border: #fff solid 3px;
  color: #fff;
}

#contact {
  background-size: cover;
}

#contact ul li {
  padding: 3px 0;
}

#contact form {
  color: orange;
}

#contact form input,
#contact form textarea {
  background: transparent;
  border: 2px solid orange;
  color: #ffffff;
}

.font-weight-bold {
  color: white;
}

/** mobile section **/

.about_section {
  width: 100%;
  height: 550px;
  float: left;
  padding: 30px 0px 50px 0px;
  margin-top: 100px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #999999;
  font-weight: bold;
  padding-top: 40px;
}
.about_taital_ser {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #999999;
  font-weight: bold;
  padding-top: 45px;
  padding-bottom: 40px;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #999999;
  margin-left: 0px;
}

.about-row {
  background-color: #000;
}

.about_img {
  width: 675px;
  height: 650px;
  background-size: cover;
  margin-top: -58px;
}

.about_img img {
  width: 675px;
  height: 650px;
  margin-top: -18px;
}

.video_bt {
  width: 100%;
  padding: 155px 0px;
}

.play_icon img {
  width: 80px;
}

.play_icon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 90px;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-color: rgb(253, 164, 23, 0.8);
  border-radius: 100%;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: 0px;
  margin: 0 auto;
  z-index: -1;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.read_bt_1 {
  width: 180px;
  float: left;
  margin-top: 20px;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  background-color: #282828;
  color: #ffffff;
  padding: 10px 0px;
  border-radius: 40px;
  font-weight: bold;
}

.read_bt_1 a:hover {
  background-color: #fda417;
  color: #ffffff;
}

.service_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-right: 35px;
}

.project-boz-main {
  width: 100%;
  padding: 20px;
}

.sidebar {
  width: 250px;
  /* background-color: #333; */
  color: #fff;
  padding: 15px;
  /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);  */
  position: relative; /* Adjust based on layout needs */
}

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

.menu-item {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  background-color: #444;
  border-radius: 4px;
  margin-bottom: 5px;
}

.menu-item:hover {
  background-color: #555;
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* Hidden by default */
  padding-left: 20px; /* Indent submenus */
}

.submenu li {
  margin-bottom: 5px;
}

.submenu li a {
  color: #ddd;
  text-decoration: none;
  padding: 8px 10px;
  display: block;
  border-radius: 4px;
}

.submenu li a:hover {
  background-color: #555;
}

/* Ensure the sidebar and content are responsive */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    padding: 10px;
    box-shadow: none;
  }

  .menu-item {
    font-size: 14px;
  }
}

.service_btn a {
  width: auto;
  font-size: 16px;
  text-align: center;
  background-color: #282828;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 40px;
  font-weight: bold;
}

.service_btn a:hover {
  background-color: #fda417;
  color: #ffffff;
}

/* about section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #8b8b8b;
  font-weight: bold;
  text-align: center;
}

.services_text_1 {
  width: 70%;
  font-size: 18px;
  margin: 0 auto;
  color: #7b7b7b;
  padding-top: 20px;
  padding-bottom: 90px;

  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.services_text {
  width: 100%;
  font-size: 14px;
  margin: 0px;
  padding-top: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #525252;
}

.services_section_2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

.box_main {
  width: 100%;
  background-color: #ffffff;
  height: auto;
  padding: 40px 20px 40px 20px;
  border-radius: 20px;
  margin-top: 30px;
}

.box_main:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px;
}

.service_img {
  width: 30%;
  min-height: 71px;
}

.development_text {
  width: 100%;
  font-size: 24px;
  color: #1b1b1b;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
  text-transform: uppercase;
  min-height: 80px;
}

.service_img img {
  min-height: 80px;
}

.readmore_bt {
  width: 140px;
  padding-top: 30px;
}

.readmore_bt a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fda51a;
  padding: 15px 20px;
  margin-top: 10px;
  font-weight: bold;
}

.readmore_bt a:hover {
  color: #252525;
}

/* services section end */

.main-cont-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: sans-serif !important;
  color: rgb(221, 221, 221);
}

.circle-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: orange;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mt-top {
  margin-top: 30px;
  font-family: sans-serif !important;
  color: rgb(137, 137, 137);
  font-size: 26px;
  font-weight: 600;
}

/* projects section start */

.projects_section {
  width: 100%;
  float: left;
  /* padding-bottom: 30px; */
  padding-top: 60px;
}

.projects_taital {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #192955;
  font-weight: 600;
  padding-bottom: 30px;
}

.projects_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #5a5959;
  margin: 0px;
}

.projects_section_2 {
  padding: 50px 0px;
  width: 100%;
}

.pets_section_2 {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 310px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgb(45, 45, 45, 0.5);
  margin: 0 auto;
}

.container_main {
  position: relative;
}

.container_main:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.some_text {
  color: #fefefd;
  text-align: center;
  font-size: 20px;
  padding-bottom: 0;
  font-weight: bold;
}

i.fa.fa-link {
  background: #0fbdd7;
  padding: 20px 20px 18px 20px;
  border-radius: 100%;
}

.padding_right0 {
  padding-right: 0px;
}

.development_box {
  width: 100%;
  background: red;
  height: auto;
  background-size: cover;
}

.work_text {
  width: 100%;
  font-size: 24px;
  color: gray;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
}

.container_main {
  position: relative;
  overflow: hidden;
}

.image {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.container_main:hover {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.container_main:hover .overlay {
  opacity: 1;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.dummy_text {
  width: 100%;
  font-size: 14px;
  margin: 0px;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.work_text2 {
  width: 100%;
  font-size: 28px;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
}

.work_text2-p {
  font: 20px;
  color: rgb(184, 182, 182) !important;
}

.project_main {
  width: 100%;
  padding: 35px;
  /* background-color: #fda417; */
  /* border-bottom-left-radius: 20px; */
  /* border-bottom-right-radius: 20px; */
  top: -2px;
  position: relative;
}

.work_text:hover {
  color: white;
}

.project_main:hover {
  background-color: #252525;
}

.upcomeing_section {
  width: 100%;
  float: left;
  background-color: #ff6262;
  height: auto;
  padding: 0px 50px 50px 50px;
}

.video_menu {
  width: 100%;
  float: left;
}

.video_menu ul {
  margin: 0px;
  padding: 0px;
}

.video_menu li a {
  float: left;
  font-size: 18px;
  color: #464646;
  background-color: #ffffff;
  padding: 10px;
}

.video_menu li a:hover {
  color: #ffffff;
  background-color: #ff6262;
}

.video_menu li.active a {
  color: #ffffff;
  background-color: #ff6262;
}

.hover_main {
  width: 100%;
  float: left;
  transition: 0.3s all;
}

.hover_main:hover {
  transform: translateY(30px);
}

.projects_section .tab-content {
  background-color: #ff6262;
}

.projects_section ul {
  margin-bottom: 0;
  float: left;
}

.projects_section ul .nav-link {
  color: rgb(191, 189, 189);
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  padding: 12px 10px;
  width: 145px;
  text-align: center;
  margin: 0px 0px;
  text-transform: uppercase;
  position: relative;
  font-family: calc();
}

.projects_section ul .nav-link.active {
  background-color: #fda417;
  color: #fff;
}

/* projects section end */

/* testimonial section start */

.testimonial_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
  padding: 90px 0px 150px 0px;
  background-size: 100%;
}

.testimonial_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.testimonial_section_2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 30px;
}

.client_name_text {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.textimonial_text {
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  color: #0d0d0d;
  margin: 0px;
  text-align: left;
  border-radius: 4px;
}

#costum_slider a.carousel-control-next {
  right: -60px;
  left: 0px;
  top: 500px;
}

#costum_slider a.carousel-control-prev {
  left: -60px;
  right: 0px;
  top: 500px;
  color: #fff;
  background-color: #fda417;
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background: #ffffff;
  opacity: 1;
  font-size: 30px;
  color: #252525;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
  color: #fff;
  background-color: #fda417;
}

/* testimonial section end  */

/* contact section start */
.modal {
  z-index: 1050 !important;
}

.modal-dialog {
  margin: 50px auto;
}

/* Optional: Add a darker background overlay */
.modal-backdrop {
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.6);
}

.map-responsive {
  width: 100%;
  height: 600px;
}

.contact_section {
  width: 100%;
  float: left;
  margin-top: -100px;
}

.contact_taital {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #192955;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.contact_section_2 {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 90px;
}

.titlepage li {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  padding-left: 16px;
  font-size: 16px;
}
.project_section_2 {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 90px;
}

.mail_section_1 {
  width: 100%;
  float: left;
  padding-left: 85px;
  padding-top: 30px;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #c5c8c7;
  border: 0px;
  background-color: transparent;
  padding: 8px 15px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input.mail_text::placeholder {
  color: #a6a6a6;
}

.massage-bt {
  color: #c5c8c7;
  width: 100%;
  height: 110px;
  font-size: 18px;
  background-color: transparent;
  padding: 40px 15px 0px 15px;
  border: 0px;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
  color: #a6a6a6;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.send_bt {
  width: 170px;
  float: left;
}

.send_bt a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #fda417;
  padding: 12px;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  font-weight: bold;
  border-radius: 40px;
}

.send_bt a:hover {
  color: #ffffff;
  background-color: #252525;
}

/* contact section end */

.product_section {
  padding-bottom: 0px;
  padding-top: 20px;
}

.product-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_section {
  display: flex;
}

.sidebar {
  width: 300px;
  background-color: #333;
  color: #fff;
  padding: 15px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: auto;
  position: relative; /* Ensures positioning for the overlay effect */
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-item {
  font-family: sans-serif !important;
}

.menu-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  background-color: #444;
  border-radius: 4px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  font-family: sans-serif !important;
}

/* Main Content */
.main-content {
  flex: 1;
  padding-left: 15px;
  position: relative;
}

.content-section {
  display: none;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  height: 100%;
}
.h2-product {
  color: orange;
}

.p-product {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hover effect for menu items */
.menu-item-container:hover {
  background-color: rgb(224, 223, 223); /* Light gray background on hover */
  color: rgb(28, 28, 28); /* Dark text color on hover */
}

/* Default active section styling for the first section */
.menu-item-container.active {
  background-color: orange;
  color: white;
}

#section1 {
  display: block; /* Show section1 by default */
}

/* Active section - Show when clicked */
.menu-item-container.active ~ .main-content #section1,
.menu-item-container.active ~ .main-content #section2,
.menu-item-container.active ~ .main-content #section3,
.menu-item-container.active ~ .main-content #section4,
.menu-item-container.active ~ .main-content #section5,
.menu-item-container.active ~ .main-content #section6,
.menu-item-container.active ~ .main-content #section7,
.menu-item-container.active ~ .main-content #section8,
.menu-item-container.active ~ .main-content #section9,
.menu-item-container.active ~ .main-content #section10,
.menu-item-container.active ~ .main-content #section11,
.menu-item-container.active ~ .main-content #section12 {
  display: block; /* Show active section */
}

/* Default behavior: All sections are hidden by default */
.content-section {
  display: none; /* Hide all sections by default */
}

/* Hover effect to temporarily show the hovered section */
.menu-item-container:hover ~ .main-content .content-section {
  display: none; /* Hide all sections on hover */
}

.menu-item-container[data-target="section1"]:hover ~ .main-content #section1,
.menu-item-container[data-target="section2"]:hover ~ .main-content #section2,
.menu-item-container[data-target="section3"]:hover ~ .main-content #section3,
.menu-item-container[data-target="section4"]:hover ~ .main-content #section4,
.menu-item-container[data-target="section5"]:hover ~ .main-content #section5,
.menu-item-container[data-target="section6"]:hover ~ .main-content #section6,
.menu-item-container[data-target="section7"]:hover ~ .main-content #section7,
.menu-item-container[data-target="section8"]:hover ~ .main-content #section8,
.menu-item-container[data-target="section9"]:hover ~ .main-content #section9,
.menu-item-container[data-target="section10"]:hover ~ .main-content #section10,
.menu-item-container[data-target="section11"]:hover ~ .main-content #section11,
.menu-item-container[data-target="section12"]:hover ~ .main-content #section12 {
  display: block; /* Show the relevant section on hover */
}

/* Ensure the active section stays visible even when hovering over other items */
.menu-item-container[data-target="section1"].active ~ .main-content #section1,
.menu-item-container[data-target="section2"].active ~ .main-content #section2,
.menu-item-container[data-target="section3"].active ~ .main-content #section3,
.menu-item-container[data-target="section4"].active ~ .main-content #section4,
.menu-item-container[data-target="section5"].active ~ .main-content #section5,
.menu-item-container[data-target="section6"].active ~ .main-content #section6,
.menu-item-container[data-target="section7"].active ~ .main-content #section7,
.menu-item-container[data-target="section8"].active ~ .main-content #section8,
.menu-item-container[data-target="section9"].active ~ .main-content #section9,
.menu-item-container[data-target="section10"].active ~ .main-content #section10,
.menu-item-container[data-target="section11"].active ~ .main-content #section11,
.menu-item-container[data-target="section12"].active
  ~ .main-content
  #section12 {
  display: block; /* Ensure the active section is always visible */
}
/* Content Section */
.content-section {
  padding: 20px;
  /* background-color: rgba(190, 95, 95, 0.4); */
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
  /* Optional: for better performance on some browsers */
  -webkit-backdrop-filter: blur(30px);
}

/* Grid Layout for Section */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Creates 4 equal columns */
  gap: 20px; /* Space between grid items */
}

/* Grid Item Styling */
.grid-item {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
  display: flex;
  flex-direction: column;
  font-family: sans-serif !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
  }
}

@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on small screens */
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr; /* 1 column on very small screens */
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    padding: 10px;
    box-shadow: none;
  }

  .menu-item-container {
    font-size: 14px;
  }
}

.contact_img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.contact_img img {
  width: auto;
  height: 500px;
}

.padding_left_15 {
  padding-right: 0px;
}

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  /* background-color: #fda417; */
  background-color: #666666;
  height: auto;
  padding-bottom: 50px;
}

.footer_section_2 {
  width: 100%;
  float: left;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.location_text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.location_text ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.location_text li {
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 100px 100px 100px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.location_text li a {
  color: #ffffff;
}

.location_text li a:hover {
  color: #fda417;
}

.location_text li.active a {
  color: #fda417;
}

.padding_15 {
  font-size: 30px;
}

.social_icon {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.social_icon li {
  float: left;
}

.social_icon li a {
  float: left;
  padding: 5px 15px;
  background-color: #ffffff;
  color: #000;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 5px;
  width: 50px;
  text-align: center;
  margin-top: 10px;
}

.social_icon li a:hover {
  background-color: #fda417;
  color: #ffffff;
}

.update_mail {
  color: #918f8f;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 10px 20px 0px 20px;
  background-color: #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  margin-top: 20px;
  border-radius: 40px;
}

.subscribe_bt {
  width: 170px;
  float: left;
  padding-top: 30px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #fda417;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
}

.subscribe_bt a:hover {
  color: #252525;
  background-color: #ffffff;
}

.footer_menu_main {
  width: 100%;
  float: left;
}

.footer_menu {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.footer_menu li {
  font-size: 16px;
  color: #ffffff;
  padding: 5px 0px 0px 0px;
  flex-basis: 50%;
}

.footer_menu li a {
  color: #ffffff;
}

.footer_menu li a:hover {
  color: #fda417;
}

.footer_menu li.active a {
  color: #f9bc19;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 15px 0px;
  color: #252525;
  text-align: center;
}

.copyright_text a {
  color: #252525;
}

.copyright_text a:hover {
  color: #0fbdd7;
}

/* copyright section end */

.margin_top90 {
  margin-top: 90px;
}

/*....contact form designs.....*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-color: #d0d1d1;
  font-weight: 400;
}

.form-floating > label {
  color: #d0d1d1;
  font-weight: 400;
}

.contact-form button[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px;
}

.contact-form button[type="submit"]:hover {
  background: orange;
}

.social-icon {
  margin: 10px;
  padding: 0px;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.social-icon-link {
  color: #6c757d;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  margin-right: 15px;
}

.custom-link {
  color: #717275;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.custom-link i {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 100%;
  transition: all 0.3s;
  line-height: normal;
}

.custom-link:hover i {
  opacity: 1;
  left: 101%;
}

.lets-begin {
  float: left;
  margin-left: 20px;
  font-size: 28px;
}
