/* CSS Document */


.enquiry2 {
    position: fixed;
    right: 0;
    top: 215px;
    right: 10px;
    margin:2px 0px;
	z-index: 9999999999;
}
body > div.enquiry2 > a > img{
    margin: 2px 0px;
}

/* whatweoffer */
#sidebar2 ul li  {
   padding:0em;
}
#sidebar2 ul li  {
    color: #000;
	font-weight:bold; 
    list-style-type:disc;
	line-height:2em;
	font-size:1.1em;
}
#sidebar2 ul li a {
    color: #000!important;
	font-weight:bold;   
	    
}

 
#sidebar2 h1{
padding:1em;
font-size:18px; 
font-weight:bold; 
border-bottom:2px solid #000;
color:#000000;
}

#sidebar2
{
		width: 340px;
		height:680px;
		overflow:scroll;
		z-index:9999999999;
		background: #FFFFFF;
		border-right:3px solid #ffffff;
		border-radius:7px;
		padding:0 20px;
		transition: all 0.5s;
	     display:none;  
	}
	

.site_map {
    right: -29px;
       /*background: #797c7c;*/
       background: #b30000;
	    width: 106px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 14px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(90deg);
    position: absolute;
     z-index: 9999999999;
    top:4%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
 visibility:hidden;  

}
.site_map a:visited{
    color: #fff;
}
.whatweoffer a:link{
    color: #fff;
}
.site_map a {
color: rgb(255, 255, 255);
font-weight: bold;
}

.whatweoffer {
    left: -64px;
    /*background: #797c7c;*/
    background: #b30000;
    color: #fff;
    width: 180px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 4px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(-90deg);
    position: absolute;
     z-index: 9999999999;
    top:9%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;   

}
.whatweoffer a {
color: rgb(255, 255, 255);
font-weight: bold;
}

.sitemenu1 li {
margin-left:6em;
line-height:35px;
font-size:15px!important;
    list-style: square!important;
}
.sitemenu li {
margin-left:4em;
line-height:35px;
font-size:18px;
list-style:disc;
color:#fff;
}
.sitemenu li a {
color:#fff;
text-decoration:none;
}

.sitemenu  {
padding:0;}/* CSS Document *//* CSS Document */

.footer2{
    display: block;
    background-color: #b3b3b3;
    margin-top: 57px;
    padding-top: 37px;
    padding-bottom: 12px;
    display: none;
}
.footer2 li a{
    color: #000000;
}

.about-us-section-new{
    margin-left: 67px;
    margin-right: 67px;
    margin-top: 24px;
}

.heading2{
    color: #1e1c5b;
    text-transform: none;
    text-align: center;
    font-size: 33px;
}

.heading3{
    color: #1e1c5b;
    text-transform: none;
    text-align: center;
    font-size: 56px;
}

.whatwe ul{
    padding-top: 20px;
    padding-left: 61px;
    padding-bottom: 20px;
}
.whatwe ul li {
    list-style-type: disc;
}

.whatwe ul li a{
    color: #000;
}
.pdf1{
    padding-left: 288px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid black;
}
.pdf2{
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid black;
}

.banner .banner-img img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;    
}
.container{
    margin: 0 auto  ;
}
.main-section{
    height: 100%;
    width: 100%;
    padding: 50px 10px;
    text-align: center;
}

.main-section .main-page{
    height: 100%;
    width: 100%;
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main-section .main-page .main-cnt{
    height: 100%;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: start;
}
.footer2 .container .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.footer2 .container .row .onediv{
    width: 230px;
    height: 100%;
}
body > section.about-us-section-new > div > div.row.clearfix > div.col-lg-3.col-md-3.col-sm-12.image-column > figure > img{
    width:280px;
    height: 300px;
    border: 2px solid #383471;
}
.img-banner{
    height: 350px;
}







body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Popup Overlay */
.popup-overlay {
  display: none; /* hidden by default */
  position: fixed;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeInScale 0.3s ease-in-out;
}

/* Heading */
.popup h2 {
  margin: 0 0 15px;
  font-size: 22px;
  color: #333;
}

/* Input & Textarea */
.popup input,
.popup textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s;
}

.popup input:focus,
.popup textarea:focus {
  border-color: #0077b6;
}

/* Button */
.popup button {
  width: 100%;
  padding: 12px;
  border: none;
  background: #0077b6;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup button:hover {
  background: #005f86;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  color: #ff4d4d;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #d60000;
}

/* Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}




.TopTable {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 40px !important;
    background-color: #ffffff !important;
}


.ContactInfo {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

/* Phone Section */
.CallTitle {
    font-size: 20px;
    margin-bottom: 8px;
}
.PhoneNumber {
    font-size: 18px;
    margin-top: 5px;
}
.PhoneNumber img {
    vertical-align: middle;
    margin-right: 5px;
}

/* Email Section */
.EmailBlock {
    font-size: 18px;
    margin-top: 28px; /* aligns email with phone numbers */
}
.EmailBlock img {
    vertical-align: middle;
    margin-right: 5px;
}
.EmailBlock a {
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}



/* Overlay */
  .popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  /* Popup Box */
  .popup-box {
    background: #fff;
    padding: 25px 30px;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.4s ease;
  }

  /* Close Button */
  .popup-box .close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
  }

  /* Heading text */
  .popup-box strong {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #444;
  }

  /* Table form styling */
  table {
    width: 100%;
    border-collapse: collapse;
  }

  td {
    padding: 8px 5px;
    font-size: 14px;
    color: #333;
  }

  input[type="text"],
  input[type="email"],
  select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  select:focus {
    border-color: #0077B6;
    box-shadow: 0 0 5px rgba(0,119,182,0.3);
  }

  /* Buttons */
  .btn {
    padding: 8px 18px;
    margin: 8px 5px 0;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
  }

  .btn[type="submit"] {
    background: #0077B6;
    color: #fff;
  }
  .btn[type="submit"]:hover {
    background: #005f8d;
  }

  .btn[type="reset"] {
    background: #f1f1f1;
    color: #444;
  }
  .btn[type="reset"]:hover {
    background: #ddd;
  }

  /* Animation */
  @keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
  }