/* all media queries */
@media(min-width: 992px){
    .navbar-nav li > button.dropdown-toggle {
        display: none;
    }

    .header-main .navbar .dropdown-menu {
        display: unset !important;
        opacity: 0;
        visibility: hidden;
        border: none;
        transform: translateY(30px);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .header-main .navbar .navbar-nav .nav-item:hover >.dropdown-menu , 
    .header-main .navbar .navbar-nav .nav-item:focus-within > .dropdown-menu ,
    .header-main .navbar .navbar-nav li:hover >.dropdown-menu , 
    .header-main .navbar .navbar-nav li:focus-within >.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: 0.35s;
    }

    .header-main .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f107";
        font-family: "FontAwesome";
        font-weight: 900;
        border: none;
        transition: 0.3s;
        position: absolute;
        font-size: 13px;
        line-height: 2;
    }
    .offcanvas .btn-close {
        display: none;
    }
    
}

@media (max-width: 991px){
	.offcanvas-start{
		margin-top:40px;
	}
    .topbar{
        display: none;
    }
    .menubar_bg{
        background: none;
    }
    .menu-bar .right-menu ul li:has(> .btn_main){
        display: none;
    }
    .header-main .navbar .navbar-nav .nav-item .nav-link{
        margin: 0;
    }
    .navbar .navbar-nav li.dropdown {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar .navbar-nav li.dropdown .dropdown-toggle {
        border: 1px solid var(--pink);
        outline: none;
        color: var(--white);
        width: 30px;
        height: 30px;
        background: var(--primary-color);
        border-radius: 30px;
        line-height: 2;
    }
    .navbar .navbar-nav .dropdown-menu {
        width: 100%;
    }
    .navbar .navbar-nav > li.nav-item,.navbar .navbar-nav .dropdown-menu > li:not(:last-child)  {
        border-bottom: 1px solid rgba(120 120 120 / 20%);
    }
    .navbar .navbar-nav .dropdown-menu{
        border-top: 1px solid rgba(120 120 120 / 20%);
        padding-left: 10px;
    }
    .navbar .navbar-nav .dropdown-menu .dropdown-item{
        padding: 0.5rem 0;
    }
    .header-main .navbar .navbar-nav .nav-item:first-child .nav-link{
        margin: 0;
    }
    .offcanvas .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
    }
    .offcanvas-body{
        padding-top: 30px;
    }
    .feature-section{
        height: unset;
        padding: 100px 0 75px;
    }
    .feature-item_inner {
        bottom: unset;
    }
    .feature-item{
        margin-bottom: 25px;
    }
    .slider-content .main-content {
        width: 100%;
    }
    .slide-item > img{
        height: 450px;
    }
    .slider-section .owl-nav{
        right: 25px;
    }
    .footer-main .footer-item{
        margin-bottom: 25px;
    }
}

@media(max-width: 575px){
    .main-contact_Form form p:nth-child(1), .main-contact_Form form p:nth-child(2){
        width: 100%;
    }
    .slider-section .owl-nav{
        display: none;
    }
    .about-image::before{
        width: 310px;
    }
    ul.about-feature{
        flex-wrap: wrap;
    }
    ul.about-feature li {
        width: 100%;
        flex: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .slide-title {
        font-size: 30px;
    }
    span.slide-subtitle{
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
  .owl-carousel .owl-item img {
      width: calc(100% - 60px);
      margin: auto;
  }
  .slider-content{
    position: relative;
  }
  .slider-section .slide-item{
    height: 1000px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-section .slide-item{
    height: 800px;
  }
  .site-description{
		color:#fff;
		word-wrap:normal;
	}
	.site-title{
		word-wrap:normal;
	}
}
@media only screen and (max-width: 576px) {
  .slider-section .slide-item{
    height: 680px;
  }
}
/* For slider */
@media only screen and (max-width: 991px) {
  .support-person {
    justify-content: center;
  }
  .cta-discription {
    margin: 10px 0;
  }
}
 /* For CTA */
@media only screen and (max-width: 1280px) {
  .funfact-item {
    width: 220px;
    height: 220px;
    border: 20px solid #ffffff50;
    padding: 20px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .funfact-item {
    margin: 10px auto;
  }
}