        body{
            font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
    overflow-x: hidden !important;
    overflow-wrap: anywhere !important;
    width:100% !important;
    min-height:1000px !important;
        }

        .row{
            max-width:100% !important;
        }
        .bg-talk{
            background: linear-gradient(#8CC341, rgb(76 175 80 / 70%)), url(images/bg-talk.JPG) fixed center center;
            background-size: cover;
            padding: 12px 0;
        }
        .talk-btn-container{
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
        .talk-btn{
            font-family: "Jost", sans-serif;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 12px 40px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 10px;
            border: 2px solid #fff;
            color: #fff;
            box-shadow: 0 0 10px rgb(237, 238, 236); /* Add initial glow effect */
            animation: glow 1.5s infinite alternate; /* Apply animation */
        }
        .talk-btn:hover{
            background-color:#303030;
            color:#fff;
        }
        .team-member {
            position: relative;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            border-radius: 5px;
            background: #fff;
            transition: 0.5s;
            height: 100%;
        }
        .team-member .pic {
            overflow: hidden;
            width: 180px;
            border-radius: 50%;
        }
        .team-member-info{
            padding-left: 30px;
        }
        .team-member span {
            display: block;
            font-size: 15px;
            padding-bottom: 10px;
            position: relative;
            font-weight: 500;
        }
        .team-member span::after {
            content: "";
            position: absolute;
            display: block;
            height: 1px;
            width: 50px;
            bottom: 0;
            background: #8CC341;
            left: 0;
        }
        .team-member p {
            margin: 10px 0 0 0;
            font-size: 14px;
        }
        .team-member .social {
            margin-top: 12px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        .team-member .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            background: #eff2f8;
            margin: 1px;
        }
        .team-member .social a i {
            color: #8CC341;
            font-size: 16px;
        }
        .bg-green{
            background-color: #8CC341 !important;
        }
        .txt-green{
            color: #8CC341 !important;
        }
        .bg-dark{
            background-color: #303030 !important;
            color: white !important;
        }
        .dimTxt{
            color:#999999 !important;
        }
        .toptxt{
            text-align: center;
        }
        .block-inline {
            display: inline-block;
        }
        .top-brand-bg{
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, 0.1);
            margin-right: 2px;
            border-radius: 50%;
        }
        .top-icon{
            width: 40px;
            height: 40px;
            background: #f3ecec;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        .top-icon-text{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
        }
        .logo{
            width: 10vw !important;
        }

        .nav-link{
            justify-content: start;
            font-family: "Poppins", Sans-serif;
            font-size: 1rem !important;
            font-weight: 600 !important;
            line-height: 1.2em !important;
                }
            
                .nav-link a:hover{
                    color: #8CC341 !important;
                }

                .navbar-dark .navbar-nav .nav-link{
                    color: #fff;
                }

        .slider-text {
    color: rgba(255, 255, 255, 0.8);
}
a{
    margin-left: auto;
    transition: none;
}
.slider-text {
    position: relative;
color: rgba(255, 255, 255, 0.8);
}
  .slider-text h1 {
font-size: calc(1.5em + 2vw);
color: #fff;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
}

.parallax {
position:relative;
/* Set a specific height */
height:80vh;
min-height: 100px;
/* margin-top: 20vh; */
/* Create the parallax scrolling effect */
overflow-x: hidden;
overflow-y: auto;
perspective: 1px;
transform-style: preserve-3d;
}

.bg-video {
position: absolute; /* Position the video absolutely within the parallax section */
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transform: translateZ(0);
z-index: -1;
}

/* Custom CSS for watermark background image */
.bg-welcome {
position: relative;
background-image: url('./images/uaemap.png'); /* Set background image */
background-size: contain; /* Adjust background size as needed */
background-repeat: no-repeat; /* Prevent background from repeating */
background-position:left !important; /* Position background image at center */
transition: all 0.3s ease-in-out; /* Apply easing effect to all CSS properties with a duration of 0.3s */
}
.arc-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  
  .arc-text p {
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
  }
    
.bg-welcome-content {
position: relative;
z-index: 1; /* Ensure content appears above background image */
background-color:transparent;
opacity: 0.9;
}
.bg-about{
  background:linear-gradient(0deg, rgb(111 57 84 / 30%), rgb(32 5 21 / 30%)), url(img/about.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.container-sec{
    width: 75%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    margin-top: -5vh;
}
.aboutImg
{
    width:70vh;
    height:auto;
    border-radius: 2vw; 
    border: 1px groove;
    float: right;
    margin-right: 1vw;
}

.glow-border {
    border: 2px solid transparent; /* Set initial border */
    border-radius: 10px; /* Adjust border radius as needed */
    box-shadow: 0 0 10px rgb(237, 238, 236); /* Add initial glow effect */
    animation: glow 1.5s infinite alternate; /* Apply animation */
  }
  
  @keyframes glow {
    0% {
      border-color: transparent;
      box-shadow: 0 0 10px rgb(237, 238, 236);
    }
    100% {
      border-color: rgb(237, 238, 236);
      box-shadow: 0 0 20px rgb(237, 238, 236);
    }
  }
.head-icon{
    margin-top:18px;
}

.footer-b{
  left: 0;
  padding: 0;
  width:100%;
}
.footer-bg{
    background: linear-gradient(#303030, rgba(14, 27, 14, 0.9)), url(images/bg-talk.JPG) fixed center center;
    background-size: cover;
}

.form-control {
    border: none !important;
    height: 54px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.img-container {
    width: 100%;
    height: 250px;
  }
textarea.form-control{
    height: 100px !important;
}
#loading-overlay {
    position: absolute;
    width: 100%;
    height:100vh;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 2060;
    /* z-index more than modal as modals's z=index is 1060*/
    opacity: 0.5;
}

    /* Image on hover */
    .list-group-item {
        position: relative;
        text-transform: uppercase;
      font-family: Advent Pro, sans-serif;
      font-size: 1.4em;
      font-weight: 500;
      line-height: 2;

      }
      .list-group-item p {
        font-size: 1.2em; /* Adjust the font size as needed */
        color: #999999;
        text-transform:none;
        font-weight:normal;
        line-height:1;
      }
      .item-image {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%) rotate(-10deg); /* Rotate the image slightly */
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
        box-sizing: border-box;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out; /* Added transform transition */
      }
  
      .item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        transition: transform 0.5s ease-in-out; /* Added transform transition */
      }
  
      .list-group-item:hover .item-image {
         opacity: 1;
        transform: translate(-50%, -60%) rotate(-10deg); 
      }
  
      .list-group-item.expanded .item-image {
        opacity: 0;
      }

      .clients {
        padding: 12px 0;
        text-align: center;
        background-color: #f3f5fa;
    }
    .clients img {
        max-width: 90%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }
    .clients img:hover {
        filter: none;
        transform: scale(1.1);
    }

.loading-icon{ position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid #767676;border-radius:25px;width:25px;height:25px;margin:0 auto;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:4;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }  
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
            .mbhide{
                display: none;
            }
            .toptxt{
            text-align: right;
        }
        .logo{
            width: 50vw !important;
            text-align: center !important;
        }
        .parallax {
            height: 80vh;
            /* Set a specific height */
            min-height: 100px; 
          }
   
        .container-sec{
            width: 100%;
            padding: 0;
            margin:0;
        }
        .footer-b{
            width:100%;
            border-top-right-radius: 0px;  
          }
         }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mbhide{
                display: none;
            }
            .toptxt{
            text-align: right;
        }
        .logo{
            width: 10vw !important;
        }
        .navbar-expand-lg{
            background-color: #303030 !important;
        }
        .container-sec{
            width: 75%;
            padding: 0;
            margin-top:-2vh ;
        }
        .aboutImg
        {
            width:50vh;
        }
}

@media only screen and (min-width: 800px) {
        .navbar-expand-lg{
            background-color:transparent !important; 
        }
        .mbhide{
                display:inherit;
            }
            .container-sec{
            width: 75%;
        }
        .aboutImg
        {
            width:70vh;
        }
}

@media only screen and (min-width: 1680px) {
    .aboutImg
    {
        width:40vh;
    }
}