/* ===================================================================
                            xxl
====================================================================== */

@media only screen and (min-width: 1400px) {}


/*=====================================================================
                             xl
 ====================================================================== */

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  p {
    font-size: 16px;
  }

  ul li {
    font-size: 16px !important;
  }

  /* =nav bar= */
  .header .item-left {
    flex: 0 0 35%;
  }

  .logo_img h4 span {
    font-size: 26px;
  }

  .main_logo a .logo_img img {
    width: 60%;
  }

  .logo_img h4 {
    width: 70%;
    font-size: 22px;
  }

  .header .item-center {
    flex: 0 0 65%;
  }

  header.header .container {
    max-width: 95%;
  }

  .header .menu>ul>li>a {
    font-size: 16px;
  }

  .main_logo a .logo_img {
    width: 100%;
  }

  /* ===== */
  .header .menu>ul>li>a {
    margin: 0 10px;
  }

  /* =slider= */

  .slider .carousel-caption {
    top: 40%;
  }

  .slider .carousel-caption p {
    font-size: 20px;
  }

  .slider .carousel-caption h5 {
    font-size: 28px;
  }






}


/*=================================================================
                         Tablet Landscape(lg)
=================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }

  ul li {
    font-size: 16px !important;
  }

  /* =nav bar= */
  .header .item-center {
    flex: 0 0 70%;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    font-size: 14px;
  }

  .header .item-left {
    flex: 0 0 30%;
  }

  .main_logo a .logo_img {
    width: 100%;
  }

  .header .menu>ul>li>a {
    font-size: 14px;
    margin: 0 10px;
  }


  .main_logo a .logo_img img {
    width: 80%;
  }


  /* =slider= */

  .slider .carousel-caption {
    top: 40%;
  }

  .slider .carousel-caption p {
    font-size: 18px;
  }

  .slider .carousel-caption h5 {
    font-size: 28px;
  }

  .quote-icon {
    display: none !important;
  }

  .core-value-block {
    min-height: auto;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .inner_banner {
    padding: 160px 0 60px;
  }

  .inner_banner h2 {
    margin: 0;
    font-size: 24px;
  }





}


/*=================================================================
                        Tablet Portrait (md)
=================================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  .section-space {
    padding: 40px 0;
  }

  /* =header= */
  .header .item-left {
    flex: 0 0 80%;
  }

  .header .item-right {
    flex: 0 0 20%;
  }

  .main_logo a .logo_img {
    width: 78%;
  }

  .header .mobile-menu-trigger {
    float: right;
    margin-top: 7%;
  }

  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    width: 300px;
    margin-left: 10px;
  }
  .main_logo a .logo_img img{
    width: 70%;
  }


  /* =slider= */

  .slider .carousel-caption {
    top: 32%;
  }

  .slider .carousel-caption p {
    font-size: 18px;
  }

  .slider .carousel-caption h5 {
    font-size: 28px;
  }

  .carousel-item img {
    height: 500px;
    object-fit: cover;
  }

  .slider .carousel-caption{
    top: 27%;
  }


  /* =footer= */

  .footer-link {
    margin-bottom: 30px;
  }




}


/* ==============================================================
                    Mobile Landscape Size(sm)
================================================================= */

@media only screen and (min-width: 576px) and (max-width: 767px) {}


/*===================================================================
                         All Mobile Sizes 
 ====================================================================*/

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  ul li {
    font-size: 16px !important;
  }

  ol li {
    font-size: 16px !important;
  }

  .section-space {
    padding: 40px 0;
  }


  /* =nav bar= */

  .header .menu .mobile-menu-head {
    border: none !important;
  }

  .header .menu>ul>li>a {
    text-align: left;
    font-weight: 600;
  }

  .header {
    padding: 10px 0;
  }

  .header .item-left {
    flex: 0 0 80%;
  }

  .header .item-center {
    flex: 0;
  }

  .header .item-right {
    flex: 0 0 20%;
  }

  .header .mobile-menu-trigger {
    float: right;
    margin-top: 8%;
  }


  .main_logo a {
    padding: 0;
  }

  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    width: 300px;
    margin-left: 10px;
  }

  /* =nav new= */

  .logo_img h4 {
    font-size: 16px;
    text-align: left;
  }

  .logo_img h4 span {
    font-size: 20px;

  }

  .main_logo a .logo_img img {
    width: 80%;
  }

  header.header {
    position: sticky !important;
    padding: 0;
  }

  /* =slider= */

  .carousel-item img {
    height: 265px;
    object-fit: cover;
  }

  .slider .carousel-caption h5 {
    font-size: 20px;
  }

  .slider .carousel-caption p {
    font-size: 16px;
  }

  .slider .carousel-caption {
    top: 5%;
    width: 90%;
    left: 3%;
  }

  .carousel-indicators {
    display: none;
  }

  .carousel-item::before {

    width: 100%;

    left: -22%;
  }

  /* =inner banner */

  .inner_banner {
    padding: 40px 0;
  }

  .inner_banner h2 {
    font-size: 24px;
    margin: 0;
    text-align: center;
  }

  .section-title h2 {
    font-size: 24px;
  }

  /* =core value block */
  .core-value-block {
    margin-bottom: 30px;
    min-height: auto;
  }

  /* =footer= */

  .footer-link {
    margin-bottom: 30px;
  }

  .footer-address {
    margin-bottom: 40px;
  }

  .footer-copyright p {
    text-align: left !important;
  }

  .footer-copyright .copyright p {
    margin-bottom: 5px;
    font-size: 14px;
  }










}