        body{
            font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: #999999;
    overflow-x: hidden;
    width:100vw !important;
    min-height:1000px !important;
        }
        .bg-blue{
            background-color: #4e8f9c !important;
        }
        .txt-blue{
            color: #4e8f9c !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: 20vw !important;
        }
        .nav-link{
            color: rgb(255, 255, 255);
            margin-left: auto;
        }
        .nav-link:hover{
            color: #4e8f9c;
        }
        .navbar-dark .navbar-nav .nav-link{
            color: rgb(255, 255, 255);
        }
        .nav-link.active{
            background-color: #4e8f9c !important;
            padding: 0.6rem 1rem !important;
        }
        .slider-text {
    color: rgba(255, 255, 255, 0.8);
}
a{
    margin-left: auto;
    transition: none;
}
        .slider-text h1 {
    font-size: calc(1.5em + 2vw);
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
.parallax {
  height: 65vh;
  /* Set a specific height */
  min-height: 100px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
    
    .bg-video {
    position: absolute; /* Position the video absolutely within the parallax section */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform: translateZ(0);
    z-index: -1;
    }
    
.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;
}
.head-icon{
    margin-top:18px;
}

.footer-b{
  left: 0;
  padding: 0;
  width:50%;
  border-top-right-radius: 100px;  
}

.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: 100vw;
    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;
}
.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; 
          }
        .navbar-expand-lg{
            background-color: #303030 !important;
        }
        .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: 30vw !important;
        }
        .navbar-expand-lg{
            background-color: #303030 !important;
        }
        .container-sec{
            width: 75%;
            padding: 0;
            margin-top:-5vh ;
        }
        .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;
    }
}