* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* header area as home page start */
.logo {
    max-width: 120px !important;
    margin-bottom: 5px;
    transition: 2s;
}

.logotext {
    font-weight: 600;
    font-size: 13px;
    margin-left: 0px;
    margin-bottom: 0px;
    transition: 2s;
}

.sup {
    color: #000;
    font-size: 5px !important;
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    padding: 1px;
    border-radius: 50%;
    top: -8px;
    transition: 2s;
}

.logotext1 {
    font-size: 8px;
    transition: 2s;
}

.rightsec p {
    margin-bottom: 0px;
}

/* header area as home page end */

a {
    text-decoration: none;
}

header {
    height: 237px;

}

.navsec1 {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: -30px;
    text-align: center;
}

.tabs {
    text-align: center;
}

.cont10text a {
    text-decoration: none;
    color: #fff;
}

.tabs {
    display: none;
}

.navbar-expand-lg .navbar-collapse {
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-collapse {
    align-items: center;
    justify-content: center;
    /* display: flex; */
}

.rightsec {
    position: absolute;
    right: 0;
    left: auto;
}

.headsec {
    /* overflow-x: hidden; */
    background-color: #fff;
}

.navbar {
    /* overflow-x: hidden; */
    height: 100px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.nums {
    color: #C96868 !important;
    font-weight: 500 !important;
    border-radius: 10px;
    border: 2px solid #C96868;
    padding: 10px;
}

.nav-link,
.dropdown-item {
    font-size: 14px;
}


.dropdown-content {
    margin-left: 120px;
    width: 100%;
}

/*-------- footer Dropdown menu start------ */
ul.footer-drpdwn {
    margin: 0px;
    padding: 0px;
}

ul.footer-drpdwn,
ul.footer-drpdwn li {
    list-style: none;
}

.footer-drpdwn li a {
    color: #fff;
    text-decoration: none;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

#footermenu1,
#footermenu2 {
    display: none;
    transition: all .3s ease;
}

.dropdown1 #footermenu1.dropdown1-content,
.dropdown1 #footermenu2.dropdown1-content {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #141d37;
    padding: 3px 10px;
    border-radius: 5px;
    transition: all .3s ease;
}

.dropdown1-content {
    width: 200px;
}

.dropdown1-content a {
    display: block;
    color: black;
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none;
}

.dropdown1 .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.dropdown1 a span {
    position: relative;
    top: -3px;
    margin-left: 5px;
}

footer ul li a {
    font-size: 0.875rem;
}

/*-------- footer Dropdown menu end------ */

@media screen and (min-width:993px) {
    .shrink {
        padding: 10px !important;
        height: 100%;
    }

    .shrink #logo {
        display: none;
    }

    .shrink #logo1 {
        max-width: 130px !important;
        display: block;
        margin-top: 20px;
        margin-left: 20px;
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
        flex-direction: column;
    }

    .bannersec1 .bannerimg ,.bannersec1 .carousel-control-prev ,.bannersec1 .carousel-control-next{
        margin-top: 195px !important;
    }

    /* .bannersec1 .bannerinertext {
        top: 170px !important;
    } */

    .shrink .headsec {
        padding: 20px 0px !important;
    }

    .shrink .navsec1 {
        display: none;
    }

    .shrink .logotext {
        font-size: 9px !important;
        transition: 2s;
    }

    .shrink .sup {
        font-size: 4px !important;
        width: 10px !important;
        height: 10px !important;
        transition: 2s;
    }

    .shrink .logotext1 {
        font-size: 7px !important;
        transition: 2s;
    }
}

@media screen and (max-width:1299px) and (min-width:993px) {
    .rightsec {
        right: 1%
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .sticky-top.shrink ul.navbar-nav {
        margin-left: -114px;
    }
}

@media screen and (max-width:1110px) {

    .nav-link,
    .dropdown-item {
        font-size: 13px;
    }
}

@media screen and (max-width:1099px) and (min-width:993px) {
    .navbar {
        max-width: 100%;
    }
}

@media screen and (max-width:992px) {

    .nav-link,
    .dropdown-item {
        font-size: 12px;
    }

    .logo {
        margin-right: 0px;

    }

    .nums {
        
    }

    .navbar {
        max-width: 100%;
        background-color: #fff !important;
    }

    .navbar .container-fluid {
        background-color: #fff !important;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .tabs {
        display: block;
    }

    .navsec1 {
        display: none;
    }

    .rightsec {
        position: relative;
        right: 0;
    }

    .logo {
        max-width: 80px !important;
    }

    .logotext {
        font-weight: 600;
        font-size: 10px;
        /* margin-left: 15px; */
        margin-bottom: 0px;
    }

    .logotext1 {
        font-size: 5px;
    }

    .sup {
        color: #000;
        font-size: 3px !important;
    }

    header {
        height: 100px;

    }
    .navbar-toggler{
            position: fixed !important;
    right: auto !important;
    left: 30px !important;
    top: 35px !important;
    }
}

@media screen and (max-width:767px) {
    header {
        height: 120px;

    }


    /* .navbar-toggler{
        margin-right: -100px !important;
    } */

    .navbar {
        max-width: 100%;
    }

    .logotext {
        font-weight: 600;
        font-size: 9px;
        /* margin-left: 15px; */
        margin-bottom: 0px;
    }

    .logotext1 {
        font-size: 5px;
    }

    .sup {
        color: #000;
        font-size: 3px !important;
    }


    .contsec9 .colsec1 {
        justify-content: start;
    }

    .contsec9 .colsec1 {
        margin-bottom: 30px;
    }
 
}

@media screen and (max-width:400px) {
    .overview-links-area a {
        margin-right: 10px !important;
    }
  
}