*{margin:0px;padding: 0px;}


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

html {
  font-family: arial;
  line-height: 1.15;

}



body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;

  font-family: arial;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: arial;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

body{
    background:#eee;
}




.mobile_screen_nav{display: none;}
.big_screen{display:block;}
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 0px;
        font-size: 18px;
        line-height: 20px;


    }

    .dropdown-menu-start {
        right: auto;
        left: 60px;
    }

    .navbar-collapse.collapse {
        display: flex !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        margin-top: 0;
    }


    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        margin-top: 0;
    }

    /* Consistent hover color and padding */
    .navbar-nav .dropdown-item {
        padding: 20px 20px;
        /* Adjust padding for consistency */
    }

   
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }

    .dropdown1 {
        position: absolute;
        top: 100%;
        left: -150px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 4px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .dropdown-menu-start {
        position: absolute;
        top: 100%;
        left: -150px;
    }

    .dropdown-item1 {
        padding: 20px 20px;
    }

   

    @media (min-width: 1000px) and (max-width: 1200px) {
        .navbar-collapse {
            flex-direction: column;
            align-items: flex-start;
        }

        .navbar-nav {
            flex-direction: column;
            align-items: flex-start;
        }

        .navbar-nav .nav-item {
            margin-left: 0;
            margin-right: 0;
        }

        .nav_button_nav {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

        .navbar-brand img {
            width: 120px;
            height: 40px;
        }
    }

    a {
        line-height: 19.36px;
        font-size: 16px;
        padding: 8px, 74px, 8px, 74px;
    }

    .nav_button1 {
        position: relative;
        left: -10px;
    }



    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 3px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown1 {
        right: 0 !important;

        left: auto !important;

    }


    @media (min-width: 1250px) and (max-width: 1700px) {

        /* Show dropdown on hover */
        .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
            /* Removes default margin */
            transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
        }

        /* Add a smooth transition when hovering */
        .dropdown-menu {
            display: none;
            opacity: 0;
            visibility: hidden;
            transition: visibility 0.5s, opacity 0.5s ease-in-out;
        }

        .dropdown:hover .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
        }

    }



    /* Add a smooth transition when hovering */
    .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;

    }

    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-menu li a:hover {
        display: block;
        padding: 17px 20px;
        color: #0d1b5a;
        clear: both;
        font-weight: 700;
        line-height: 19.42px;
       
        white-space: nowrap;
     
    }
   

    /* Ensure the dropdown is hidden initially */
    .dropdown-menu {
        display: none;
    }

    /* Show dropdown when 'show' class is added */
    .dropdown-menu.show {
        display: block;
    }

    .owls {
        position: relative;
        left: 7px;
        top: 4px;
    }

    .owl1 {
        position: relative;
        top: -17px;
        left: 18px;
    }

    @media only screen and (min-width: 1000px) and (max-width: 1700px) {
        .desktop_banner {
            display: block;
        }

        .mobile_banner {
            display: none;
        }
    }

    @media only screen and (min-width: 1701px) and (max-width: 2500px) {
        .desktop_banner {
            display: block;
        }

        .mobile_banner {
            display: none;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 999px) {
        .desktop_banner {
            display: none;
        }

        .mobile_banner {
            display: block;
        }

        .text_section {
            display: none;
        }
        .slider_heading{width:100%;height:300px;}
    }

    @media only screen and (min-width: 300px) and (max-width: 1100px) {

    .owl-nav {
      display: none !important;
    }

    .nav-item a{color:#000000;}
    .nav-item a:hover{color:#008000;}
    .dropdown1 {
      position: absolute;
      top: 100%;
      left: 0px;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

    #big_screen {
      display: none !important;
    }

    .mobile_screen_nav {
      display: block;
    }


  }
  .nav-link a{
    color: black;
    word-spacing: 12px;
}
.video_banner_text{position: relative;top:20px;}
.play_icon i{font-size: 45px;}
.banner_background{background-image: url(../../public/image/Group1.png);background-size:cover;
    background-position:100% 100%;background-repeat:no-repeat;height:auto;}
    .banner_service_background{background-image: url(../../public/image/Group6.png);background-size:cover;
        background-position:100% 100%;background-repeat:no-repeat;height:260px;}
        .video_banner{background-image: url(../../public/image/video-thumb1.png);background-size:cover;
            background-position:100% 100%;background-repeat:no-repeat;height:400px;background-size: cover;background-position: center;background-attachment: fixed;}
.contaqct_form_banner{background-image: url(../../public/image/project_img031.png);background-size:cover;
    background-position:100% 100%;background-repeat:no-repeat;height:500px;background-size: cover;
    background-position: center;background-blend-mode: multiply;background-color:grey;}


.contact_banner{background-image: url(../../public/image/contact-us-banner.jpg);
    background-position:100% 100%;background-repeat:no-repeat;height:500px;background-size:cover;
    background-position: center;}

    .about_banner{background-image: url(../../public/image/abouts.webp);
        background-position:100% 100%;background-repeat:no-repeat;height:500px;background-size:cover;
        background-position: center;}

.banner_contact{background-image: url(../../public/image/content-bottom-bg.jpg);
    background-position:100% 100%;background-repeat:no-repeat;height:500px;background-size:cover;
    background-position: center;}

    .img{width:85%;height:100vh;position:relative;top:50px;left:130px;}
    .about_group{width:80%;height:64vh;position:relative;top:75px;left:130px;}

    .banner_txt{width:100%;height:auto;position:relative;top:120px;left: 30px;}
.banner_txt h1{font-size: 62px;color:#002A56;}
.all_button{background-color: #002A56!important;width:180px;height:45px;}
.banner_button{border:2px solid #002A56!important;color:#002A56!important;}
.about_txt{color:#002A56;}
/*
.background_image{background-image: url(../../assets/image/Group2.png);background-size:cover;
    background-position:100% 100%;background-repeat:no-repeat;height:90vh;} */


.icon-arrow{width:35px;height:35px;background-color: #002A56;border-radius: 60%;float:right;color:#fff;text-align: center;}
.icon-arrow i{color:#fff;text-align: center;font-size: 18px;position: relative;top:5px;transform: rotate(60deg);}
.service_heading{color:#002A56}
.cards{height:470px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px!important;}
.cards img{width:100%;height:330px;}
.carausel_slide{position: relative;top:-60px;}
.info-section {
    padding: 20px;
}

.info-list {
    list-style: none;
    padding-left: 0;
}

.info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info-list li::before {
    content: "\2022";
    color: #003366;
    font-weight: bold;
    margin-right: 10px;
}

.stats-section {
    background-color: #003366;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.stats-section .stat-box {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .stats-section .stat-box {
        margin-bottom: 0;
    }
}
.icon{width:25px;height:25px;border-radius: 60%;background-color: #003366;}
        .info-list {
            list-style: none!important;
            padding-left: 0;
        }

        .info-list ul li {
            list-style: none;;
        }

        .icon1 {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            color:#ffff;
            text-align:center;
            background-color: #002A56;
        }

        .info-list li .icon {
            margin-right: 10px;
        }




/* Global Styles */
.banner_background {
    background-color: #ffffff;
    padding: 50px 0;
}


.all_button {
    background-color: #007bff;
}

.banner_button {
    color: #333;
}

.background_image {
    background-color: #ffffff;
    padding: 50px 0;
}

.about_txt {
    font-size: 2.5rem;
}

.info-list .icon {
    margin-right: 10px;
}

.stat-box {
    text-align: center;
    margin-top: 20px;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .banner_txt h1 {
        font-size: 2rem;
    }

    .banner-img, .about-img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        top: 0;
        left: 0;
    }

    .stat-box {
        margin-bottom: 30px;
    }
}



.what-we-offer {
    background-image: url(../../pubic/image/Group3.png);background-size:cover;
    background-position:100% 100%;background-repeat:no-repeat;
  }

  h2, h3 {
    color: white;
    font-weight: bold;
  }

  .offer-card {
    border: 1px solid #ddd;
    transition: box-shadow 0.3s ease;
  }

  .offer-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .offer-cards{
    height:350px;

  }


  @media (max-width: 768px) {
    h2, h3 {
      font-size: 1.5rem;
    }
  }
  .icons{font-size:35px;color:#002A56}
  .offer_background{background-image: url(../../public/image/Rectangle70.png);background-size:cover;
    background-position:100% 100%;background-repeat:no-repeat;height:500px;background-attachment: fixed;background-blend-mode:multiply;background-color: grey;;}
    .contains{width:100%;height:auto;position: relative;top:170px;}
    .icon {
        font-size: 20px;
        color: #0a2b52;
      }

      .phone-number {
        font-size: 16px;
        color: #0a2b52;
      }

      .nav_button {
        gap: 10px;
      }
      .icon_p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 35px;
        background-color: #0a2b52;
        color: white;
        font-size: 24px;
        border-radius: 50%;
      }



      .trusted-section {
        background-color: #0a2b52;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      }

      .shadow-sm {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }

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

      h2 {
        color: #0a2b52;
      }

   .numbering_add{width:95px;height:95px;}
   .numbering_add h1{position: relative;top:25px;}
.advatise_img{width:100%x;height:110px;float: right;}
.service_txt h1{ color: #0a2b52!important;position: relative;top:40px;}


.callback-form {position: relative;top:100px;}

  .testimonial{
    padding: 20px 20px 20px 90px;
    margin: 10px 20px 50px 55px;
    border-left: 2px solid #002A56;
    position: relative;
    width:70%;
  justify-content: center;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.testimonial:after{
    content: "";
    border-bottom: 25px solid #002A56;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #002A56;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 600;
    color:#002A56;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #002A56
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 15px;
    color: #ab9c99;
    line-height: 28px;
}
.owl-theme .owl-controls{ margin-top: 10px; }
.owl-theme .owl-controls .owl-page span{
    width: 35px;
    height: 15px;
    border-radius: 0;
    background: #71334a;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ae483a;
}
@media only screen and (max-width: 479px){
    .testimonial{
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
    }
    .offer-cards{
        height:auto;
    
      }
    .testimonial .title{ font-size: 20px; }
}










    .callback-form input {
        margin-bottom: 10px;
    }
    .footer li a {
        font-size: 16px;
        line-height: 34.36px;
        text-decoration: none !important;
    }
.form_section{position:relative;top:30px;}
    .footer_background{background-color: #0a2b52; }


/* contact us*/
.contact-section {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    flex-wrap: wrap;
    background-color: #fff;
}

.contact-form {
    padding: 40px;
    flex: 1;

}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.contact-form .form-control {
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact-form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.contact-info {
    background-color: #002A56;
    color: white;
    padding: 40px;
    flex: 1;
    height:auto;

}

.contact-info h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info .info-item i {
    font-size: 24px;
    margin-right: 15px;
}

.contact-info p {
    margin: 0;

}

.contact-info a {
    color: #fff;
    text-decoration: none;
}
.contact_icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff; /* Changed to #fff for visibility */
    border-radius: 60%;
}
.contact_icon i{position:relative;top:1px;left:8px;}
/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }
}
.about_second{background-color:#ffffff;height:auto;}
.about_imgs{width:100%;height:460px;}
.about_button{background-color: #002A56!important;}


.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #666;
	line-height: 28px
}

.counter-box.colored {
      background: #002A56;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}








/*responsive ========================================== */



@media (max-width: 900px) {

    .banner_txt p {
        font-size: 14px;
    }
    .about_txt {
        font-size: 24px;
    }
    .offer_background h1 {
        font-size: 20px;
    }
    .what-we-offer h1 {
        font-size: 20px;
    }
    .service_txt h1 {
        font-size: 22px;
    }
    .client-review h1 {
        font-size: 22px;
    }

}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .banner_background{background-image: url(../../public/image/Group1.png);background-size:cover;
        background-position:100% 100%;background-repeat:no-repeat;height:auto;}
        .banner_txt{width:100%;height:auto;position:relative;top:0px;left: 30px;}
        .banner_txt h1{font-size: 30px;color:#002A56;}
        .img{width:80%;height:80vh;position:relative;top:55px;left:0px;}

        .about_group{width:100%;height:auto;position:relative;top:75px;left:0px;}
        .advatise_img{width:100%;height:260px;display:flex;justify-content: center;}

        .testimonial{

            border-left: 2px solid #002A56;
            position: relative;
            width:100%;
          justify-content: center;

          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        }
        .mobile_screen_nav{box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px!important;}

        .testimonial .pic{
            width: 110px;
            height: 110px;
            border-radius: 50%;
            border: 2px solid #002A56;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: -50px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }

        .contaqct_form_banner{background-image: url(../../public/image/project_img031.png);background-size:cover;
            background-position:100% 100%;background-repeat:no-repeat;height:auto;background-size: cover;
            background-position: center;background-blend-mode: multiply;background-color:grey;}

            .form_section{position:relative;top:0px;}
            .callback-form {position: relative;top:1px;}

    .about_txt {
        font-size: 20px;
    }

    .what-we-offer h1 {
        font-size: 18px;
    }
    .service_txt h1 {
        font-size: 20px;
    }
    .client-review h1 {
        font-size: 20px;
    }
    .callback-form h1 {
        font-size: 30px;
    }


}


@media only screen and (min-width: 767px) and (max-width: 1208px) {
    .offer-cards{
        height:auto;
    
      }
      .advatise_img{display:none;}
}