 

.slider_sec
{
  margin-bottom:40px;  
}
#slider_1 .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 90vh!important;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
}
/*----------*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (max-device-width: 568px)
  and (max-device-width: 667px) 
  and (max-device-width: 736px) 
  and (max-device-width: 812px) 
  {
    #slider_1 .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: auto!important;
  background-repeat: no-repeat;
  background-size: cover;
  
    }
  }
  @media only screen and (max-width: 600px)  {
  
    .media_qur_about
    {
      margin-top:20px!important;
  }
  .slider_item_container
  {
    height:200px!important;
    
  }
  }

  /* header */
    .custom-header {
        background: white;
        color: black;
       
        position: sticky;
    top: 0px;
    background: white;
    z-index: 100;
    }

    .custom-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
        position: relative;
    }

    .custom-logo img {
        max-height: 100px;
    }

    .custom-nav-menu {
        list-style: none;
        /* Remove bullets from main menu */
        padding: 0;
        margin: 0;
    }

    .custom-drop-down {
        list-style: none !important;
        /* Remove bullets from dropdown */
        padding: 0;
        margin: 0;
    }

    .custom-drop-down .custom-li {
        list-style: none;
        border-bottom: 1px solid #e1e0e0;
    }

    .custom-nav-menu {
        list-style: none;
        display: flex;
        z-index: 999;
    }

    .custom-nav-menu li {
        position: relative;
    }

    /* Style for links */
    .custom-nav-menu a {
        color: #2a4192;
        text-decoration: none;
        padding: 10px 15px;
        display: block;
    }

    /* Hover dropdown for desktops */
    @media (min-width: 1056px) {
        .custom-drop-down {
            display: none;
            position: absolute;
            background: white;
            color: #2a4192 !important;
            top: 100%;
            left: 0;
            min-width: 200px;
            list-style: none;
        }

        .custom-nav-menu li:hover>.custom-drop-down {
            display: block;
        }
    }

    /* Mobile & Tablet Navigation */
    @media (max-width: 1056px) {
        .custom-nav-menu {
            display: none;
            flex-direction: column;
            background: white;
            position: absolute;
            width: 100%;
            left: 0;
            top: 100px;
            text-align: left;
            z-index: 99;
        }

        .custom-nav-menu.active {
            display: flex;
        }

        .menu-toggle {
            display: block;
            cursor: pointer;
        }

        .menu-toggle div {
            width: 30px;
            height: 3px;
            background: black;
            margin: 6px 0;
        }

        /* Hide dropdowns initially on mobile */
        .custom-drop-down {
            display: none;
            position: relative;
            background: white;
            width: 100%;
        }

        /* Show dropdown when the class 'active' is added */
        .custom-nav-menu li.active>.custom-drop-down {
            display: block;
        }
    }

    .custom-nav-menu .custom-li {
        list-style: none;

    }

    .custom-drop-down .custom-li {
        list-style: none;
    }
 