/* xl */
@media (max-width: 1920px) {
  .logo {
    max-width: 250px;
	  padding-bottom: 2px;
  }
  .container, #header.sub_header.container-fluid {
    max-width: 1200px !important;
  }
 #header {
    background-color: #fff !important;
	
} 
	 #header .bg-light {
    background-color: #fff !important;
		 box-shadow: 0 2px 10px rgba(0,0,0,0.08);
} 

}

/* lg */
@media (max-width: 1200px) {
  .logo {
    max-width: 200px;
  }
    .container {
       max-width: 1140px;
    }
}
@media (min-width: 1199px) and (max-width: 1920px) {
  #navbarNavDropdown .dropdown-menu {
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
.hero-item h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  top: 50px;
  position: relative;
}
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  #logo {
    margin: 0 0 0px 0;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    /*padding: 15px 20px 16px;*/
    border-radius: 5px;
    box-shadow: none;
  }
  .logo {
    margin: 0;
    max-width: 250px;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
margin-left: 2px;
margin-right: 2px;
  }
	
.hero-item h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  margin-bottom: 25px;
}
.page-header {
	background-size: cover;
	 background-attachment: scroll;
}
  #footer {
    font-size: 13px;
  }

}
/******************************************* sm ****************************************************/
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .display-5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  .sub_header {
    padding: 0 0;
    max-width: 1400px;
    margin: auto;
    position: relative;
  }
  #logo {
    margin: 0 0 0px 0;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    /*padding: 15px 20px 16px;*/
    border-radius: 5px;
    box-shadow: none;
  }
  .navbar-nav {
    min-height: 40px;
    border-top: solid 1px #e4e4e4;
  }
  .navbar-nav .nav-link {
    line-height: 40px !important;
  }
  .nav-item .dropdown-item .nav-link {
    line-height: 40px !important;
  }
  .navbar-nav li:not(:last-child):after {
    content: '';
    position: relative;
    display: block;
    padding-right: 8px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  .section-title:before, .page-banner .section-title:before {
    display: none;
    background-image: none;
    margin-right: 1px;
  }

	.hero-item h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  margin-bottom: 25px;
}
  #about {}
	.page-header {
	background-size: cover;
	 background-attachment: scroll;
}
  .page-banner .section-title {
    font-size: 40px;
    line-height: 46px;
  }

}
/******************************************** xs *********************************************************/
@media (max-width: 768px) {
  .display-5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  .logo {
    margin: 0;
    max-width: 200px;
  }
	  .hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    font-size: 18px;
  }
		.hero-item h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px;
  top: 50px;
}
  .table td {
    font-size: 15px;
  }
	.intro_images
	{
		height: 528px;
	}
	.intro_img
	{
		width: 60%;
	}
	.page-header {
	background-size: cover;
	 background-attachment: scroll;
}
  #footer .list-inline.mt-5 {
    margin-top: 15px !important;
  }
  p.lead-xs {
    font-size: 0.9rem;
  }
  .footer-links {
    min-height: 80px;
    padding: 50px 0;
  }
  .footer-rights {
    min-height: 5px;
    padding: 5px 0;
  }
}
/**************************************** XS Portrait **********************************/
@media (max-width: 480px) {
  section {
    padding: 80px 0 !important;
  }
  #header {
    margin-bottom: 0px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
  }
  h4 {
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 22px;
  }
  h5 {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 20px;
  }
  h6 {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
  }
  .logo {
    margin: 0;
    max-width: 150px;
  }
	  .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-height: 350px;
  }
	.banner-section {
    padding: 0 !important;
    margin: 0;
    min-height: 350px;
    background-color: 
    #FDF5E6;
}
	.hero-item h2 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 14px;
  top: 50px;
}
	.intro_images
	{
		height: calc(100vw - 70px);
	}
	.intro_img
	{
		width: 60%;
	}
	.intro_2 {
    bottom: 50px;
    right: 80px;
}
	.intro_3 {
    top: 101px;
    left: 20px;
    box-shadow: 0px 23px 35px rgba(4, 4, 4, 0.54);
}

  /*********************** *********Inner Pages Style  ******************************/
  .page-header {
    padding: 0 !important;
    margin: 0;
  }
	.page-header {
	background-size: cover;
	 background-attachment: scroll;
}
	.page-banner {
    min-height: 250px;
}
  .page-banner .banner-title {
    font-size: 32px;
    line-height: 40px;
  }
  .page-content {
    padding-top: 25px !important;
	  padding-bottom: 60px;
  }
   
  #footer .list-inline {
    text-align: center !important;
  }
  #footer .social-media.text-right {
    text-align: center !important;
  }
  .footer-links .text-left, .footer-links .text-right {
    text-align: center !important;
  }
  .footer-links {
    min-height: 80px;
    padding: 50px 0 !important;
  }
  .footer-rights {
    min-height: 5px;
    padding: 5px 0 !important;
  }

}