

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}
/*navbar*/
.offcanvas-header {
    display: none;
}

@media (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }

    .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 100% !important;
        width: 100% !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        overflow-y: auto !important;
        visibility: hidden !important;
        background-color: #ffc107 !important;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out !important;
    }

        .navbar-collapse.show {
            visibility: visible !important;
            transform: translateX(-100%) !important;
        }
}

.btn.btn-outline-success {
    background-color: black !important;
    color: #ffffff !important;
    border-radius: 0% !important;
    border: 1px solid #000000 !important;
    width:40px !important ;
}

    .btn.btn-outline-success:hover {
        background-color: black !important;
        color: #ffffff !important;
        border-radius: 0% !important;
        border: 1px solid #ffffff !important;
    }

.navsection {
    background-color: #ffc107;
    
}

.navbar {
    background-color: rgba(255, 193, 7, 0.95) !important;
    box-shadow:1px 1px 5px #ffc107 !important ;

}


.btn.btn1 {
    border: 1px solid #feffff !important;
    color: #feffff !important;
    border-radius: 0% !important;
}

    .btn.btn1:hover {
        border: 1px solid #feffff !important;
        background-color: #ffc107 !important;
        color: white !important;
        border-radius: 0px;
    }

.btn.btn2 {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    border-radius: 0% !important;
    font-weight: 600 !important;
    float: right;
}

    .btn.btn2:hover {
        border: 1px solid #000000 !important;
        background-color: #000000 !important;
        color: white !important;
    }



.navbar-nav {
    padding-left: 5px !important;
}

.nav-item {
    padding: 5px 5px !important;
}

.nav-item1 {
    background-color: #000000;
    position: relative;
    padding: 5px 5px;
}

.nav-item2 {
    position: relative;
    padding: 5px;
    padding-left: 10px;
}



    .nav-item2:hover {
        background-color: #ebcd74;
        transition: ease-in-out 0.5s;
    }

.nav-item3 {
    position: relative;
    padding: 5px;
    padding-left: 10px;
}

    .nav-item3:hover {
        background-color: #ebcd74;
        transition: ease-in-out 0.5s;
    }

.nav-item4 {
    position: relative;
    padding: 5px;
    padding-left: 10px;
}

    .nav-item4:hover {
        background-color: #ebcd74;
        transition: ease-in-out 0.5s;
    }

.nav-item5 {
    position: relative;
    padding: 5px;
    padding-left: 10px;
}

    .nav-item5:hover {
        background-color: #ebcd74;
        transition: ease-in-out 0.5s;
    }

.header {
    background-image: linear-gradient(#c7c2c6, #ffffff);
}
/*caption text alignment*/
.captionedit {
    font-size: 50px;
    font-weight: 900;
}

.captionpara {
    font-size: 25px;
    font-weight: 600;
}

/* news slider starts here*/


@import url('https://fonts.googleapis.com/css?family=Montserrat');

.onoffswitch3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch3-inner > span {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch3-inner .onoffswitch3-active {
        padding-left: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
    }

    .onoffswitch3-inner .onoffswitch3-inactive {
        width: 100px;
        padding-left: 16px;
        background-color: #000000;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #ffc107;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #000000;
    left: 0;
    width: 160px;
}

.onoffswitch3-inactive {
    background: #ffc107;
    right: 0;
    width: 20px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.fas.fa-chevron-circle-right {
    color: #000000;
}

.scroll-text {
    color: #000;
}
/*card */

.card-header {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.btn.btn-primary {
    background-color: #ffffff !important;
    color: #000000;
    border: 1px solid #ffc107;
    border-radius: 0% !important;
}

    .btn.btn-primary:hover {
        background-color: #ffc107 !important;
        color: #000000;
        border: 1px solid #ffc107;
    }
/*section 1*/
.section-1 {
    background-color: #f0eeee;
}






.input-group-prepend .fa {
    width: 1em;
    text-align: center;
}

.login100-form-btn{
    background-color :#ffc107 !important ;
}
.login100-form{
    padding :40px;
    
}
.btn{
    border-radius :0px !important ;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}

@media all and (min-width: 350px) {
 

    .navbar .nav-item:hover .nav-link {
        color: #fff;
     
    }

  
}
.navbar  .nav-item .nav-link{
    border :1px solid #ffc107 !important;
}
.btn.btn-success {
    background-color: #308eab !important;
    color: white !important;
    border: 1px solid #308eab !important;
}

.form-control{
    border:1px solid rgba(48, 142, 171, 0.30) !important ;
}
.navbar .nav-item .dropdown-menu {
    background: rgba(255, 255, 255,.5);
    backdrop-filter: blur(10px);
    
    border: 1px solid transparent !important;
}
.dropdown-item{
    color:#000 !important ;
}
.dropdown-item:hover {
    color: #fff !important;
    background-color :#000 !important ;
}
.alert-secondary {
    background-color: rgba(226, 222, 223, 0.45) !important;
    backdrop-filter: blur(10px);
}

/*boot strap sidebar*/
#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

.page{
    
    background-color :rgba(52, 58, 64, 0.55);
    backdrop-filter: blur(10px);
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
        background-color :#000000;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

@media (min-width: 320px) {
    #sidebar-wrapper {
        margin-left: 0;
        background-color: #000000;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.list-group-item {
    color: #fff;
}
.bg-dark {
    opacity:.90!important ;
    backdrop-filter: blur(10px) !important ;
}
.wid {
    width: 100% !important;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

    .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
.hvrcol:hover {
    background-color :#e6c256;

}