/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 28 Aug, 2022, 2:05:08 PM
    Author     : Vivek Dev
*/
@font-face {
    font-family: ArnoPro-Regular;
    src: url("../font/ArnoPro-Regular.otf") format("opentype");
}
body{
    font-family: ArnoPro-Regular;
}
a{
    text-decoration: none;
}
.navbar{
    background: linear-gradient(180deg, #12489A, #201F7E);
}
#Logo{
    width: 250px;
}
.nav-link{
    color: white;
    /*padding-right: .8em !important;*/
    /*font-size: 16px;*/
}
.nav-item .active{
    color: #D2CFE2;
}
.nav-link:hover{
    color: #D2CFE2;
}
.carousel-caption{
    top: 10%;
    left: 0%;
    width: 90%;
    text-align: right;
    line-height: 1;
}
#carouselExampleCaptions .carousel-item img{
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.carousel-caption small{
    font-size: 30px;
}
.SearchBox{
    /*background: #EEEEEE;*/
    padding: 0em 0em;
}
.SearchBox .btn{
    background: #201071;
}
.About{
    background: #B6CFF6;
    padding: 7em 0em;
    color: #373C44;
    font-weight: 400;
    font-size: 17px;
}
.About h2{
    font-weight: bold;
    color: #151454;
}
#demo .carousel-indicators button{
    background-color: #151454;
}
.Footer{
    background: linear-gradient(180deg, #12489A, #201F7E);
    ;
    padding: 3em 0em;
    color: white;
    line-height: 2;
}
.Footer h5{
    border-bottom: 1px solid gray;
    line-height: 2;
}
.QuickLinks a{
    text-decoration: none;
    color: white;
    line-height: 2;
}
.SocialLinks a{
    padding: .6em .8em;
    background: linear-gradient(180deg, #12489A, #201F7E);
    color: white;
}
.SocialLinks a i{
    margin-bottom: 1.5em;
}
.News img{
    object-fit: cover;
    height: 13em;
}
#Advertisment-Top img{
    /*    height: 25em;
        object-fit: cover;*/
}
#demo img{
    height: 15em;
    object-fit: cover;
    overflow: hidden;
}
.DirectoryCont{
    margin-top: 24.5em;
}
.MyFix{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.BottomDetails{
    margin-top: 29vw;
}

.app-download{
    background: #f5f5f5;
}
.app-download h2{
    margin-top: 3em;
}


@media only screen and (max-width: 600px) {
    /*For Mobile Screen*/
    .carousel-caption small{
        font-size: 18px;
    }
    .DirectoryCont{
        margin-top: 27em;
    }
    .MyFix{
        position: unset;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    .BottomDetails{
        margin-top: 0;
    }

}
@media only screen and (max-width: 900px) {
    .MyFix{
        position: unset;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    .BottomDetails{
        margin-top: 0;
    }

}
@media only screen and (min-width: 1920px) {
    /*For Big TV's (HD Screens)*/
    #carouselExampleCaptions .carousel-item img{
        height: 520px;
    }
}
