/* xl */
@media (min-width: 1199px) and (max-width: 1920px) {
  #navbarNavDropdown .dropdown-menu {
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
  }
  .team .card {
    margin-bottom: 30px;
    min-height: 800px;
  }
  .logo {
    max-width: 150px;
  }
}
@media (min-width: 1920px) {
  .container {
    min-width: 1200px !important;
  }
}
/* lg */
@media (min-width: 1200px) {
  .logo2 {
    max-width: 250px;
  }
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .logo {
    max-width: 130px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    max-width: 130px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
  }
  .images-block2 figcaption {
    padding: 40px 10px 10px 30px;
    position: absolute;
    top: auto;
    bottom: 20px;
  }
  .images-block2 figcaption h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .display-5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  #footer {
    font-size: 13px;
  }
  .team .card {
    margin-bottom: 30px;
    min-height: 800px;
  }
}
/******************************************* sm ****************************************************/
@media (max-width: 991px) {
  h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
		.divider {
	margin: 60px 15px 40px 15px;
}
  .logo {
    margin: 0;
    max-width: 130px;
  }
  .display-5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  .sub_header {
    padding: 5px 0 0 0;
    max-width: 1200px;
    margin-bottom: 1px;
    position: relative;
  }
  .contact-button {
    position: relative !important;
    left: auto;
    right: auto;
    top: 0;
    margin-bottom: 15px;
  }
  .navbar-nav {
    min-height: 40px;
    margin-top: 5px;
  }
  .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);
  }
  .navbar-nav > li {
    border-right: 0px none;
  }
  #banner {
    overflow: hidden;
    background-color: #FFF;
    min-height: 250px;
  }

  .images-block2 figcaption {
    padding: 40px 10px 10px 30px;
    position: absolute;
    top: auto;
    bottom: 20px;
  }
  .images-block2 figcaption h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .section-title:before, .page-banner .section-title:before {
    display: none;
    background-image: none;
    margin-right: 1px;
  }
  .section-title:after, .page-banner .section-title:after {
    display: none;
    background-image: none;
    margin-left: 1px;
  }
  .about-title, .section-title {
    margin-bottom: 0 !important;
  }
  #about {}
  .page-banner .section-title {
    font-size: 40px;
    line-height: 46px;
  }
  .services-title-block .display-5 {
    font-size: 22px !important;
    line-height: 32px;
    color: #d2d2d2 !important;
    font-weight: 400;
  }
  .contact-title {
    font-size: 22px;
    line-height: 32px;
  }
  #destination .images-block2 figcaption h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #footer {
    padding-bottom: 100px;
  }
  #footer .social-media {
    margin-top: 30px
  }
  #footer .social-media {
    margin-top: 30px
  }
}
/******************************************** xs *********************************************************/
@media (max-width: 768px) {
		body {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
  .display-5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
		.divider {
	margin: 60px 15px 40px 15px;
}
  .logo {
    margin: 0;
    max-width: 130px;
  }
    
      .mycard .card-body {
        padding: .45rem;
      }
      .mycard .card {
          border: 0px solid #fff;
          box-shadow: 0 0 2px rgba(0,0,0,0.2);
      }
      .mycard h5 {
        font-size: 17px;
        font-weight: normal;
        margin-bottom: 10px;
      }
      .mycard .card-img-top {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }    
  .table td {
    font-size: 16px;
  }
  #banner {
    overflow: hidden;
    background-color: #FFF;
    min-height: 200px;
  }
  .images-block2 figcaption {
    padding: 40px 10px 10px 30px;
    position: absolute;
    top: auto;
    bottom: 20px;
  }
  .images-block2 figcaption h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #destination .images-block2 figcaption h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #footer {
    padding-bottom: 50px;
  }
  .contact-title {
    font-size: 18px;
    line-height: 26px;
  }
  #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;
  }
  #footer .social-media {
    margin-top: 30px
  }
  .footer-rights .text-right {
    text-align: left !important;
  }
}
/**************************************** XS Portrait **********************************/
@media (max-width: 480px) {
	body {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
  .display-5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  section {
    padding: 55px 0 !important;
  }
  #header {
    margin-bottom: 0px;
  }
  h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 25px;
  }
  h5 {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 22px;
  }
  h6 {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 18px;
  }
  p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
  }
    .i-gallery p {
    font-family: 'Philosopher', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0;
    padding: 5px 15px;
    text-align: center;
}
      .mycard .card-body {
        padding: .25rem;
      }
      .mycard .card {
         border: 0px solid #fff;
          box-shadow: 0 0 2px rgba(0,0,0,0.2);
      }
      .mycard h5 {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 6px;
      }
      .mycard .card-img-top {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }
	.divider {
	margin: 60px 15px 40px 15px;
}
  .logo {
    margin: 0;
    max-width: 130px;
  }
  .sub_header {
    padding: 5px 0;
  }
  .contact-button .btn {
    font-size: 12px;
    padding: 0.3rem 0.4rem;
  }
  .contact-button .fa, .contact-button .fas {
    margin-right: 3px !important;
  }
  #banner {
    min-height: 100%;
  }

  .img-bordered::before {
    z-index: 1;
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    opacity: .4;
  }
.images-block2 figcaption {
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  bottom: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  opacity: 1;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
  .images-block2 figcaption h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .text-xl {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 700;
  }
  .feature-wrapper {
    min-height: 100px;
  }
  .services-title-block .display-5 {
    font-size: 22px !important;
    line-height: 36px;
    color: #d2d2d2 !important;
    font-weight: 400;
  }
  /*********************** *********Inner Pages Style  ******************************/
  .page-header {
    padding: 30px 0 !important;
    margin: 0;
  }
  .page-banner .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .page-content {
    padding: 25px;
  }
  #destination .images-block2 figcaption h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #footer {
    padding-bottom: 50px;
  }
  .contact-title {
    font-size: 18px;
    line-height: 26px;
  }
  #footer .list-inline {
    text-align: center !important;
  }
  #footer .social-media {
    margin-top: 30px
  }
  #footer .social-media.text-right {
    text-align: center !important;
  }
  .footer-links .text-left, .footer-links .text-right {
    text-align: center !important;
    font-size: 13px !important;
  }
  .footer-links {
    min-height: 80px;
  }
  .footer-rights {
    min-height: 5px;
    padding: 5px 0 !important;
  }
  .footer-rights, .footer-rights p, .footer-rights a {
    font-size: 13px !important;
  }
  .footer-rights .text-right {
    text-align: left !important;
  }
}