/*   padding: 0px 50px;


background: linear-gradient(135deg, #3c6179, #04090c, #3c6179) container_main


background-image: repeating-linear-gradient(90deg, rgb(18 6 18), rgb(95 94 94 / 10%) 1px, #312a4e 0px, #000000 2px);
border-radius: 10px;background:#101d27;
*/
.containered {
border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;


}
h3 {
padding: 10px;
}
.container_main {

  
        padding: 4px 4px 4px 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
background-color: black;
    border-left: 1px #271919ab solid;
border-right: 1px #271919ab solid;
border-top: 1px #27191930 solid;


}

/*   padding: 0px 50px;*/
.containere {
    margin-top: 52px;
        padding: 0px 50px 0px 50px;

}

@media (max-width: 991px)
.mbr-navbar--auto-collapse .mbr-navbar__menu-box {
    display: table-cell;
    vertical-align: middle;
}


/* navigation */
.nav{
    z-index: 999!important;
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;

}
ul {
        list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 3px;

    top: 0;
}

li {
    float: center;
}

.signIn,.name {
    float: right;
}

.signIn>a {
    display: flex;
    font-size: 13.5px;
    background-color: #081f37;
    margin-right: 50px;
    margin-top: -45px;
    padding: 5px 12px;
    border-radius: 5px;
}

.signIn>a>i {
    margin-top: 3px;
    font-size: 12.5px;
    padding-right: 5px;
}
.name{
    margin-top: 15px;
    color: white;
    margin-right: 60px;
}
.name>div,.name>div>p{
    display: flex;
}
.name>div>button{
    margin: 0px 20px;
    padding: 3px 20px;
    font-weight: 700;
}
.name>div>p>i{
    margin-top: 5px;
    margin-right: 10px;
}
li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
}
ol>a>img {
    width: 20px;
background:black;
border-radius:10px;



}

li>a>img {
    width: 140px;
    padding: 0px;
}

/* sticky footer */
.bottomMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid transparent;
    background-color: #262629;
    z-index: 1;
    transition: all 0.3s;
    color: whitesmoke;
    display: flex;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.hide {
    opacity: 0;
    bottom: -100%;
}

.show {
    opacity: 1;
    bottom: 0;
}

.bottomMenu>.bottomLeft {
    margin-top: 10px;
    width: 70%;
}

.bottomMenu>.bottomLeft>.first {
    font-size: 17px;
    font-weight: 600;
}

.bottomMenu>.bottomLeft>.second {
    margin-top: 5px;
    font-size: 14px;
    color: rgb(213, 212, 212);
}

.bottomMenu>.bottomLeft>.second>a {
    text-decoration: none;
    color: #3e93ee;
    font-weight: 600;
}

.bottomMenu>.bottomRight {
    margin-top: 40px;
    width: 30%;
}

.bottomMenu>.bottomRight>a {
    margin-left: 55%;
    background-color: whitesmoke;
    color: black;
    text-decoration: none;
    padding: 6px 20px 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
}

.bottomMenu>.bottomRight>p {
    margin-left: 53%;
    font-size: 11px;
    color: rgb(174, 174, 174);
    margin-top: 13px;
}

/* owl carousel buttons */
.owl-nav>button{
    border: none!important;
    outline: none!important;
    background-color: transparent!important;
    width: 45px!important;
    height: 100px!important;
    border-radius: 2px!important;
    box-shadow: 1px gray;    
}
.owl-prev,.owl-next{
    position: absolute;
    top:27%;
text-align: center;
    transform: translateY(-50%);
    color:rgb(224, 222, 222)!important;
    font-size: 64px!important;
    font-weight: none;

}
.owl-next{
    right:-3%;
}
.owl-prev{
    left: -3%;
}

/* banner */
#bannerimage{
    width: 100%;
}
#bannerimage>img {
    width: 100%;
    border-bottom: none;
    border-radius: unset;
}
#button{
    position: absolute;
    top: 79vh;
    left: 100px;
    color: white;
}
#firsth1 {
    margin-left: 320px;
    font-size: 80px;
}
#button>.p1 {
    margin-left: 250px;
    font-size: 23px;
    font-weight: 600; 
}
#button>button{
    margin-top: 10px;
    margin-left: 35rem; 
    font-size: 16px;
    font-weight: 600;
    padding: 5px 40px;
    border-radius: 6px;
    border: 1px solid transparent;
}
#godown {
    margin-left: 40rem;
    width: 15px;
    margin-bottom: -6%;
}

#button>.p2 {
    margin-top: 10px;
    margin-left: 36rem;
    color: gray;
    font-size: 12px;
}
#button>.p3{
    margin-top: 3px;
    margin-left: 25rem;
    color: gray;
    font-size: 12px;
}

#button a {
    text-decoration: none;
    color: rgba(0, 132, 255, 0.932);
}