@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1260px;
}
}

/* lg */
@media (max-width: 1600px) {
  .logo {
    max-width: 250px;
  }
  #service-area .card-body {
    padding: 25px 25px;
  }
    #service-area .card {
  margin-bottom: 30px;
  min-height: 500px;
  border: none;
  border-radius: 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
}
/* lg */
@media (max-width: 1200px) {
  .logo {
    max-width: 250px;
  }
        #service-area .card {
  margin-bottom: 30px;
  min-height: 400px;
  border: none;
  border-radius: 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
  #service-area .card-body {
    padding: 25px 15px;
  }
}
@media (min-width: 1199px) and (max-width: 1920px) {
  .dropdown .dropdown-menu {
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    max-width: 200px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
  }

  #footer {
    font-size: 13px;
  }
}
/******************************************* sm ****************************************************/
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .navbar-nav li:not(:last-child):after {
    content: '';
    position: relative;
    display: block;
    padding-right: 8px;
    border-bottom: solid 1px rgba(173,122,43,0.2);
  }
  .page-banner .section-title {
    font-size: 36px;
    line-height: 46px;
  }
	#about .card.border-r-r {
	border-top-right-radius: 0px!important;
}
}
/******************************************** xs *********************************************************/
@media (max-width: 768px) {
  
	section, footer {
    padding: 60px 0;
}
	.logo {
    margin: 0;
    max-width: 200px;
  }
  .table td {
    font-size: 16px;
  }

  .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-height: 500px;
  }
  .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: 32px;
  }
	.hero-slider3 .owl-nav button.owl-prev, .hero-slider3 .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    font-size: 32px;
  }
	.hero-slider4 .owl-nav button.owl-prev, .hero-slider4 .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    font-size: 32px;
  }
  .hero-item h2 {
    font-size: 36px;
    line-height: 40px;
  }
	
.page-banner .title {
  margin-bottom: 0px;
}
#about {
    position: relative;
    background-image: url("../images/home/welcome.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

	
 .footer-rights {
    min-height: 5px;
    padding: 5px 0;
  }
	.footer-rights .text-right {
text-align: left!important;
}
	

}
/**************************************** XS Portrait **********************************/
@media (max-width: 480px) {

  #header {
    margin-bottom: 0px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
    font-weight: 400;
  }
  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: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 18px;
  }
  p {
 	font-size: 15px;
  }
  .h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .logo {
    margin: 0;
    max-width: 120px;
  }
.product-block .card {
  padding: 15px;
}
#about {
    position: relative;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
}
  /*********************** *********Inner Pages Style  ******************************/
  .page-header {
    padding: 0 !important;
    margin: 0;
  }
  .page-banner .section-title {
    font-size: 32px;
    line-height: 36px;
  }
  .page-content {
    padding: 0px;
	  padding-top: 30px;
	  padding-bottom: 30px;
  }
  #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: 80px;
    padding: 5px 0 !important;
  }
}