/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .default-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title span {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .top-header .header-left-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .top-header .header-left-content li {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
  .top-header .header-right-content {
    padding-right: 0;
    float: unset;
    text-align: center;
  }
  .top-header .header-right-content li {
    padding-right: 0;
  }
  .top-header .pl-0 {
    padding-left: 15px !important;
  }
  .top-header .pr-0 {
    padding-left: 15px !important;
  }
  .hero-slider-area .owl-prev {
    -webkit-transform: translateY(217px);
            transform: translateY(217px);
    left: 20px;
  }
  .hero-slider-area .owl-prev i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .hero-slider-area .owl-next {
    -webkit-transform: translateY(217px);
            transform: translateY(217px);
    right: 20px;
  }
  .hero-slider-area .owl-next i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .hero-slider-item {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .hero-slider-content h1 {
    font-size: 25px;
  }
  
  .hero-slider-content p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .who-we-are-img img {
    width: 100%;
  }
  .who-we-are-content {
    text-align: center;
  }
  .who-we-are-content .top-title {
    font-size: 14px;
  }
  .who-we-are-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .who-we-are-content p {
    margin-bottom: 30px;
  }
  .who-we-are-content .single-who-we-are {
    margin-top: 0;
  }
  .who-we-are-content .single-who-we-are i {
    margin-bottom: 20px;
  }
  .who-we-are-content .single-who-we-are h3 {
    margin-bottom: 15px;
  }
  .who-we-are-content .single-who-we-are p {
    margin-bottom: 15px;
  }
  .single-feathers {
    padding-left: 0;
    text-align: center;
  }
  .single-feathers i {
    position: unset;
    margin-bottom: 20px;
    display: block;
    font-size: 50px;
  }
  .single-feathers h3 {
    font-size: 20px;
  }
  .testimonials-area .testimonials-slider .row {
    margin-right: auto;
  }
  .testimonials-area .testimonials-slider.owl-theme .owl-nav {
    bottom: -50px;
    left: 0;
    right: 0;
  }
  .testimonials-area .testimonials-slider.owl-theme .owl-nav i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .testimonials-area .testimonials-left-img {
    display: none;
  }
  .testimonials-area .owl-carousel .owl-item img {
    width: unset;
    margin: 0 auto 15px;
  }
  .testimonials-content {
    text-align: center;
  }
  .testimonials-content .testimonials-name {
    padding-left: 0;
  }
  .testimonials-content .testimonials-name i {
    position: unset;
    margin-bottom: 15px;
    display: block;
  }
  .testimonials-content p {
    margin-bottom: 20px;
  }
  .single-footer-widget h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .footer-bottom-area p {
    text-align: center;
  }
  .footer-bottom-area .footer-bottom-menu {
    float: unset;
    text-align: center;
    margin-top: 10px;
  }
  .hero-slider-area.hero-slider-two .hero-slider-content img {
    margin: 0 auto 20px;
  }
  /* .hero-slider-area.hero-slider-two .hero-slider-content p {
    font-size: 16px;
  } */
  .hero-slider-area.hero-slider-two .hero-slider-item {
    height: 100%;
    padding-top: 238px;
    padding-bottom: 100px;
  }
  .hero-slider-area.hero-slider-two.owl-theme .owl-dots {
    bottom: 50px;
  }
  .single-team-member .team-content {
    margin-left: 0;
  }
  .banner-area {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 90px;
  }
  .banner-area .banner-content h1 {
    font-size: 29px;
    line-height: 1.3;
  }
  .terms-conditions .title h2 {
    font-size: 30px;
  }
  .main-contact-area .contact-wrap .form-group {
    margin-bottom: 20px;
  }
  .main-contact-area .contact-info .address .location {
    padding-left: 40px;
  }
  .main-contact-area .contact-info .address .location i {
    font-size: 30px;
  }
  .main-contact-area .contact-info .address li {
    padding-left: 40px;
  }
  .main-contact-area .contact-info .address li i {
    font-size: 30px;
  }
  .main-contact-area .contact-info {
    padding: 20px;
  }
  h3 {
    font-size: 20px;
  }
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header .header-left-content {
    padding-left: 0 !important;
    text-align: left;
    margin-bottom: 0;
  }
  .top-header .header-left-content li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
  }
  .top-header .header-left-content li i {
    margin-right: 5px;
  }
  .top-header .header-right-content {
    padding-right: 0;
    float: right;
    text-align: right;
  }
  .top-header .pl-0 {
    padding-left: 15px !important;
  }
  .top-header .pr-0 {
    padding-left: 15px !important;
  }
  .hero-slider-area .container-fluid {
    max-width: 540px;
  }
  .showing-result-count {
    margin-bottom: 0;
  }
}



/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .default-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title span {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .hero-slider-area .container-fluid {
    max-width: 540px;
  }
  .hero-slider-area .owl-prev {
    left: 20px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .hero-slider-area .owl-prev i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .hero-slider-area .owl-next {
    right: 20px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .hero-slider-area .owl-next i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .hero-slider-item {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .hero-slider-content h1 {
    font-size: 30px;
  }
  .hero-slider-content div span {
    font-size: 39px;
  }
  .hero-slider-content p {
    margin-bottom: 25px;
  }
  .who-we-are-img img {
    width: 100%;
  }
  .who-we-are-content {
    text-align: center;
  }
  .who-we-are-content .top-title {
    font-size: 14px;
  }
  .who-we-are-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .who-we-are-content p {
    margin-bottom: 30px;
  }
  .who-we-are-content .single-who-we-are {
    margin-top: 0;
  }
  .who-we-are-content .single-who-we-are i {
    margin-bottom: 20px;
  }
  .who-we-are-content .single-who-we-are h3 {
    margin-bottom: 15px;
  }
  .who-we-are-content .single-who-we-are p {
    margin-bottom: 15px;
  }
  .single-feathers {
    padding-left: 0;
    text-align: center;
  }
  .single-feathers i {
    position: unset;
    margin-bottom: 20px;
    display: block;
    font-size: 50px;
  }
  .single-feathers h3 {
    font-size: 20px;
  }

  .testimonials-area .testimonials-slider .row {
    margin-right: auto;
  }
  .testimonials-area .testimonials-slider.owl-theme .owl-nav {
    bottom: -50px;
    left: 0;
    right: 0;
  }
  .testimonials-area .testimonials-slider.owl-theme .owl-nav i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .testimonials-area .testimonials-left-img {
    display: none;
  }
  .testimonials-area .owl-carousel .owl-item img {
    width: unset;
    margin: 0 auto 15px;
  }
  .testimonials-content {
    text-align: center;
  }
  .testimonials-content .testimonials-name {
    padding-left: 0;
  }
  .testimonials-content .testimonials-name i {
    position: unset;
    margin-bottom: 15px;
    display: block;
  }
  .testimonials-content p {
    margin-bottom: 20px;
  }
  .single-footer-widget h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .footer-bottom-area p {
    text-align: center;
  }
  .footer-bottom-area .footer-bottom-menu {
    float: unset;
    text-align: center;
    margin-top: 10px;
  }
  .hero-slider-area.hero-slider-two .hero-slider-content img {
    margin: 0 auto 20px;
  }
  .hero-slider-area.hero-slider-two .hero-slider-content p {
    font-size: 16px;
  }
  .hero-slider-area.hero-slider-two .hero-slider-item {
    height: 100%;
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .hero-slider-area.hero-slider-two.owl-theme .owl-dots {
    bottom: 70px;
  }
  .single-team-member .team-content {
    margin-left: 0;
  }
  .banner-area {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .banner-area .banner-content h1 {
    font-size: 35px;
  }

  .page-title-area {
    padding-top: 217px;
    padding-bottom: 100px;
  }
  .page-title-area .page-title-content h2 {
    font-size: 40px;
  }
  .page-title-area .page-title-content ul li {
    font-size: 15px;
  }
  .main-contact-area .contact-wrap .form-group {
    margin-bottom: 20px;
  }
  .map-area {
    margin-top: 50px;
  }
  .main-contact-area .contact-info .address .location {
    padding-left: 40px;
  }
  .main-contact-area .contact-info .address .location i {
    font-size: 30px;
  }
  .main-contact-area .contact-info .address li {
    padding-left: 40px;
  }
  .main-contact-area .contact-info .address li i {
    font-size: 30px;
  }
  .main-contact-area .contact-info {
    padding: 30px;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav.ml-auto {
    margin-right: auto;
  }
  .single-feathers h3 {
    font-size: 21px;
  }
  .testimonials-all-content .testimonials-left-img {
    display: none;
  }
  .single-team-member .team-content {
    margin-left: 0;
  }
  .who-we-are-content .single-who-we-are h3 {
    font-size: 22px;
  }
  
  .banner-area .banner-content h1 {
    font-size: 65px;
  }
  .single-who-we-are h3 {
    font-size: 21px;
  }
  .single-team-member .team-content {
    padding: 20px;
  }
  .single-team-member .team-content .team-social .control {
    right: 20px;
  }
  .single-team-member .team-content .team-social ul {
    right: 20px;
  }
}

/* Max width 1700px */
@media only screen and (min-width: 1700px) {
  .navbar-area .main-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .top-header .header-left-content {
    padding-left: 0;
  }
  .top-header .header-right-content {
    padding-right: 0;
  }
  .hero-slider-area .border-text {
    top: 300px;
  }
  .hero-slider-area.hero-slider-two .hero-slider-item {
    height: 100vh;
  }
  .hero-slider-area.hero-slider-two .hero-slider-content {
    margin-top: 130px;
  }
  .banner-area {
    height: 100vh;
  }
  .banner-area .banner-content {
    margin: 130px auto 0;
  }
}

/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    top: 0 !important;
    width: 110px;
  }
  .mobile-nav nav .navbar-nav {
    height: 300px;
    overflow-y: scroll !important;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
            height: 110px !important;
    padding: 0;
  }
  .mean-container .mean-nav {
    margin-top: 111px !important;
  }
  .mean-container .mean-nav ul li a:hover {
    color: var(--main-color);
  }
  .mean-container .mean-nav ul li a.active {
    color: var(--main-color);
  }
  .mean-container a.meanmenu-reveal {
    padding: 45px 15px 0 15px!important;
    color: #272b2b;
    right: 0!important;
  }
  
  .mean-container a.meanmenu-reveal span {
    background-color: #272b2b;
    position: relative;
    top: 8px;
    margin-top: -5px;
  }
  .main-nav {
    display: none !important;
  }
  .sidebar-modal .sidebar-modal-inner {
    width: 320px;
    padding: 20px;
  }
  .top-header .header-left-content {
    padding-left: 15px;
  }
  .top-header .header-right-content {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
}

/*
Continuer Custom Width Area Style*/
@media only screen and (min-width: 1200px) {
  .container-fluid {
    max-width: 1470px;
  }
}
/*# sourceMappingURL=responsive.css.map */