@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:1020px; text-align:left; 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: #333; }
.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;}

.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: 1px solid #ccc; 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: #333; line-height: 13px; text-decoration:none;
margin: 0px; padding: 0px 13px; }
.bottommenu li a:hover { background: none; color: #000;}

body {
    background: #fff;
}


* {
box-sizing: border-box;
}

.row > .column {
padding: 0 8px;

}

.row:after {
content: "";
display: table;
clear: both;
}
.columntwo {
    float: left;
    width: 100%;
    }

.column {
float: left;
width: 25%;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: transparent;
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

/* The Close Button */
.close {
color: black;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.mySlides {
display: none;
}

.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

img {
margin-bottom: -4px;
}

.caption-container {
text-align: center;
background-color: transparent;
padding: 2px 16px;
color: white;
}

.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p {
    text-align: left;
    font-size: 18px;
}
button {
/* background-color: black; */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}

#header,
.mainbody {
    color: #333;
}

.mainbody {
    border: none;
}

#nav {
    padding: 0px 40px;
}

@keyframes blink {
    0% {
          opacity: 0;
    }

    50% {
          opacity: .5;
    }

    100% {
          opacity: 1;
    }
}
/* 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;
           }


/* end of whatsapp icon **/