* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
::selection {
    background: #ffb038;
  }
/* Loading page animation */
/* #loader {
    position: absolute;
    left: 46%;
    top: 43%;
    background: #EEEEEE;
    z-index: 1;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
  } */

.no-scroll {
    overflow: hidden;
}
#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #EEEEEE;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    overflow: hidden;

  }
  
#loader img {
    animation: spin 0.8s linear infinite;
    width: 80px; 
    height: 80px;
}

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  section {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }

/* Element Selector */


h1 {
    font-size: 4rem;
    font-weight: 900;
}
/* Responsive h1 */
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {
    h1 {
        font-size: 3rem;
    }
}

/* Header Line */
.headerline {
    width: 100%;
    height: 40px;
    background-color:#F3801F;
    color: white;
    text-align: center;
    padding: 10px 11% 12px 10%;
    margin-right: 0px;
    margin-left: 0px;
}

.headerline .location {
    text-align: left;
}

.headerline .social {
    text-align: right;
}
.header-icons{
    padding: 0 7px;
    color: white;
    font-size: 1.2rem;
}

/* Responsive headerline */
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {
    .headerline {
        height: 35px;
        padding: 5px 11% 8px 9%;
    }
    .header-icons{
        padding: 0 7px;
        color: white;
        font-size: 1rem;
    }
    .NavLogo {
        width: 46px !important;
        height: 48px !important;
    }
}
/* Nav Bar */
#home {
    display: block;
    background-color: #F1F1F1;
}
.nav-link.home {
    padding-top: 2%;
}
.dropdown-item:active {
    background-color: #ed8e00;
}
.container-fluid {
    margin-left: 10%;
    margin-right: 10%;
}
.NavLogo{
    width: 70px;
    height: 70px;
}

nav {
    font-size: larger;
}

.nav-item {
    padding: 10px 20px 0 20px;
}

.disabled {
    padding-top: 18px;
}

.nav-link {
    color: #F3801F;

}
.btn-warning {
    background-color: #F3801F;
    color: white;
}

/* Slider */
#HomeSlider {
    display: block;
}
.carousel-item {
    max-height: 500px;

}
.carousel-control-prev-icon, .carousel-control-next-icon {
font-size: larger;
}
.carousel-img {
    width: 100vw;
    height: 82vh;
}
.carousel-caption {
    margin: 40px;
}
.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 5px;
    margin-right: 6px;
    margin-left: 6px;
   background-color: #F3801F;
}
.slidebtn {
    box-shadow: #292930;
}

/* About us */
#Aboutus {
    padding: 2% 12% 5% 12%;
    background-image: url('../img/design/bgdesgin1.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}


.abouttitle {
    background-color:#F1F1F1;
}
.aboutheader {
    font-family: 'Ubuntu',sans-serif;
    letter-spacing: 20PX;
    text-align: center;
    color: #F3801F;
}
.aboutimg {
    width: 65%;
    position: relative;
    left: 20%;
    padding-top: 18%;
}

.abouttext {
    padding: 7% 3%;
    justify-content: center;
    font-size:1.8rem;
    text-align: justify;
}

.grid{
    position: relative;
    z-index: -1;
    left: 12%;
    top: 210px;
}

.grid2{
    position: relative;
    z-index: -1;
    left: 82%;
    top: 600px;
}

/* About Icons */
.iconparent {
    background-color: #F3801F;
}

.nav-about {
    
    padding: 1% 14%;
    background-image: url('../img/banner-bg.png');
    background-repeat: no-repeat;
    background-size:cover;
    height: 207px;
    text-align: center;
}

.about-icon {
    color: white; 
    font-size: 5rem; 
    padding: 10px;
    transition-duration: 0.4s;
}

.nav-link i, .nav-link h3 {
    color: white;
    filter: opacity(50%);
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active i,
.nav-pills .nav-link.active, .nav-pills .nav-link.active h3 {
    background: none;
    color: white;
    filter: opacity(100%);
}

.tab-pane {
    font-size: 1.8rem;
    text-align: justify;
    background-color: #F3801F;
    color: white;
    padding: 1% 14% 3% 14%;
}

.nav-about-moblie {
    display: none;
        background-color: #FFEBB7;
        text-align: center;
        padding: 7% 14%;
        background: rgb(59,17,88);
        background: linear-gradient(90deg, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 100%);
}
.nav-about-moblie p {
    font-size: 1.3rem;
    text-align: justify;
    color: white;
}
.nav-about-moblie .about-icon, .nav-about-moblie h3 {
    filter: opacity(100%);
    color: white;

}
/* Footer */
footer {
    background-color: #292930;
    display: flex;
    flex-wrap: wrap;
    color: white;
    padding: 3% 15% 0% 15%;
    justify-content: space-between;
}

footer a {
    color: white;
    line-height: 1.8rem;
}

footer a:hover {
    color: #ed8e00;
}
.iconp {
    margin-right: 5px;
}

.footerCol h4  {
margin-bottom: 30px;
}

.footerCol p {
    line-height: 1.4rem;
}

.copyrigh {
    width: 100%;
}

.copyright hr {
        border: solid 1px white;
}

.rounded-circle {
    margin: 5px;
}

.btn-social:hover {
    color:#ed8e00;
}

/* Media Query */
/* Moblie */
@media screen 
and (min-width:320px)
and (max-width:480px) 
 {
    #loader img {
        width: 50px; 
        height: 50px;
    }
    .carousel-img {
    height: 35vh;
    }
    .carousel-caption {
        margin:20px;
    }
    .carousel-caption .btn {
        display:none;
    }
    .carousel-indicators [data-bs-target] {
        width:30px;
    }
    .NavLogo {
        width: 48px;
        height: 45px;
    }
    .vr, .nav-link.home, footer {
        display: none;
    }
    .nav-link {
        font-size: 1rem;
        padding: 5px 0;
    }
    .nav-item .btn-warning {
        font-size: 0.7rem;
        width: 75px;
        padding: 4px;
        margin-bottom: 5px;
    }
    .carousel-caption h1 {
        font-size: 0.8rem;
        font-weight: 600;
    }
        .carousel-caption h2 {
        font-size: 0.6rem;
        font-weight: 600;
    }
    .brandname {
        text-align:right;
    }
    .nav-about-moblie {
        display: block;
    }
    .nav-about, .tab-content, .vr {
        display: none;
    }
 }

 /* Tablet */
@media (max-width:991px) {
    #loader img {
        width: 60px; 
        height: 60px;
    }
    .carousel-img {
    height: 35vh;
    }
    .carousel-img h1 {
        font-size:1.2rem;
        font-weight:600;
    }
    .carousel-caption h1 {
        font-size: 0.9rem;
        font-weight: 600;
    }
    .carousel-caption h2 {
        font-size: 0.7rem;
        font-weight: 600;
    }
    .carousel-caption .btn {
        display:none;
    }
    .carousel-caption {
        margin:25px;
    }
    .vr {
        display: none;
    }
    .aboutimg {
        width: 60%;
    }
    #Aboutus {
        background: none;
    }

}

@media (max-width:780px) {
        .headerline {
            display:none;
        }
        .carousel-img {
        height: 45vh;
    }
}

/* Laptop HR*/
@media screen 
and (min-width: 770px)   
and (max-width: 1025px) {
    .container-fluid {
        margin-left: 5%;
        margin-right: 3%;
    }
}    
@media (max-width:1366px) {
        .abouttext p, .tab-pane {
            font-size: 1.5rem;
        }
        .aboutheader {
            font-size: 3rem;
            letter-spacing: 10PX;
        }
    }


