@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;700&display=swap');

*{
    font-family: 'QuickSand', sans-serif;
}

html, body{
    margin: 0;
    padding: 0;
}

#top{
    background: linear-gradient(180deg, #1363DF 0%, #47B5FF 100%);
    padding-bottom: 1px;
    /* height: 540px; */
}

.Header{
    position: fixed;
    width: 100%;
    min-height: 80px;
    transition: all 0.5s;
}

.Header div{
    font-weight: 800;

}

.headerul{
    padding-top: 15px;
    list-style: none;
    margin-left: -0.7em; 
}

.headerul li{
    font-size: 25px;
}

.headerul li span{
    color: #90ff90;
}

#topcontent{
    color:white;
    font-size: 45px;
    padding-top: 100px!important;
    height: 100%;
    position: relative;
}

#navbarT{
    font-weight: 700!important;
    color: inherit;
    cursor: pointer;
}

.Transparent{
    background: transparent!important;
    color: white!important;
}

.scrolled{
    background: white!important;
    color: black!important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    z-index: 10;
}

.FadeInUp{
    animation:fadeInUp;
    animation-duration:1s;
    animation-delay: 0.2s;
}

.FadeInDown{
    animation: fadeInDown;
    animation-duration:1s;
    animation-delay: 0.2s;
}

.FadeIn{
    animation: fadeIn;
    animation-duration:1s;
    animation-delay: 0.2s;
}


.FadeInNoDelay{
    animation: fadeIn;
    animation-duration: 0.5s;
}

.FadeOutNoDelay{
    animation: fadeOut;
    animation-duration: 0.5s;
}

#GoToTopBox{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    background: #1363DF;
    cursor: pointer;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 500000;
}

#arrow{
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 8px;
    margin: 0 3px;
    bottom: 5px;
    transform: rotate(-135deg); 
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;


}

::-webkit-scrollbar-thumb {
    background: #1363DF;
    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {
    background: #47B5FF;
}

.nav-item span {
    cursor: pointer;
}

.footer{
    background: #06283D;
    color:white;
}

.links ul {list-style-type: none;}
.links li span{
    color: white;
    transition: color .2s;
    cursor: pointer;
    text-decoration: underline;
}
.links li a:hover{
    text-decoration:none;
    color:#4180CB;
}

.about-company i{
    font-size: 25px;
}
.about-company a{    
    color:white;
    transition: color .2s;
} 

.about-company a:hover{
    color:#4180CB
}

.location i{
    font-size: 18px;
}
.copyright p{
    border-top:1px solid rgba(255,255,255,.1);
} 

.mr-3{
    margin-right: 10px;
}

#content{
    padding: 50px;
}

#bannerimg{
    position: absolute;
    top: 100px;
    width: 500px;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

/* if the width of the window is less than 930 hide bannerimg */
@media screen and (max-width: 930px){
    #bannerimg{
        display: none;
    }
}

#stats{
    background-color: #06283D;
    color: white;
    display: flex;
    padding: 20px 0px;
}

.stat{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 600px){
    .stat{
        display: block;
        margin: 30px 0;
    }

    #stats{
        display: block;
    padding: 25px 0px;

    }
}

.stat span{
    font-style: italic;
}

.FooterLinks li a{
    text-decoration: none;
}

.FooterLinks li a:hover{
    text-decoration: underline;
}

#Cards{
    color: white;
    margin: 30px auto 50px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-gap: 15px;
    padding: 15px;
    align-items: center;
}


.end{
    justify-self: end;
}

.start{
    justify-self: start;
}

/* if the window size is less than 800 */
@media screen and (max-width: 800px){
    #Cards{
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        justify-content: center;
    }

    .end{
        justify-self: center;
    }

    .start{
        justify-self: center;
    }
    .sat{display:none}
}

.crd{
    max-width: 540px;
    height: 320px;
}

.ToolImage img{
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50px;
}
.ToolImage{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.CardsText{
    width: 60%;
}

/* if width is less than 400 hide ToolImage */
@media screen and (max-width: 400px){
    .ToolImage{
        display: none;
    }
    .CardsText{
        width: 100%;
    }
}

.visitbutton{
    position: absolute;
  margin: 0 0 10px;
  width: 120px;
  bottom: 0;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #212529;
}
.btn-tools {
    color: #fff;
    background-color: #009eff;
    border-color: #f8f9fa;
}
.btn-tools:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #212529;
}
.imgcomp{margin: 10px}
.div-award{float:left;text-align:center;margin-bottom:15px;margin-right:5%;height:128px}
