@charset "UTF-8";
@media all {
body {background: #11151e /*url(images/white_bg.jpg) repeat-x top left*/; font-family: 'Open Sans', sans-serif; font-size: 13px; color: #333; line-height: 150%; margin: 0px; padding: 0px;}
}
#wrap {  width:1459px; text-align:left; margin:0 auto;}
#wrap2 {  width:1120px; text-align:center; margin:0 auto;}
#header {/*background: #fafafa;*/ padding-top: 15px; color: #fff;}

.mainbody {color: #fff; margin-bottom: 25px; border: 1px solid #11151e;}
a {color:#fff; text-decoration: none;}
.mainbody a {color:#fff;}
.footer {color: #fff; }
.footer-content { padding: 30px 0; }
.footer hr {background: #313339; height: 1px; border: none;}
.pull-left{ float:left}
.pull-right{ float:right}
.clearfix{ clear:both}
strong {font-weight: bold;}

.center-block {margin: 0 auto;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-lowercase {text-transform: lowercase;}
.text-uppercase {text-transform: uppercase;}
.text-capitalize {text-transform: capitalize;}

 .blink {
            animation: blinker 1.5s linear infinite;
            color: gold;
            font-family: sans-serif;
        }
        @keyframes blinker {
            50% {
                opacity: 0.3;
            }
        }

.gold-text {color: #de9f38;}
.white-text {color: #fff;}

.alternateft {font-family: 'Bree Serif', serif;}

#header h4 {margin: 0 0 10px;}
h1, h2, h3, h4 h5, h6 { font-family: 'Open Sans', sans-serif; }
h1.page-title {font-family: 'Open Sans', sans-serif; font-size: 2.3em; line-height: 2em; font-weight: bold; margin-top: 15px;}
h1  {font-family: 'Open Sans Extra Bold', sans-serif; font-size: 3em; line-height: 1.7em; font-weight: bold;}
h2  {font-size: 2.5em; line-height: 1em; font-weight: 600; margin: 0 0 15px;}
h3  {font-size: 1.6em; line-height: 1.5em; font-weight: 100; }
h4  {font-size: 1.3em; line-height: 1.5em; font-weight: 400; margin: 15px 0 5px; padding: 0px; }
h5  {font-size: 1em; line-height: 1em; font-weight: 100; margin-top:0px;}
p {margin: 0 0 15px;}


#nav {background: #666; margin: 0px; padding: 0px 80px; border-radius: 5px; -moz-border-radius: 5px -webkit-border-radius: 5px; margin-top: 15px; }
#nav li { list-style: none; display: inline; margin: 0px; padding: 0px; } 
#nav li a { border-right: 4px solid #0a0909; font-size: 13px; font-weight: bold; color: #fff; line-height: 40px; text-decoration:none; text-transform: uppercase; margin: 0px; padding: 10px; }
#nav li a:hover { background: none; color: #ccc;}

.bottommenu { width: 980px; margin: 0px auto 15px; padding: 0px; }
.bottommenu ul { margin: 0;}
.bottommenu li { list-style: none; display: inline; margin: 0px; padding: 0px; } 
.bottommenu li a { border-right: 1px solid #ccc; font-size: 13px; font-weight: bold; color: #fff; line-height: 13px; text-decoration:none;
margin: 0px; padding: 0px 13px; }
.bottommenu li a:hover { background: none; color: #ccc;}

/* Whatsapp icon */
.whats-app {
    position: fixed;
    right: 15px; /* Adjusted for consistent positioning */
    bottom: 100px !important; /* Changed from top for bottom right corner alignment */
    width: 500px !important; /* Adjusted initial width for a more standard button size */
    height: 100px !important; /* Added to define a specific height */
   background-color: #25d366;
    color: #FFF;
    border-radius: 180; /* Changed to 50% for a circular button */
    text-align: center;
    font-size: 60px !important; /* Adjusted for readability */
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}
.whats-app-desktop {
    display: none;    
}

@media (min-width: 1024px) {
    .whats-app {
      display: none;
    }
    .whats-app-desktop {
        display: block; 
         position: fixed;
        width: 160px;
        height: 50px;
        bottom: 40px;
        right: 15px;;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
}

/* iPad sizes - assuming portrait and landscape (min-width: 768px and min-width: 1024px) */
@media (min-width: 768px) {
    
}

/* Desktop sizes (above 1024px) */
@media (min-width: 1024px) {
    .whats-app2 {
        width: 250px; /* Slightly larger for desktop */
        height: 70px; /* Slightly taller for desktop */
        font-size: 30px; /* Adjusted for desktop readability */
        bottom: 40px;
        right: 20px; /* More margin for larger screens */
        background-color: #25d366; /* Consistent WhatsApp color */
        border-radius: 50px; /* Maintaining the pill shape */
    }
}

/*
.whats-app  {
    position: fixed;
    right: 50px;
    top: 30%;
    width: 350px;
    background-color: red;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}
  
@media  (min-width: 600px) {
.whats-app {
    position: fixed;
    width: 200px;
    height: 60px;
    bottom: 40px;
    right: 15px;;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
    
@media only screen and (max-width: 600px) {

}
*/

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

           /* Style for the footer */
           footer {
               background-color: #333;
               color: #fff;
               padding: 20px;
               display: flex;
               justify-content: space-between;
               align-items: center;
           }
    
           /* Style for the address container */
           .address-container {
               flex: 1;
               text-align: left;
             
           }
    
           /* Style for the phone number and website container */
           .contact-container {
               flex: 1;
               padding-left: 250px;
           }
    
           /* Style for the right-side address container */
           .right-address-container {
               flex: 1;
               text-align: right;
            
           }
    
           /* Style for the address */
           address {
               font-style: normal;
               font-size: 20px;
               margin-bottom: 10px;
           }
    
           /* Style for the phone number link */
           p a[href^="tel"] {
               color: #fff;
               text-decoration: none;
               font-weight: bold;
           }
    
           /* Style for the website link */
           p a[href^="http"] {
               color: #fff;
               text-decoration: underline;
           }
