/* Ultra Midium Layout: 1600px. */
@media only screen and (min-width: 1368px) and (max-width: 1600px) {}
/* Medium Layout: 1367px. */
@media only screen and (min-width: 1200px) and (max-width: 1367px) {}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media(max-width: 1200px) {
  header .nav .nav-link {
    font-size: 14px;
  }
  .navbar-brand img {
    max-width: 220px;
  }
}
@media(max-width: 1024px) {
  header .nav .nav-link {
    font-size: 12px;
    padding: .5rem 0.5rem
  }
  .navbar-brand img {
    max-width: 175px;
  }
}
@media(max-width: 992px) {
  .dn-content .dn-head {
    font-size: 12px;
  }
  .dn-content .dn-body {
    font-size: 12px;
  }
  .detail-list .dl-list ul li {
    width: 50%
  }
  .container {
    max-width: 95%;
  }
}
@media(max-width: 767px) {
	.nav-pages header .login-btn{    bottom: -49px;}
  .form-content, .detail-sec {
    padding: 1.5em 0
  }
  .detail-list .dl-list {
    padding: 0 5px
  }
  .form-sec, .detail-news, .dn-list {
    margin: 0 0 18px;
  }
  .slider_sec .carousel-item img {
    max-height: 330px;
    min-height: 330px;
  }
  header .nav .nav-link {
    border-bottom: 1px solid #f8f8f8;
    color: #000;
    background: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
  }
  header .nav .active .nav-link {
    border-right: 5px solid #fe733c;
    color: #fe733c;
  }
  nav ul.nav li.nav-mobile {
    background: #fe733c;
    color: #fff;
    display: flex !important;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
  }
  nav ul.nav.w-menu {
    right: 0;
  }
  nav ul.nav {
    position: fixed;
    background: #fff;
    height: 100vh;
    right: -300px;
    top: 0;
    z-index: 9;
    display: block;
    max-width: 270px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mobile-toggle {
    position: relative;
    left: 0px;
  }
  .mobile-toggle, .nav-mobile {
    display: block !important;
    /* border: 1px solid #7f4297; */
    border-radius: 5px;
    padding: 2px 11px;
    font-size: 25px;
    color: #fe733c;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	 main.inner-page {
    margin-top: calc(110px - 42px);
  }
  .about-page .item.active::after {
    transform: rotate(90deg);
  }
  .about-page .item::after {
    transform: rotate(-90deg);
  }
  .about-page .item::after {
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -48px -39px;
    display: inline-block;
    width: 11px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 17px;
  }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {}
@media only screen and (max-width: 767px) {
	.contact-text{margin-top:30px;}
  .page-content {
    padding: 20px 0;
  }
  .about-page .item.active .item-content {
    padding: 1em 0;
  }
  .item-content p {
    padding: 0;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 18px;
  }
  .item-content p:before {
    display: none;
  }
 
  .inner-page-title h1 {
    margin: 28px 0 0;
  }
  /*--abous-page-end--*/
  .service-heading p {
    margin-bottom: 40px;
  }
  header .login-btn {
    display: flex
  }
  footer .copyright p {
    font-size: 14px;
  }
  header {
    padding: 12px 0;
  }
  .news-sec h2 {
    font-size: 32px;
  }
  .services-sec {
    padding: 40px 0;
  }
  .service-heading p {
    font-size: 15px;
  }
  .service-heading h2 {
    font-size: 28px;
  }
  .services-sec .service-content p {
    font-size: 14px;
  }
  .services-sec .service-content .h4 {
    font-size: 20px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  footer ul li a {
    font-size: 13px
  }
  footer .foot-head {
    margin: 0 0 10px;
    font-size: 18px;
  }
  footer .form-group {
    max-width: 100%;
  }
  .testimonial {
    padding: 40px 0;
  }
  .testimonial .test-heading p {
    margin: 0 0 10px;
  }
  .share-icons {
    position: relative;
    left: -22px;
  }
  .hero-text h2 {
    font-size: 38px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .hero-text {
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    bottom: 0;
    text-align: center;
    width: 95%;
  }
  .hero-text .hero-btn-group a {
    height: 42px;
    width: 120px;
    font-size: 16px;
    line-height: 42px;
  }
  .hero-text .hero-btn-group a:first-child {
    margin-left: 2px;
  }
  .hero-text p {
    font-size: 14px;
  }
  .hero-section {
    background-position: 58%;
    height: 470px;
  }
  .hero-section .container {
    position: static !important
  }
  footer img {
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    width: 100%;
  }
  footer {
    padding: 48px 0 0;
  }
  footer a.foot-logo {
    display: block;
    text-align: center
  }
  .owl-carousel.test-carousel .owl-nav {
    position: static;
    transform: none;
    max-width: 146px;
    margin: auto;
  }
  .owl-carousel.test-carousel .owl-nav > div {
    position: static
  }
  .news-container h3 {
    font-size: 15px;
  }
  .news-container p {
    font-size: 14px;
  }
  .news-list {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
  .news-sec .news-list .news-item {
    flex: 0 0 95%;
  }
  .news-item:after {
    transform: translateX(1.3em);
    display: none
  }
  .news-sec .news-container {
    max-width: 300px;
  }
}
/* Small Mobile Layout: 480px. */
@media (max-width: 480px) {
	header .login-btn a{font-size: 11px;}
}
/*big from small mobile, small from wide mobile*/
@media (max-width: 338px) {header .login-btn a{font-size: 10px;}
.share-icons {
    position: relative;
    left: -5px;
}
}