/**
 * Responsive CSS
*/

@media screen and (max-width:1649px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
}

@media screen and (max-width:1579px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -5px;
  }
}

@media screen and (max-width:1540px) {
  .blog-detail-info {
    padding: 35px 50px;
  }
  .list-main-info {
    padding-left: 25px;
  }
}

@media screen and (max-width:1399px) {
  .about-navigation ul li a {
    padding: 8px 20px;
  }
  .footer-inner {
    padding: 30px 15px 0;
  }
  .copyright {
    padding: 18px 15px;
  }
  .footer-socials a {
    margin: 0 10px 20px 0;
  }
  .footer-links ul li {
    padding-right: 18px;
  }
}

@media screen and (max-width:1199px) {
  .blog-details-image img {
    height: 440px;
  }
  .about-navigation .footer-socials {
    padding-top: 15px;
  }
  .about-navigation .about-buttons-wrap {
      padding-top: 10px;
  }
  .about-buttons-wrap .dropdown {
    display: inline-block;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  .footer-links {
    padding: 10px 0;
  }
  .newsletter-btn {
    margin: 15px 0 0;
  }
  footer .newsletter-form {
    display: block;
  }
  .footer-socials a {
    margin: 0 20px 20px 0;
  }
  .contact-info {
    padding: 20px;
  }
  .about-navigation .footer-socials {
    display: block;
  }
  .mtf-toggle {
    display: inline-block;
  }
  .about-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 13px 20px;
    background: #fff;
    overflow: auto;
    opacity: 0;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 4;
  }
  .about-navigation.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-navigation ul li {
    padding: 0;
    display: block;
  }
  .about-navigation ul li a {
    display: block;
    padding: 15px 0;
    color: #474747;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .about-navigation ul li .active {
    padding: 15px 0;
    color: #ff9f00;
    border-bottom-color: #ff9f00;
    background-color: transparent;
    border-radius: 0;
  }
  .list-item-info h2 {
    font-size: 28px;
  }
  .list-main-image img {
    height: 500px;
  }
  .list-item-image img {
    height: 300px;
  }
  .related-post {
    padding: 0 0 10px;
    border-left: none;
  }
  .related-post {
    padding-top: 30px;
  }
  .list-main-info {
    padding-left: 0;
    padding-right: 15px;
  }
  .blog-list-main .owl-dots {
    left: 60%;
    bottom: 20px;
  }
  .blog-list-item {
    margin-bottom: 30px;
  }
  .blog-detail-info {
    padding: 30px 20px;
  }
  .col-half {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .gallery-main-image {
    height: 200px;
  }
  .gallery-categories {
    height: auto;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .drizzle-contact-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width:991px) {
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  	line-height: 30px;
  }
  .footer-info {
    justify-content: start;
  }
  .about-header:before {
    height: 120px;
    background-position: 50% -10px;
  }
  .list-item-info h2 {
    font-size: 25px;
  }
  .blog-details-inner ol, .blog-details-inner ul {
    font-size: 16px;
    line-height: 30px;
  }
  .list-main-image img {
    height: 400px;
    width: 100% !important;
  }
  .list-main-info {
    padding: 30px 25px 50px;
  }
  .blog-list-main .owl-dots {
    left: 0;
    right: 0;
  }
  .c2o-blog-details {
    padding: 30px 0 0;
  }
  .c2o-contact.theme-light-bg {
    padding: 40px 0 15px;
  }
  .blog-details-image img {
    width: 100%;
    height: 400px;
  }
  .list-item-info {
    padding-left: 0;
  }
  .blog-categorys-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog-details-image img {
    height: 280px;
  }
}

@media screen and (max-width:767px) {
  .footer-links {
    padding-bottom: 15px;
  }
  .gallery-modal .btn-close, .home-gallery .btn-close {
    right: 10px;
    top: 10px;
  }
  .gallery-modal .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .gallery-modal .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .secondary-btn {
    min-width: 120px;
	padding: 10px 15px;
  }
  .tooltip-inner {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
  }
  .no-deta-inner.no-data-inner-blog {
    top: 50%;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .no-deta-inner img {
    width: 150px;
  }
  .copyright {
    text-align: center;
    line-height: 30px;
  }
  .c2o-contact {
    padding-top: 40px;
  }
  .drizzle-contact-thankyou {
    padding: 40px 20px;
    height: 500px;
  }
  .drizzle-contact-thankyou > img {
    width: 170px;
  }
  .drizzle-contact-thankyou h2 {
    font-size: 28px;
    padding: 20px 0 5px;
  }
  .drizzle-contact-right {
    padding: 20px 15px;
  }
  .drizzle-contact-right h3 {
    font-size: 35px;
  }
  .drizzle-contact-right p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 15px;
  }
  .drizzle-contact-right img {
    width: 100px;
  }
  .blog-categorys-text a {
    font-size: 14px;
    margin-right: 15px;
  }
  .list-item-info h2 {
    font-size: 24px;
  }
  .about-header {
    padding: 11px 15px;
  }
  .footer-socials br {
    display: none;
  }
  .c2o-blog {
    padding: 40px 0 20px;
  }
  .blog-list-item {
    margin-bottom: 30px;
  }
  .list-main-image img {
    height: 300px;
  }
  .list-item-image img {
    height: 250px;
  }
  .list-item-info {
    padding-top: 15px;
  }
  .blog-detail-info {
    padding: 25px 20px;
  }
  .move-arrow {
    margin-top: 10px;
  }
  .blog-details {
    padding: 10px 0;
  }
  .gallery-main-item {
    padding: 30px 0;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 19px;
    height: 41px;
    background-size: 19px auto;
  }
  .gallery-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width:575px) {
  .c2o-contact.theme-light-bg {
    padding: 30px 0 15px;
  }
  .about-brand .logo img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .about-brand .logo span {
    font-size: 17px;
  }
  .newsletter-btn {
    min-width: 100%;
  }
  .big-image {
    height: 345px;
  }
  .gallery-main-image {
    width: 100% !important;
  }
  .drizzle-contact-wrap {
    max-width: none;
  }
}

@media screen and (max-width:479px) {
  header .about-buttons-wrap .dropdown-toggle:after {
    margin-left: 5px !important;
  }
  .about-navigation .about-buttons-wrap .header-btn {
    padding: 8px 15px;
    min-width: 150px;
  }
  .blog-subscribe h2 {
    font-size: 22px;
  }
  .subscribe-form {
    display: block;
    padding: 5px 0 20px;
  }
  .subscribe-form .btn {
    width: 100%;
    margin: 15px 0 0;
  }
  .no-deta-inner img {
    width: 100px;
  }
  .no-deta-inner h3 {
    font-size: 18px;
    padding: 10px 0 0;
  }
  .list-item-info h2 {
    font-size: 22px;
  }
  .about-brand .logo img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .about-brand .logo span {
    font-size: 12px;
    margin-left: 10px;
  }
  p {
    font-size: 15px;
    line-height: 28px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
    line-height: 28px;
  }
  h6 {
    font-size: 14px;
  }
  .footer-links ul li {
    padding-right: 30px;
  }
  .contact-info {
    padding: 20px 15px;
  }
  .contact-info .normal-btn {
    min-width: 100%;
  }
  .drizzle-contact-thankyou {
    height: 400px;
  }
  .drizzle-contact-thankyou p br {
    display: none;
  }
  .social-title {
    display: none;
  }
  .footer-socials a {
    margin: 0 15px 15px 0;
  }
  .about-buttons-wrap .header-btn {
    padding: 6px 10px;
    min-width: 100px;
    font-size: 14px;
  }
  .about-buttons-wrap .header-btn i {
    line-height: 20px;
  }
  .mtf-toggle {
    margin-left: 8px;
    width: 40px;
    height: 32px;
    padding: 8px;
  }
  .list-main-info {
    padding: 20px 15px 50px;
  }
  .list-main-info p {
    margin-bottom: 0;
  }
  .blog-details-image img {
    height: 250px;
  }
  .blog-details-inner {
    padding-top: 0;
  }
  .related-post-image img {
    width: 100px;
    height: 90px;
  }
  .related-post-item {
    margin-bottom: 25px;
  }
  .related-post {
    padding-top: 10px;
  }
  .related-post-tags {
    padding-bottom: 10px;
  }
  .blog-detail-info {
    padding: 20px 15px;
  }
  .related-post-tags a {
    font-size: 12px;
  }
  .blog-details-image img {
    height: 230px;
  }
  .drizzle-contact-wrap form {
    padding: 13px;
  }
  .normal-btn {
    min-width: 150px;
  }
}

@media screen and (max-width:359px) {
  h2 {
    font-size: 22px;
  }
  .about-navigation .footer-socials a img {
    width: 32px;
  }
  .about-brand .logo span {
    font-size: 13px;
    margin-left: 6px;
    max-width: 80px;
    line-height: 16px;
  }
  .about-navigation {
    padding: 10px 15px;
    width: 260px;
  }
}

@media screen and (min-width:320px) {
  .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
  }
  .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fff;
  }
  .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #fff;
  }
  .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #fff;
  }
}