@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans&display=swap");
*
{
/*  border: 1px solid red;*/
}

:root
{

    --primary-color:#040145;
    --secondry-color:#9c0a0a;

  --maincolor:#323232;
  --maincolordark:#115401;
  --maincolorrgba:rgba(97, 43, 103, .9);

  --secondcolor:#9c0a0a;
  --secondcolordark:#800707;
  --secondcolorrgba:rgba(47, 56, 111, 0.9);

   --effectColor:#29dfe6; 
   --effectColor2:#00c0d1;
   --effectColor2rgba7:rgba(0, 192, 209, 0.7);
   --effectColor2rgba5:rgba(0, 192, 209, 0.5);
   --effectColor2rgba3:rgba(0, 192, 209, 0.3);
   --effectColorlight:#f2f9ff;

}
*{
/*  border: 1px solid red;*/
}
body { 

  width: 100%;
  overflow-x: hidden;
 font-family: "Montserrat", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
/*  scrollbar-width: thin;*/
}
html
{
  scroll-behavior: smooth;
  scrollbar-width: thin;
 scrollbar-color:var(--secondcolor) #fff;
}
.layout_padding {
  padding: 20px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: var(--maincolor);
}

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

  & h2 
  {
    background-color: rgba(255,255,255,0.3);
    padding: 10px 14px;
    border-radius: 4px;
  }
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.hero_bg_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*header background color*/
.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background:  rgba(31, 65, 114, 0.90);*/
  background: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section
{
  background: #ffffff;

}
.header_section .header_top {
  background: #ffffff;
}

.header_section .header_top .header_top_container {
  display: block;
}

.header_section .header_top .contact_nav {
  display: flex;
  float: right;
}

.header_section .header_top .contact_nav a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}

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

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  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;
  color: var(--maincolor);
  border-radius: 100%;
}

.header_section .header_top .contact_nav a.call-link {
  background: var(--maincolor);
  margin-right: -15px;
  padding: 15px 25px;
  color: #ffffff;
}

.header_section .header_top .contact_nav a.call-link i {
  color: #ffffff;
}

.header_section .header_top .social_box {
  display: block;
  min-width: 145px;
  float: left;
  padding: 18px 0 0;
}

.header_section .header_top .social_box > a {
  float: left;
  font-size: 18px;
}

.header_section .header_top .social_box a {
  margin-right: 10px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  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;
  color: var(--maincolor);
  border-radius: 100%;
}

.header_section .header_bottom {
/*  padding: 15px 0;*/
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 35px;
}

.navbar-brand:hover {
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.nav-item
{
 
  display: flex;
  align-items: center;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
/*  border: 1px solid red;*/
/*  padding: 5px 25px;*/
  color: var(--primary-color);
  text-align: center;
/*  border-radius: 5px;*/
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;

}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}
.costum_link
{
  position: relative;
  
}
  .costum_link::before 
  {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background: red;
    transition: 0.5s;
  }
.costum_link:hover::before
{
      width: 100%;

}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .dropdown {
  color: var(--secondry-color);

}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: var(--maincolordark);
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
/*  padding: 45px 0 75px 0;*/
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 3.5rem;
}

/*.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  text-align: center;
   width: 145px;
}*/

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: var(--maincolor);
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: var(--maincolordark);
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
  background-color: var(--maincolor);
  opacity: .6;
}

.slider_section .carousel_btn-box a:hover {
  color: #ffffff;
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_section2
{
  background-color: #fff;
}
.about_section .img-box {
  position: relative;
}

.about_section .img-box img,.about_section .img-box video {
  width: 100%;
}
.play_pause
{
  width: 50px !important;
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
 
  transition: 0.5s;
  &:hover
  {
     scale: 1.2;
  }
}

.about_section .detail-box p {
  color: #7a7a7a;
  margin-top: 15px;
}

.about_section .detail-box .btn-box
{
 
  display: flex;
  justify-content: center;

}

.btn-box a,.btn-box button {

  display: inline-block;
  padding: 10px 45px;
  background:  #fff;
  color:var(--maincolor);
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
  margin-top: 15px;
  border-radius: 20px;
  font-weight: bold;
}

.about_section .detail-box a:hover {
  background: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  color: #fff;



}

.service_section {
  position: relative;
}

.service_section .heading_container p {
  color: #7a7a7a;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  border-radius: 5px;
  background:linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  padding: 35px 0 25px 0;
/*  border:1px solid var(--primary-color);*/
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/*.service_section .re */

.service_section .box .img-box {
  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;
  width: 80px;
  min-width: 80px;
  height: 80px;
  padding: 10px;
  margin-bottom: 45px;
  position: relative;
}

.service_section .box .img-box img {
  max-width: 70%;
/*  max-height: 50%;*/
  position: relative;
  z-index: 3;
}
.service_section .box .detail-box h5 
{
  font-size: 16px;
  color: var(--primary-color);
}

.service_section .box .img-box::before, .service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .detail-box {
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.service_section .box .detail-box p{
  font-size: 14px;
}
.service_section .box .detail-box a {
  color: var(--primary-color);
  font-weight: 600;

  &:hover
  {
    color: var(--effectColor) !important;

  }
}

.service_section .box .detail-box a i {
  margin-left: 5px;
}

.service_section .box .detail-box a:hover {
  color: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
}

.service_section .box:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

/*.service_section .btn-box a {
  display: inline-block;
  padding: 10px 30px;

  color: var(--maincolor);
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
}

.service_section .btn-box a:hover {

  color: #fff;
  background: var(--effectColor);
}*/

.call_section {
  background:linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  color: #0c0c0c;
  padding: 30px 0;
/*  min-height: 60vh;*/
}

.call_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call_section .img-box {
  position: relative;
}

.call_section .img-box img {
  width: 70%;
  border-radius: 100%;
  position: relative;
  border: 10px solid var(--secondcolor);
}

.call_section .detail-box h3 {
  color: var( --effectColor);
  font-weight: bold;
  font-size: 3rem;
}

.call_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  color: #0c0c0c;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
  margin-top: 15px;
  border-radius: 20px;
}

.call_section .detail-box a:hover {
  background-color: transparent;
  color: var(--maincolor);
}

.faq_section {
  position: relative;
}

.faq_section .detail-box p {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #7a7a7a;
}

.faq_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
 background: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  color: #ffffff;

  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
  border-radius: 20px;
}

.faq_section .detail-box a:hover {
  background-color: transparent;
  color: var(--maincolor);
}

.faq_section #faqAccordion .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.faq_section #faqAccordion .card-header {
  background-color: var(--maincolor);
  border: none;
}

.faq_section #faqAccordion h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faq_section #faqAccordion h5 button {
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  position: relative;
  padding-right: 25px;
  color: #ffffff;
  width: 100%;
}

.faq_section #faqAccordion h5 button::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_section #faqAccordion h5 button[aria-expanded="true"]::before {
  content: "\f106";
}

.faq_section #faqAccordion .card-body {
  background-color: #f8f9f9;
}

.faq_section #faqAccordion .card-body p {
  color: #000000;
}

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

.heading_container h2 
{
  font-size: 25px;
  text-align: center;
}
.news_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  border: 1px solid #ececec;
}

.news_section .box .img-box {
  position: relative;
  width: 200px;
  min-width: 200px;
}

.news_section .box .img-box img {
  width: 100%;
}

.news_section .box .detail-box {
  padding: 15px;
}

.news_section .box .detail-box h5 {
  font-weight: 600;
}

.news_section .box .detail-box p {
  font-size: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  color: #ffffff;
 
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
  border-radius: 20px;
}

.news_section .box .detail-box a:hover {
  background-color: transparent;
  color: var(--maincolordark);
}

.contact_section
{
  background: url('https://img.freepik.com/free-photo/abstract-smooth-elegant-blue-background_1017-46759.jpg?t=st=1709026659~exp=1709030259~hmac=2de3a40c8a375161b19c23801989d77235988d03b6be194e27bda71365ca2342&w=740');
  background-size: cover;

}
.contact_section .heading_container {
  margin-bottom: 45px;
  
}

.contact_section .heading_container h2 {
  margin-bottom: 0;
}

.contact_section .map_form_container .map_container {
  display: none;
}

.contact_section .map_form_container.map_show form {
  display: none;
}

.contact_section .map_form_container.map_show .map_container {
  display: block;
}

.contact_section .form-group {
  margin-bottom: 25px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: #f7f8f9;
  border: 1px solid #ebebeb;
  outline: none;
  color: #000000;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_section textarea {
  width: 100%;
  border: none;
  height: 150px;
  padding-left: 25px;
  background-color: #f7f8f9;
  border: 1px solid #ebebeb;
  outline: none;
  color: #000000;
  border-radius: 0;
  outline: none;
  padding: 15px 25px;
}

.contact_section textarea::-webkit-input-placeholder,
.contact_section textarea::-ms-input-placeholder,
.contact_section textarea::placeholder {
  color: #222222;
} 

.contact_section input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.contact_section input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section input:-ms-input-placeholder {
  color: #222222;
}

.contact_section input::-ms-input-placeholder {
  color: #222222;
}

.contact_section input::placeholder {
  color: #222222;
}

.contact_section input.message-box {
  height: 120px;
  border-radius: 0;
}

.contact_section input.message-box:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

/*.contact_section .btn-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .btn-box button {
  margin: 5px;
  width: 145px;
  font-weight: bold;
  text-transform: uppercase;
}*/

/*.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 8px 0;
color: var(--maincolordark);
 
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
}

.contact_section .btn-box .submit_btn:hover {

background:var(--effectColor);
   color: #ffffff;
}*/



.contact_section .map_container .map {
  height: 285px;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* footer section*/
.footer_section {
  background:linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  padding-top: 75px;
  text-align: center;
  color: #0c0c0c;
}

.footer_section .footer-brand {
  font-size: 2rem;
  color: #0c0c0c;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
/*  border:1px solid red;*/
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.footer_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer_items a {
  position: relative;
}

.footer_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: left;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .footer_items .item 
  {
    -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left !important;
  text-align: left;
  }
}

.footer_items .item .img-box {
  width: 30px;
  height: 30px;
  border-radius: 100%;
/*  text-align: center;*/
/*  line-height: 65px;*/
display: flex;
justify-content: center;
align-items: center;
  color: var(--maincolor);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.footer_items .item .img-box i {
  font-size: 18px;
  position: relative;
  z-index: 3;
}

.footer_items .item .img-box::before, .footer_items .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_items .item .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_items .item .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_items .item p ,.footer_items .item a {
  margin-top: 20px;
  color:#0c0c0c;
  text-align: left;
  font-size: 14px;
}
.footer_items .item a:first-child 
{
  margin-top: 0px;

}
.footer_items .item a 
{
/*  text-align: center;*/
}
.footer_items .item:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.social-box {
/*  border:1px solid red;*/
flex-direction: column;
  display: flex;
  margin: 4px 0;
  align-items: flex-start;
}
.social-box h4
{
  font-size: 16px;
}
.social-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-box a {
  margin: 0 5px;
  color: var(--maincolor);
  width: 30px;
  height: 30px;
  background: #ffffff;
  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;
}

.social-box a i {
  font-size: 18px;
}

.social-box a:hover {
  color:  var(--maincolor);
}

.footer_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 25px;
  background-color: #fefefe;
  outline: none;
  color: #101010;
  text-align: center;
}

.footer_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color:var(--maincolor);
  color: #0c0c0c;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid var(--maincolor);
}

.footer_form button:hover {
  background-color: transparent;
  color: var(--maincolordark);
}

.footer-info {
  text-align: center;
  margin-top: 45px;
}

.footer-info p {
  color: #0c0c0c;
  margin: 0;
  padding-bottom: 25px;
}
.footer_last
{
  display: flex;
  justify-content: space-between;
}

.footer-info p a {
  color: inherit;
}
.footer_last p,.footer_last a
{
  font-size: 12px !important;
}
.footer_last a:hover
{
  color: var(--effectColor);
}


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

.light-box
{
  background-color:rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 10px;
  border-radius: 3px;

}
.full_img
{
  width: 100%;


}
.bg_blur
{
backdrop-filter: blur(1px);
}
.footer_info_box
{
  & h2 
  {
/*    color: red;*/
    font-size: 25px;
    text-align: left;
  }
  & a 
  { 
    display: flex;
    align-items: center;
    width: 100%;
/*  border: 1px solid red;*/

    .item
    {
      display: flex !important;
/*      border: 1px solid blue;*/
      margin:0;
      padding: 0;
      flex-direction: row;
      gap: 20px;
      align-items: flex-start;

      & p 
      {
        text-align: left;
      }
     
    }

  }
}
.info_item
{ 

  text-align: center;
 & p
  {
    margin-top: 5px !important;

  }
}
.margin_0
{
  margin-top: 0 !important;
}
.getintouch
{
  background:linear-gradient(35deg,#ccc 30%, maroon);
  border: none;
  outline: none;
  writing-mode: vertical-lr;
  padding: 5px;
  color:#fff;
  border-radius: 3px;
  cursor: pointer;
  position: fixed;
  z-index: 9;
/*  border:1px solid #000;*/
/*  right: -30px !important;*/
  right: 02px !important;
  top: 60vh;
  font-size: 16px;
  transform: rotate(-90deg);
/*  transform: scaleY(-1); flip*/ 
 animation: tublight 2s  infinite; 
}
@keyframes tublight
{
  0%{
    transform: scale(1);
  }
  30%{
    transform: scale(1.2);
  }
  50%{
    transform: scale(1.1);
  }
 70%{
    transform: scale(1.2);
  }
  80%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
.getintouch:focus,.getintouch:hover
{
   outline: none;
   border: none;
   background-color:var(--maincolordark);
}
.whatsapp
{
  width: 50px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
}
.getintouch_box
{
  width: 28vw;
  height: 70vh;
  background-color: rgba(255,255,255,.8);
  position: fixed;
  top: 20vh;
  right: -100vw;
  backdrop-filter: blur(5px);
  z-index: 999;
  border-radius: 5px;
  transition: 0.5s;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 15px;

  .form_nav 
  {
    display: flex;
    justify-content: space-between;
/*    border: 1px solid red;*/

    & button
    {
      border: none;
      background:none;
      outline: none;
      color: #ff0000;
      font-size: 25px;
/*      transform: ;*/
/*      rotate: 90deg;*/
    }
  }
  & h4 
  {
    color: var(--maincolor);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }

  & form 
  {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
 .inputBox input:focus + label ,.inputBox textarea:focus + label,
 .inputBox input:valid + label,.inputBox textarea:valid + label
   {
       top:-25px;
        transition:all 0.8s;
   }

  .inputBox
  {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
   
    & input
    {
      padding-block: 5px;
    }
     
    & textarea
    {
      resize: none;
    }
    & input ,& textarea
    {
      width: 100%;
      border: none;
      outline: none;
      background: rgba(255,255,255,.1);
      border-bottom: 0.1em solid #999;
      border-radius: 3px;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.8);
      padding-left: 4px;

      &:focus
      {
        border-color:var(--maincolor);
         background: rgba(255,255,255,.3);
      }
      &:focus
      {
        top:-30px;
        transition:all 0.8s;
      }
    }
    & input[type=submit]
    {
      background-color: var(--maincolor);
      border: none;
      width: 60%;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
      border-radius: 3px;
      transition: background 0.5s;


      &:hover 
      {
        background-color: var(--maincolordark);
        letter-spacing: 0.1em;
      }
    }
    & label 
    {
      position: absolute;
      left: 0;
      left: 4px;
      padding:0;
      height: 100%;
      font-size: 14px;
      color: rgba(0,0,0,.7);
/*      border: 1px solid red;*/
      display: flex;
      align-items: center;
      transition:all 0.8s;

      &:hover 
      {
        top:-30px;
        transition:all 0.8s;
      }
    }
  }
}
.getintouch_box_show
{
  right: 10vw;
}

.dropdown-menu
{
 
  background: rgba(0, 0, 0, 0.2);
  border: none;

  & a 
  {
    color: #fff;
    transition: background 0.5s;
    width: 100%;
    display: block;
    padding: 4px;
    font-size: 14px;

    &:hover 
    {
      background-color: var(--maincolordark);
    }
  }
}
.server_handling_transportation, .licolor
{
  & li::marker 
  {
    color:var(--maincolor);
  }
}
.licolor li 
{
  color: rgba(0, 0, 0, 0.6);
}
/*...................................................................................*/
.relocation_ser_slider
{
  height: 43vh;


  .swiper-wrapper
  {
    width: 100%;
    height: 100%;

    .swiper-slide
    {
      width: 100%;
      height: 100%;
      position: relative;

      & img 
      {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(45%);
      }
      .slide_info
      {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px;

        & h4 
        {
          color: var(--effectColor);
        }

        & p 
        {
          max-width: 500px;
          font-size: 12px;
        }

      }

    }
  }

}

.new_heading
{
/*  background:linear-gradient(35deg,var(--maincolor) 40%,var(--secondcolor));*/
  text-align: center;
  padding: 8px;
  font-weight: 600;
  color: var(--maincolor);
}
.rs_heading
{
  background:linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
  color: #fff !important;
  text-align: left;

}
.in_heading
{
  font-size: calc(120%);
}
.relocation_services_side
{
    background-color: var(--effectColorlight);
    padding-bottom:10px;

  & ul 
  {
    list-style: none;
    width: 100%;
/*    border: 1px solid red;*/
    margin:0;
    padding: 6px;
 
    & a 
    {
      color: var(--secondcolordark);
      font-size: 16px;
      
    & li 
    {
      margin-top: 5px;
      width: 100%;
      padding: 5px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        &:hover 
        {
/*           background-color: var(--effectColor2rgba5);*/
            background-color:rgba(0, 0, 0, 0.2);
        }


      }
      .active
      {
          background-color:rgba(0, 0, 0, 0.2);
          color: #fff;
      }
    &:hover
    {
       color: #fff;
    }
    }
  }
}
.img_box
{
  & img 
  {
    width: 100%;
    object-fit: cover;
  }
}
/*......................................................................*/
.testimonial
{   
  width: 100%;
  height: 15vh;
/*  border: 1px solid red;*/

  .swiper-wrapper
  {
    width: 100%;
    height: 100%;
/*  border: 1px solid green;*/

    .swiper-slide
    { 
/*  border: 1px solid blue;*/
      display: flex;
      justify-content: center;
      align-items: center;

  
      & img 
      {
/*          width: 100% !important;*/
/*          height: 60%;*/
          object-fit: contain;
         /* filter: grayscale(1);
          &:hover 
          {
             filter: grayscale(0);
          }*/


      }


    }
  }

}
/*......................................................................*/
.dotcolor li::marker 
  {
    color:var(--maincolor);
  
  }
.all_services_con
{
  position: relative;


}
.all_services
{
  position: absolute;
  top: 8.5vh;
  left: -30vw;
  width: 50vw;
/*  height: 30vh;*/
  background-color: #fff;
  z-index: 999;
  display: none;
 

  .ser_box
  {
   
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 2px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5px;
/*   align-items: center;*/
transition: 0.5s;

   & h4 
   {
    font-size: 17px;
    color: var(--secondcolordark);
/*    font-weight: bold;*/
   }
   & a 
   {
    font-size: 14px;
    margin-top: 5px;
    color: #000;

    &:hover
    {
      color: var(--effectColor);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
   }
  }

  .ser_box:last-child
  {
    border: none;
  }

}
.all_services_con:hover .all_services
{
  display:flex;
  transition: 0.5s;
}
.all_services:hover
{
   display:flex;
   transition: 0.5s;
}

.service_mobile_con:hover .service_mobile_show
{
  display: block;
}
.service_mobile_show
{ 
  display: none;
  list-style: none;
  & li 
  {
    margin-top: 8px;
    margin-left: -8px;
    & a 
    {
     color: rgba(255,255,255,0.7);

    }
  }
}
.details
{
  & p , & li 
  {
    font-size: 15px;
  }
 .s_img_box
 {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-block:8px;
  .ef_img
  { 
    flex:1;
    overflow: hidden;
    flex-wrap: wrap;
   & img 
   {
    width: 100%;
    height: 100%;
    transition: 0.5s;

    &:hover
    {
      transform: scale(1.3);
    }
   }
  }
 }
}
.sub_heading
{
  color: var(--maincolor);
}
.enquery_btn
{
  background: rgba(0, 0, 0, 0.5);
/*  border: 1px solid var(--effectColor);*/
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0px 0px 100px 2px var(--effectColor),0px 0px 1px 1px var(--effectColor);

  &:hover 
  {
      color: var(--effectColor);
  }
}
/*........................ tab button for gallery page ................................*/ 
 .tab {
        display: none;
    }

    .tab.active {
        display: block;
    }

    .tab-button {
        cursor: pointer;
        padding: 8px 12px;
        border: none;
        background: #fff;
        margin-right: 5px;
        border-radius: 4px;
       
    }
button:focus
{
   border: none;
   outline: none;
}
    .tab-button.active {
        background: #fff;
        border: none;
        outline: none;
        background: linear-gradient(35deg,rgba(0, 0, 0, 0.07) 30%, rgba(255, 0, 0, 0.07));
        color: #fff;

    }
.gallery_image
{
  display: flex;
  flex-wrap: wrap;

  .gallery_box
  {
      flex: 1 0 calc(33.33% - 20px); /* Flex-grow: 1, Flex-shrink: 0, Flex-basis: 33.33% */
        margin: 10px;
        box-sizing: border-box;
        overflow: hidden;
        transition: 0.5s;

      &:hover img 
      {
        transform: scale(1.5);
         transition: 0.5s;
      }
      & img 
      {
        width: 100%;
        height: auto;
        display: block;
        height: 100%;
      }
  }
}
/*...............................................................................*/

.banner
{
  width: 100%;
  height: 50vh;

  & img 
  {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
  }

}
.main_container_industires
{
  width: 100%;
  height: 100%;
  padding-inline: 100px;
}
.industires-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 10px;
    width: 100$;
}

.industires-item {
    width: 100%;
    height: 0;
/*    padding-bottom: 70%;*/
  height: 40vh;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    .title 
    {
        position: absolute;
        z-index: 2;
/*        width: fit-content;*/
width: 100%;
height: 100%;
        transform: scale(0);
        transition: 0.4s;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .title::before 
    {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
    }
   
}

.industires-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.3s;
    transform: scale(1);
}
.industires-item:hover img 
{
  transform: scale(1.3);
}
.industires-item:hover .title 
{
  transform: scale(1);
}
/*.................................... New CSS.............................................*/
.banner_section
{
  height: 30vh;
  & img 
  {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about_section
{
  & p 
  {
    text-align: justify;
  }
}
.call_btn
{
  & a 
  {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    color:var(--secondcolor) !important;
  }
}
.service_box
{
  & h5 
  {
    font-size: 14px !important;
  }
  & a 
  {
    font-size: 12px !important;
  }
}



@media (max-width: 768px) {
    .industires-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .industires-container {
        grid-template-columns: 1fr;
    }
}
