
/* Logo Size Small */
@media only screen and (max-width:1700px)
{
    .postion-1
    {
        position: relative;
        left:8%;
    }
}
@media only screen and (max-width:1500px)
{
    .postion-1
    {
        position: relative;
        left:2%;
    }
}
@media only screen and (max-width:1440px)
{
    .postion-1
    {
        position: relative;
        left:0%;
    }
}
@media only screen and (max-width:1366px)
{
    .postion-1
    {
        position: relative;
        left:4%;
    }
}
@media only screen and (max-width:1200px)
{
    .postion-1
    {
        position: relative;
        left:0%;
    }
}
@media only screen and (max-width:1199px)
{
    .postion-1
    {
        position: relative;
        left:5%;
    }
}
@media (max-width:425px){
    .description{
        font-size: 2rem;
    }
    .con-bg-color p{
        font-size: 11px;
    }
    .fixed-width{
        width: 42px !important;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.45rem 1rem;
        clear: both;
        font-weight: 400;
        color: #000;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
    }
}
@media only screen and (max-width:393px)
{
    /*Header*/
    #logo {
        max-width: 280px;
        height: auto;
    }
    header{
        background: #000;
        width:100%;
        height:100%;
    }
    #relative {
        position: relative;
        top: 48vh;
    }
    h1 {
        font-size: 18px;
    }
    #relative1 {
        position: relative;
        top: 48vh;
        background: #efefef;
        padding-bottom: 10px;
    }
    .footer-logo{
        position: relative;
        left: -51px;
        width: 309px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url('../img/bars-staggered.svg');
        background-color: #fff;
        padding:10px;
    }
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
        /* padding-bottom: 30px; */
        margin-bottom: 10px;
    }
    /*background Video*/
    #video {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 59%;
    object-fit: cover;
    z-index: -1;
   }
  
    /*common Responsive*/
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.45rem 1rem;
        clear: both;
        font-weight: 400;
        color: #000;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
    }
    .img-5
    {
        max-width:100%;
        height: auto;
    }
}

