.call-links ul li a{
    color: #53ab3b;
    
}
.mylogostyle{
    padding-right: 70px!important;
}
/* .carousel{
 top: 106px!important;
} */
.Corporateoverview{
    margin-top:145px!important;
    margin-left: 20px;
    background-color: #f1fdff;
}
.overview_content{
    font-size: 16px;
    font-weight: 500;
 color:  #332e64;
 line-height: 28px;
 margin-left: 20px!important;
}
.social-team-links a {
    padding: 0 10px;
    color: #eadbdb;
    display: inline-block;
    background: #173f8f;
    border-radius: 5px;
}
.overview_heading{
    margin:30px 0px 20px 20px;
}
.myoverview_heading{
  
}
.container .mycontainer{
    margin: 0px!important;
}
/* .img-fluid{
    margin-left: -130px;
} */
/* Here About us Page */

h5.card-title{
    color: #c3140b!important;
    text-align: center!important;
}
.card-text{
    color: #171616!important; 
}
.card-img, .card-img-top {
  
    /* align-items: center; */
    text-align: center;
    padding-top: 20px;}

.services_card_wrapper {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px #332e6418;
}
.bg_color {
    background-color: #f1f5ff;
}

.services_image {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.services_content_wrapper {
    padding: 12px 12px 12px 0;
    position: relative;
}
.nav-link {
    display: flex
;
    /* padding: .5rem 1rem; */
    /* background-color: red; */
    padding: 6px 9px;
    border-bottom: 1px solid rgb(58 51 51 / 64%) !important;
}
.section_title{
        color: #332e64;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
font-family: "Helvetica-Bold", OpenSans-Regular, sans-serif;
}
.myservices_pages{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 150px;
}
.card{
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

#footer {
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    background: #342f65;
   
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}
.social-links{
    padding-bottom: 20px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    border: 1px solid #fff;
   
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.touch-us-style ul {
    padding: 0px; 
    list-style: none;
}
.footer-head{
        color: #fff;
    /* margin-left: 20px; */

}
.quick-links .links-ul {
    list-style: none;
    padding: 0;
}

.links-ul li {
    display: inline-grid ;
}

.facebook {
    background-color: #3B5998;
    color: white;
}
.footer-services{
    color: #e0f2ff;
}
.SlidersServices-title{
    color: #f1f5ff;  
      font-size: 35px;
    font-weight: 600;

}

.services-serve-tittle {
    font-size: 17px;
    font-weight: 600;}
/*  here for contact page css*/
.contact .info-wrap {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.contact .php-email-form {
    background-color: var(--surface-color);
    height: 100%;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contact .php-email-form button[type=submit] {
    color: #fff;
    background: var(--accent-color);
    border: 0;    
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
        background-color: rgb(40 99 151);
}
.send-message{
    margin-top: 20px;
}
label{
    color:#282429;
}
.set-our-services{
    padding-left: 50px;
}
.services-desc{
 font-size: 17px;
 color: #000;
}
 .ourserices-images{
        width:100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    padding: 20px 0px 50px 0px;

}
.poweredby{
font-size: 13px;
font-weight: 400;
color: #eff4f8;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1285px!important;
    }
}
 /* about the company image about page */
.company-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    padding: 20px 0px 50px 0px;
}

 /*about page for our team */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-content {
  max-width: 600px;
}

.testimonial-content p {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.testimonial-content h4 {
  font-weight: bold;
  color: #333;
}

 .mycard {
      display: flex;
      border: 1px solid #ccc;
      border-radius: 8px;
      overflow: hidden;
      max-width: 800px;
      margin: 20px auto;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .mycard img {
      width: 400px;
      height: auto;
      object-fit: cover;
    }

    .mycard-details {
      padding: 20px;
      background-color: #f9f9f9;
      flex: 1;
    }

    .mycard-details h2 {
      margin-top: 0;
      font-size: 24px;
    }

    .mycard-details p {
      margin: 10px 0;
      color: #555;
    }
    .ourteam-for-slider{
        min-height: 340px;
        padding-top: 20px;
    }
/* here quotes itesm sleide css used here*/
    .ourqoutes-for-slider{
min-height: 300px;
background-color:#fff;

    }
    .card-bg{
        background-color: #e0f2ff;
    }
    .card-qoutes-text{
        font-size: 24px;
    }
    .qoutes-section{
        background-color: #fff!important;
        top: 0px !important;
       margin-bottom: 50px!important;
    }
    .text-muted {
    color: #0f1112 !important;
    font-size: 15px;
    font-weight: 500;
}
.Ourteam-SlidersServices-title{
    color:#2d679a;
}
.some-desc-ourteam{
    color: #20232c;
    font-size: 16px;
    margin-bottom: 0px;
}
.ourqoutes-swiper-slide img{
    border-top: #fff!important;
    padding: 0px;
}

.why-choose-us{
        background-color: #fff !important;
    /* background-image: url(../img/map-alter.png) !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding-top: 20px;
    padding-bottom: 80px;
}
.tittle-whychoose-us{
    font-size: 18px;
    color: #2d689a;
}
.topspace{
    margin-bottom: 104px;
}

 .chairman-section {
      background-image: url('img/profile/profile2.jpg'); /* Replace with actual path */
   background-size: auto 100%; /* Maintain full height, natural width */
 /* Shift 420px left (cropping left part) */
  background-repeat: no-repeat;
  height: 556px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px
    }

    .quote-box {
      background-color: rgba(153, 45, 45, 0.6); /* semi-transparent black overlay */
      padding: 30px 30px 30px 30px;
      border-radius: 10px;
      display: inline-block;
      max-width: 700px;
      margin: 100px -250px 0px 450px;
    }

    .section-title {
      color: #fbbd08;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
    }

    .highlight-title {
      font-weight: bold;
      font-size: 24px;
      color: #222;
    }
    .sp360img-fluid{
        height: 118px!important;
    }
    .ourvision{
        text-align: center;
        min-height: 390px;
    }
     .ourvision1{
       
        min-height: 390px;
    }
    .nav-pills .nav-link {
    border-radius: .25rem;
    margin-top: 2px;
    border-radius: 10px;
}
 .nav-link.custom-tab.active {
    color: rgb(255 239 239) !important;
    font-weight: bold;
  }
 .why-choose-us-text-center
{
    min-height: 300px;
}
  .why-choose-us-text-center{
text-align: center;
  }

/* 
  Gallerry Page */
 .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
#menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
}

.fa{
    display: none;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.welcomesp360 {
    color: #286498;
    font-size: 30px;
    margin: 20px 0px 0px;
}
.whychoose-us-HEADING{
    text-align: center;
    padding-bottom: 30px;
}
.us-HEADING{
font-weight: 600;
    font-size: 35px;
    padding-bottom: 20px;
}
.menucard-section{
    margin: 0px;
    padding: 0px;
        border-top-left-radius: 0px;
    border-top-right-radius:0px;

}
.list-menu-hr {
    border-bottom: 1px solid rgba(100 103 113);
    list-style:     none;
    content: &#xF3A3;
}
.list-menu-hr {
   font-size: 13px;
}

/* css menu responsive */
@media (max-width: 991px) {
  #header {
    display: none !important;

  }
  .mobile-nav-toggle {
    display: none!important;
  }
  .carousel {
    top: 90px!important;
}
}
.mobile-menu-icn{
 position: absolute;
    top: 0;
    z-index: 9999999999999;
    right: 0;
    background: #000000;
    font-size: 27px;
    color: #fff;
    padding: 1px 10px;
    /* width: 100%; */
}   
.mob-menu-wrapper{
        background-color: #ffffff;
    z-index: 1000000000000000000000;
    height: 20px;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 3232232; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.services-menu-body{
    padding: 0px!important;
        BACKGROUND-COLOR: #000;

}
.my-header-for-menu{
    background-color: #000;
    border-bottom-color:#171616;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 5px 8px 2px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.card-header{
    padding: 0.50rem 1.25rem;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}
.collapse .show{
    background-color: #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.card-SERVICES{
    border: none!important;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}


.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}
.accordion{
    background-color: #212529!important;
}