@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.companyName{
  font-size: 20px;
  
}
@media screen and (max-width:450px) {
          
  .companyName{
    font-size: 1.45vh;
    font-weight: bolder;
    
  }
}
.SectionType{
  margin: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.row1{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 40px;

}
.row2{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  overflow: hidden;

}
.ServiceImg{
  margin-right: 10px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .SectionType{
    margin: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .row1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 40px;
  
  }
  .row2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
  
  }
  .ServiceImg{
    margin-bottom: 10px;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}

.detail-box{
  margin-top: 0px !important;
}
.service_container{
  padding: 40px 0px 40px 0px;
}
.about_section{
  padding: 40px 0px 40px 0px;
}


.layout_padding {
  padding: 90px 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;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

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

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_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover entire container */
  z-index: -1;
}
@media(min-aspect-ratio: 16/9){
  #video-bg{
    width: 100%;
    height:auto;
  }
}

@media(max-aspect-ratio: 16/9){
  #video-bg{
    height: 100%;
    width:auto;
  }
}


.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.navbar-brand span {
  font-weight: bold;
  font-size: 23px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
   font-weight: 200;
}
scrollbar-thumb
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 400;
}



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

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

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

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

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.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: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.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;
}

.nav-item .nav-link:active,
.nav-item .nav-link:focus{
color: #00bbf0;
}
/*end header section*/
/* slider section */


.heading{
  -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;
  position: relative;
  padding: 45px 0 145px 0;
}

.heading .row{
  padding: 40px 20px; 
  margin:10px 10px;
  color: #ffffff;
  display: inline-block;
}

.video-container .shadow{
  background-color: #000;
  width:inherit;
  height: inherit;
  opacity: 0.75;
}

.heading .row #name{
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-shadow: 6px 6px 7px rgba(13, 13, 14, 0.5);

}


.heading .row p{
  font-size: 50px;
  color:#fff;
  font-weight: 200px;
  padding-left: 30px;
  text-shadow: 2px 2px 3px rgba(68, 147, 144, 0.5);
}

.heading .row a{
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  border: 2px solid #fff;
  padding: 14px 70px;
  border-radius: 16px;
  background-color: #00bbf0;
  margin: 30px;
  
}

.Galary-section .btn-box{
  margin-top: 20px;
  margin-left: 40%;
}

.service_section {
  position: relative;
}

.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;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}



.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}


.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.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: 45px;
}

.service_section .btn-box a,.Galary-section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover,.Galary-section .btn-box a {
  background-color: #007fa4;
}

.about_section{
  background-color: #00204a;
  color: #fff;
}

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

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

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 0px;
}

.about_section .detail-box a{
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: -40px!important ;

}

.about_section .detail-box a:hover{
  background-color: #007fa4;
}



/*team section */
.team_section {
  text-align: center;
  background-color: #00204a;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
  
}

.team_section .team_container .row{
  display: flex;
  justify-content: center;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
  
}
.img-box-enlarged{
  height: 70%;
  width: 70%;
  margin: 30px;
  overflow: hidden;
  border-radius: 30px;
}
.box{
  border: 2px solid #00bbf0;
  height: 90%;
}
.enquire{
  padding: 10px;
  background-color: transparent;
  border: 2px solid #00bbf0;
  border-radius: 15px;
}
.enquire:hover{
  padding: 10px;
  background-color: #00bbf0 ;
  border: 2px solid #00bbf0;
  
  border-radius: 15px;
}
.team_section .team_container .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;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/
/* client section start */
.client_section{
  background-color: #00204a;
}
.client_section .container h2{
  color: #fff;
}
.client_section .heading_container {
  margin-bottom: 30px;
  
}

.client_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;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  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: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  
}

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

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #00204a;
  color: #f7efef;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section row{
  display: flex;
  justify-content: space-around;
}
.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #fbf8f8;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  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: #f9f6f6;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #f9f2f2;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #f9f7f7;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #f0e8e8;
}

.info_section form input:-ms-input-placeholder {
  color: #f1f0f0;
}

.info_section form input::-ms-input-placeholder {
  color: #f3efef;
}

.info_section form input::placeholder {
  color: #ece3e3;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

.location map{
  width: 50vw;
  height: 80vw;
}
/* footer section*/
.footer_section {
  position: relative;
  background-color: #00204a;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/* whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* galary */
/* Galary section */
.Galary-section {
  margin: 40px 0px;
  position: relative;
  overflow: hidden;
  padding: 20px 20px;
}

/* Image list */
.image-list {

  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 25px 0px 25px 0px;
  transition: transform 0.5s ease;
}

/* Image item */
.image-item {
  flex: 0 0 auto;
  width: 100%; /* Full width for mobile */
  max-width: 100%;
  height: 400px; /* Height for mobile screens */
}

@media (min-width: 768px) {
  /* Adjustments for laptop screens */
  .image-item {
    height: 450px; /* Height for laptop screens */
    width: calc(50% - 5px); /* Display two images side by side with a small gap */
  }
}

/* Slide buttons */
.slide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: #000;
  font-size: 2rem;
  cursor: pointer;
}

.prev-slide {
  left: 0;
  border: 2px solid white;
  background-color: white;
}

.next-slide {
  right: 0;
  border: 2px solid white;
  background-color: white;
}

/* Button box */
.btn-box {
  text-align: center;
  margin-top: 20px;
}

.btn-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .cwhww{
    display: flex;
    flex-direction: column !important;
    height: 100%;
    width: 100%;
    font-weight: bolder;

  }
  .white{
    margin-right: 0px;
 }
}
.box{

}
/* gallery page */
.image-container {
  margin: 20px  auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.image-container img {
  width: 100%;
  height: 200px;
}
/*companies worked with*/
.cwhww{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-weight: bolder;

}
.white{
   margin-right: 10px;
}
.blue{
  color: rgb(58, 160, 207)
}

/* clients slider */
.sliderhead{
  margin-bottom: 60px;
  margin-top: 60px;
  display: grid;
  place-items: center;
  overflow-x: hidden !important;
}

.slider{
  
  height: 250px;
  margin: auto;
  position: relative;

  display: grid;
  place-items: center;
  overflow-x: hidden !important;
}

.slide-track{
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0%{
      transform: translateX(0);
  }
  100%{
      transform: translate(calc(-250px * 10.5));
  }
}

.slide{
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  perspective: 100px;
}

img{
  width: 100%;
  transition: transform 1s;
}
img:hover{
  transform: translatez(20px);
}

.img-txt{
  
  font-weight: 700;
}

/* gradient shadows */

.slider::before,
.slider::after{

  background: linear-gradient(to right, rgb(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 100%;
  position: absolute;
  width: 10%;
  z-index: 2;
}
@media screen and (max-width:1000px){
  body{
    overflow-x: hidden !important;
  }
}
.AddressDiv{
  color: white !important;
  margin-top: 20px !important;
}
.AddressDivGallery{
  color: rgb(0, 0, 0) !important;
  margin-top: 20px !important;
}



/* clint slider end */



/*  */