/* Max width 767px */
@media only screen and (max-width: 767px) {
  .navbar-area .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-area .navbar .navbar-nav {
    max-height: 70vh;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    padding-top: 10px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .navbar-area .navbar .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .navbar-area .navbar .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .navbar-area .navbar .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .navbar-area .navbar .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-area .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .navbar-area .navbar .navbar-nav .nav-item:nth-child(1) a {
    margin-left: 15px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
    left: 15px;
    position: relative;
    top: 0;
    width: 90%;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 15px;
    position: relative;
    top: 0;
    width: 90%;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .navbar-area .navbar .others-options {
    margin-left: 0;
    position: absolute;
    top: 15px;
    right: 75px;
  }
  .navbar-area .navbar .others-options .burger-menu {
    margin-left: 15px;
  }
  .navbar-area .navbar .container {
    position: relative;
  }
  .navbar-area.navbar-two .navbar .others-options {
    top: 10px;
  }
  .navbar-area.navbar-two .navbar .others-options .default-btn {
    margin-left: 10px;
    padding: 8px 10px;
    font-size: 11px;
  }
  .sidebar-modal .sidebar-modal-inner {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-modal .sidebar-about-area {
    margin-bottom: 20px;
  }
  .sidebar-modal .sidebar-about-area .title h2 {
    font-size: 20px;
  }
  .sidebar-modal .sidebar-contact-feed {
    margin-bottom: 30px;
  }
  .sidebar-modal .sidebar-contact-feed h2 {
    font-size: 20px;
  }
  .sidebar-modal .sidebar-contact-feed .contact-form {
    padding: 20px;
  }
  .sidebar-modal .sidebar-contact-feed .contact-form .send-btn {
    margin-top: 0;
  }
  .search-overlay.search-popup {
    width: 270px;
    right: -113px;
    z-index: 99;
  }
  .mean-container .mean-bar {
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 72px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  p {
    font-size: 14px;
  }
  .pr-0, .px-0 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .home-sliders .home-item {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .home-sliders .home-item .main-banner-content {
    text-align: center;
  }
  .home-sliders .home-item .main-banner-content h1 {
    font-size: 30px;
  }
  .home-sliders .banner-image {
    position: relative;
    top: 30px;
  }
  .home-sliders .banner-image .banner-img {
    top: 0;
  }
  .features-content h3 {
    font-size: 20px;
  }
  .creative-content h3 {
    font-size: 25px;
  }
  .creative-image {
    margin-top: 30px;
    height: 300px;
  }
  .skill-bar .progress-title {
    font-size: 15px;
  }
  .creative-video {
    bottom: 110px;
  }
  .single-services {
    padding: 20px;
  }
  .single-services h3 {
    font-size: 20px;
    margin: 20px 0 8px 0;
  }
  .single-services .read-btn {
    font-size: 13px;
  }
  .single-services .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .development-text {
    margin-top: 30px;
  }
  .development-text h3 {
    font-size: 23px;
  }
  .development-content {
    padding-left: 70px;
  }
  .development-content h3 {
    font-size: 18px;
  }
  .development-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .video-section {
    height: 250px;
  }
  .video-content .video-btn {
    width: 60px;
    height: 60px;
    line-height: 70px;
  }
  .choose-content {
    padding: 20px 40px 20px 100px;
    margin-top: 30px;
  }
  .choose-content:first-child {
    margin-top: 0;
  }
  .choose-content h3 {
    font-size: 17px;
  }
  .choose-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .choose-image {
    margin-top: 30px;
  }
  .clients-slider .clients-item .clients-content h3 {
    font-size: 20px;
  }
  .single-projects .projects-content h3 {
    font-size: 20px;
  }
  .single-blog .content h3 {
    font-size: 20px;
  }
  .single-blog .image {
    margin-bottom: 0;
  }
  .subscribe-area {
    margin-bottom: 30px;
  }
  .subscribe-area .subscribe-content {
    margin-bottom: 20px;
  }
  .subscribe-area .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
  }
  .single-footer-widget .footer-heading {
    margin-bottom: 10px;
  }
  .single-footer-widget .footer-quick-links li {
    font-size: 13px;
  }
  .single-footer-widget .footer-info-contact {
    padding-left: 30px;
  }
  .single-footer-widget .footer-info-contact h3 {
    font-size: 16px;
  }
  .single-footer-widget .footer-info-contact span {
    font-size: 14px;
  }
  .single-footer-widget .footer-info-contact i {
    font-size: 20px;
  }
  .copyright-area {
    text-align: center;
  }
  .copyright-area .copyright-area-content p {
    margin-bottom: 10px;
  }
  .copyright-area .copyright-area-content ul {
    text-align: center;
  }
  .clients-slider .clients-item .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .main-banner-area-two {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-banner-area-two .main-banner-content {
    text-align: center;
    margin-right: auto;
    margin-top: 0;
  }
  .main-banner-area-two .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-two .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-two .main-banner-content .banner-btn .default-btn {
    padding: 11px 25px;
    font-size: 14px;
  }
  .main-banner-area-two .main-banner-content .banner-btn .optional-btn {
    padding: 11px 25px;
    font-size: 14px;
  }
  .main-banner-area-two .banner-image {
    margin-top: 30px;
  }
  .main-banner-area-two .banner-image div {
    position: relative;
  }
  .main-banner-area-two .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-two .banner-image div:last-child {
    display: block;
  }
  .work-content {
    margin-right: auto;
  }
  .work-content h3 {
    font-size: 25px;
    line-height: 1.5;
  }
  .work-content .work-status h3 {
    font-size: 30px;
  }
  .work-content .work-status h3 .sign-icon {
    font-size: 25px;
  }
  .work-content h4 {
    font-size: 20px;
  }
  .work-image {
    height: 400px;
    margin-top: 30px;
  }
  .work-video {
    left: 0px;
    right: 0;
  }
  .support-content {
    margin-top: 30px;
    padding-left: 50px;
  }
  .support-content h3 {
    font-size: 20px;
  }
  .support-content .icon i {
    font-size: 40px;
  }
  .overview-content h3 {
    font-size: 20px;
  }
  .overview-content .icon {
    height: 80px;
    width: 80px;
    line-height: 88px;
  }
  .overview-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .choose-text {
    padding-left: 70px;
  }
  .choose-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .choose-text .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .image {
    margin-bottom: 30px;
  }
  .single-fun-fact .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .single-fun-fact h3 {
    margin-top: 10px;
    font-size: 35px;
  }
  .skills-area {
    padding: 30px 0;
    padding-bottom: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    max-width: 510px;
    margin: auto;
  }
  .skills-area .skills-content h3 {
    font-size: 25px;
  }
  .skills-area .skill-bar {
    margin-top: 15px;
  }
  .skills-area .skill-bar .progress-title {
    font-size: 15px;
  }
  .main-banner-area-three {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .main-banner-area-three .main-banner-content {
    text-align: center;
  }
  .main-banner-area-three .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-three .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-three .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-three .main-banner-content .banner-btn .default-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .main-banner-area-three .banner-image {
    margin-top: 30px;
  }
  .main-banner-area-three .banner-image div {
    position: relative;
  }
  .main-banner-area-three .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-three .banner-image div:last-child {
    display: block;
  }
  .main-banner-area-three .banner-shape {
    display: none;
  }
  .main-banner-area-three .mt-50 {
    margin-top: 0;
  }
  .audience-content {
    margin-top: 30px;
  }
  .audience-content h3 {
    font-size: 25px;
    line-height: 1.5;
  }
  .solutions-content-area .solutions-content h3 {
    font-size: 25px;
  }
  .solutions-content-area .solutions-details {
    padding-left: 70px;
  }
  .solutions-content-area .solutions-details h3 {
    font-size: 20px;
  }
  .solutions-content-area .solutions-details .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .solutions-image {
    margin-top: 30px;
    height: 430px;
  }
  .design-content {
    margin-top: 30px;
  }
  .design-content h3 {
    font-size: 25px;
  }
  .design-content .design-list li {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-width: unset;
    font-weight: 500;
  }
  .single-counter h3 {
    font-size: 30px;
  }
  .single-counter .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .team-item .content {
    padding-top: 0;
  }
  .team-item .content h3 {
    font-size: 20px;
  }
  .single-pricing {
    padding: 50px 20px;
  }
  .single-pricing .pricing-header h3 {
    font-size: 20px;
  }
  .single-protfolio .image {
    margin-bottom: 0;
  }
  .single-protfolio .content h3 {
    font-size: 20px;
  }
  .single-protfolio .content span {
    font-size: 14px;
  }
  .main-banner-area-four {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .main-banner-area-four .main-banner-content {
    text-align: center;
    margin-right: auto;
  }
  .main-banner-area-four .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-four .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-four .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .process-content h3 {
    font-size: 20px;
  }
  .process-content .content h4 {
    font-size: 20px;
  }
  .about-image {
    height: 400px;
  }
  .about-tab {
    padding: 35px 0;
    margin: auto;
    max-width: 510px;
  }
  .about-tab h2 {
    font-size: 25px;
  }
  .about-tab .about-list-tab .tabs li {
    margin-right: 10px;
  }
  .about-tab .about-list-tab .tab_content .tabs_item .list li {
    font-size: 13px;
  }
  .about-tab .about-list-tab .tab_content .tabs_item .default-btn {
    margin-top: 18px;
  }
  .review-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .review-text h3 {
    font-size: 19px;
  }
  .subscribe-inner-text h2 {
    font-size: 25px;
  }
  .subscribe-inner-text .newsletter-form .input-newsletter {
    padding-top: 0;
  }
  .subscribe-inner-text .newsletter-form button {
    position: relative;
    top: 10px;
  }
  .faq-image {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-area-five {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .main-banner-area-five .main-banner-content {
    text-align: center;
    margin-right: auto;
  }
  .main-banner-area-five .main-banner-content h1 {
    font-size: 26px;
  }
  .main-banner-area-five .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-five .banner-image {
    margin-top: 30px;
  }
  .main-banner-area-five .banner-shape {
    display: none;
  }
  .learn-content h3 {
    font-size: 25px;
  }
  .learn-content .learn-list li {
    font-size: 14px;
  }
  .learn-inner-content {
    margin-top: 30px;
    padding: 20px;
  }
  .learn-inner-content.mb-30 {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .learn-inner-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .learn-inner-content h3 {
    font-size: 20px;
  }
  .learn-inner-content .read-btn {
    font-size: 14px;
  }
  .app-content {
    margin-top: 30px;
  }
  .app-content h3 {
    font-size: 25px;
  }
  .app-inner-text {
    padding-left: 70px;
  }
  .app-inner-text .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .app-inner-text h3 {
    font-size: 20px;
  }
  .data-content h3 {
    font-size: 25px;
  }
  .data-inner-content h3 {
    font-size: 20px;
  }
  .data-inner-content {
    margin-bottom: 30px;
  }
  .customer-content h3 {
    font-size: 25px;
  }
  .customer-content .customer-btn {
    margin-top: 20px;
  }
  .customer-content .customer-btn .default-btn {
    padding: 12px 25px;
  }
  .customer-content .customer-btn .optional-btn {
    padding: 12px 25px;
  }
  .customer-image {
    margin-top: 30px;
  }
  .main-banner-area-six {
    height: 100%;
    padding-top: 130px;
  }
  .main-banner-area-six .main-banner-content {
    text-align: center;
    margin-top: 0;
    margin-right: auto;
  }
  .main-banner-area-six .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-six .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-six .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-six .banner-image {
    margin-top: 40px;
  }
  .main-banner-area-six .banner-image::before {
    display: none;
  }
  .main-banner-area-seven {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .main-banner-area-seven .main-banner-content {
    text-align: center;
    margin-right: auto;
  }
  .main-banner-area-seven .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-seven .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-seven .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-seven .banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-area-seven .banner-image div {
    position: relative;
  }
  .main-banner-area-seven .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(6) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(8) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(9) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(10) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(11) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:last-child {
    display: block;
  }
  .main-banner-area-seven .mt-50 {
    margin-top: 0;
  }
  .digital-content {
    margin-top: 30px;
  }
  .digital-content h3 {
    font-size: 25px;
  }
  .digital-content .digital-btn {
    margin-top: 20px;
  }
  .digital-content .digital-list li {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-width: unset;
    font-weight: 500;
  }
  .single-services-two h3 {
    font-size: 20px;
  }
  .experience-inner-area .experience-content h3 {
    font-size: 25px;
  }
  .experience-inner-area .experience-inner-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .skills-image {
    height: 400px;
  }
  .single-team .content h3 {
    font-size: 20px;
  }
  .experience-image {
    margin-top: 30px;
  }
  .contact-text h3 {
    font-size: 25px;
  }
  .contact-image {
    margin-top: 30px;
  }
  .tech-content h3 {
    font-size: 25px;
  }
  .tech-content .tech-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .single-agency .content h3 {
    font-size: 20px;
  }
  .schedule-list-tab .tabs {
    margin-bottom: 30px;
  }
  .schedule-list-tab .tabs li {
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    margin-left: 5px;
  }
  .schedule-list-tab .tabs li span {
    padding: 20px 15px;
  }
  .schedule-list-tab .tabs li:last-child {
    margin-bottom: 0;
  }
  .schedule-list-tab .tab_content .tabs_item .tab-content h3 {
    font-size: 22px;
  }
  .schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content h3 {
    font-size: 17px;
  }
  .schedule-list-tab .tab-image {
    margin-top: 30px;
  }
  .main-banner-area-eight {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .main-banner-area-eight .main-banner-content {
    text-align: center;
  }
  .main-banner-area-eight .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-eight .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-eight .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-eight .banner-form {
    padding: 25px;
    margin-top: 30px;
  }
  .page-title-area {
    height: 290px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .page-title-content ul {
    margin-top: 5px;
  }
  .pagination-area .page-numbers {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .services-details-video .text {
    margin-bottom: 30px;
  }
  .services-details-video .text h3 {
    font-size: 24px;
  }
  .services-details-video .details-video .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .services-details-video .details-video .video-btn i {
    font-size: 40px;
    top: 10px;
  }
  .services-details-overview {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .services-details-overview .services-details-desc h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .projects-details-desc h3 {
    font-size: 20px;
  }
  .projects-details-desc .project-details-info .single-info-box {
    -ms-flex: unset;
    -webkit-box-flex: unset;
    flex: unset;
    max-width: unset;
    margin-bottom: 10px;
  }
  .coming-soon-content h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .coming-soon-content #timer div {
    margin-top: 30px;
  }
  .single-privacy h3 {
    font-size: 20px;
  }
  .widget-area .widget:first-child {
    margin-top: 30px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .modal-video-body {
    padding: 0px 20px;
  }
  .modal-video-close-btn {
    right: 0;
  }
  .home-sliders.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
  }
  .contact-form {
    padding: 20px;
  }
  .widget-area {
    margin-top: 50px;
  }
  .solutions-content-area {
    margin-right: auto;
    margin-top: 40px;
  }
  .single-pricing .pricing-list {
    text-align: center;
  }
  .work-section .mt-30 {
    margin-top: 30px;
  }
  .pagination-area {
    margin-top: 10px;
  }
  .error-content h3 {
    font-size: 30px;
  }
  .login-form, .signup-form {
    padding: 20px;
  }
  .login-form h3, .signup-form h3 {
    font-size: 22px;
  }
  .login-form form span, .signup-form form span {
    font-size: 13px;
  }
  .login-form form .form-check, .signup-form form .form-check {
    font-size: 13px;
  }
  .login-form form .form-check-input, .signup-form form .form-check-input {
    margin-top: 1px;
  }
  .login-form .forgot-password, .signup-form .forgot-password {
    font-size: 13px;
  }
  .login-form .default-btn, .signup-form .default-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .login-form .form-control, .signup-form .form-control {
    font-size: 15px;
  }
  .review-section .col-lg-6.mb-30 {
    margin-bottom: 30px;
  }
  .widget-area.pl-15 {
    padding-left: 0;
  }
  .pr-15 {
    padding-right: 0;
  }
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-services {
    padding: 25px 30px;
  }
  .single-protfolio .content {
    padding: 20px;
  }
  .single-agency .content {
    padding: 20px;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr-15 {
    padding-right: 0;
  }
  .navbar-area .navbar .navbar-brand img {
    max-width: 100px;
  }
  .navbar-area .navbar .navbar-nav .nav-item a {
    margin-left: 6px;
    margin-right: 6px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 220px;
  }
  .navbar-area .navbar .others-options {
    margin-left: 20px;
  }
  .navbar-area .navbar .others-options .burger-menu {
    width: 30px;
    margin-left: 15px;
  }
  .navbar-area .navbar .others-options .burger-menu span {
    width: 30px;
  }
  .navbar-area.navbar-two .navbar .others-options .option-item {
    display: none;
  }
  .navbar-area.navbar-two .navbar .others-options .default-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .modal-video-body {
    padding: 0px 30px;
  }
  .modal-video-close-btn {
    right: 0;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .development-text h3 {
    font-size: 35px;
  }
  .single-blog .content h3 {
    font-size: 20px;
  }
  .creative-content h3 {
    font-size: 35px;
  }
  .choose-content .icon {
    top: 16px;
  }
  .single-services h3 {
    font-size: 20px;
  }
  .mean-container .mean-bar {
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 72px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  p {
    font-size: 13px;
  }
  .pr-0, .px-0 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .home-sliders .home-item {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .home-sliders .home-item .main-banner-content {
    text-align: center;
    margin: auto;
  }
  .home-sliders .home-item .main-banner-content h1 {
    font-size: 40px;
  }
  .home-sliders .banner-image {
    position: relative;
    top: 40px;
    max-width: 500px;
    margin: auto;
  }
  .home-sliders .banner-image .banner-img {
    top: 0;
    max-width: 100%;
  }
  .creative-image {
    margin-top: 30px;
  }
  .development-text {
    margin-top: 30px;
  }
  .development-image {
    text-align: center;
  }
  .video-section {
    height: 330px;
  }
  .subscribe-area .newsletter-form button {
    padding: 0 20px;
    font-size: 15px;
  }
  .choose-content {
    padding: 20px 40px 20px 100px;
    margin-top: 15px;
  }
  .choose-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .choose-image {
    margin-top: 30px;
  }
  .subscribe-area {
    margin-bottom: 30px;
  }
  .subscribe-area .subscribe-content {
    margin-bottom: 20px;
  }
  .single-footer-widget .footer-heading {
    margin-bottom: 10px;
  }
  .single-footer-widget {
    margin-bottom: 30px;
  }
  .copyright-area {
    text-align: center;
  }
  .copyright-area .copyright-area-content p {
    margin-bottom: 10px;
  }
  .copyright-area .copyright-area-content ul {
    text-align: center;
  }
  .main-banner-area-two {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .main-banner-area-two .main-banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .main-banner-area-two .main-banner-content h1 {
    font-size: 40px;
  }
  .main-banner-area-two .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-two .main-banner-content .banner-btn .default-btn {
    padding: 11px 25px;
    font-size: 14px;
  }
  .main-banner-area-two .main-banner-content .banner-btn .optional-btn {
    padding: 11px 25px;
    font-size: 14px;
  }
  .main-banner-area-two .banner-image {
    margin-top: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner-area-two .banner-image div {
    position: relative;
  }
  .main-banner-area-two .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-two .banner-image div:last-child {
    display: block;
  }
  .work-content {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .work-content h4 {
    margin: 10px 0 8px 0;
  }
  .work-image {
    height: 400px;
    margin-top: 30px;
  }
  .work-video {
    left: 0px;
    right: 0;
  }
  .support-content {
    margin-top: 30px;
  }
  .overview-content .icon {
    height: 80px;
    width: 80px;
    line-height: 88px;
  }
  .overview-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .image {
    margin-bottom: 30px;
  }
  .single-fun-fact .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .skills-area {
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 20px;
    padding-bottom: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .skills-area .skill-bar {
    margin-top: 15px;
  }
  .skills-area .skill-bar .progress-title {
    font-size: 15px;
  }
  .main-banner-area-three {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .main-banner-area-three .main-banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner-area-three .main-banner-content h1 {
    font-size: 45px;
  }
  .main-banner-area-three .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-three .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-three .main-banner-content .banner-btn .default-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .main-banner-area-three .banner-image {
    margin-top: 30px;
  }
  .main-banner-area-three .banner-image div {
    position: relative;
  }
  .main-banner-area-three .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-three .banner-image div:last-child {
    display: block;
  }
  .main-banner-area-three .banner-shape {
    display: none;
  }
  .main-banner-area-three .mt-50 {
    margin-top: 30px;
  }
  .solutions-content-area {
    margin-right: auto;
    margin-left: 15px;
  }
  .solutions-image {
    margin-top: 30px;
  }
  .single-pricing {
    padding: 50px 20px;
  }
  .single-protfolio .image {
    margin-bottom: 0;
  }
  .design-content {
    margin-top: 30px;
  }
  .team-item .image {
    margin-bottom: 0;
  }
  .single-blog .image {
    margin-bottom: 0;
  }
  .main-banner-area-four {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .main-banner-area-four .main-banner-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main-banner-area-four .main-banner-content h1 {
    font-size: 40px;
  }
  .main-banner-area-four .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-four .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .about-tab {
    padding: 35px 0;
    margin-left: 0;
  }
  .about-image {
    height: 500px;
  }
  .faq-image {
    margin-top: 50px;
    text-align: center;
  }
  .main-banner-area-five {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .main-banner-area-five .main-banner-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main-banner-area-five .main-banner-content h1 {
    font-size: 40px;
  }
  .main-banner-area-five .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-five .banner-image {
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner-area-five .banner-shape {
    display: none;
  }
  .learn-inner-content {
    margin-top: 30px;
    padding: 20px;
  }
  .learn-inner-content.mb-30 {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .learn-inner-content .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .app-content {
    margin-top: 30px;
  }
  .app-inner-text {
    padding-left: 70px;
  }
  .app-inner-text .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .data-inner-content {
    margin-bottom: 30px;
  }
  .customer-content .customer-btn {
    margin-top: 20px;
  }
  .customer-content .customer-btn .default-btn {
    padding: 12px 25px;
  }
  .customer-content .customer-btn .optional-btn {
    padding: 12px 25px;
  }
  .customer-image {
    margin-top: 30px;
  }
  .data-image {
    text-align: center;
  }
  .main-banner-area-six {
    height: 100%;
    padding-top: 140px;
  }
  .main-banner-area-six .main-banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .main-banner-area-six .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-area-six .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-six .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-six .banner-image {
    margin-top: 50px;
  }
  .main-banner-area-six .banner-image::before {
    display: none;
  }
  .work-section .mt-30 {
    margin-top: 40px;
  }
  .digital-image {
    text-align: center;
  }
  .main-banner-area-seven {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .main-banner-area-seven .main-banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main-banner-area-seven .main-banner-content h1 {
    font-size: 35px;
  }
  .main-banner-area-seven .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-seven .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-seven .banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-area-seven .banner-image div {
    position: relative;
  }
  .main-banner-area-seven .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(6) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(8) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(9) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(10) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(11) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:last-child {
    display: block;
  }
  .main-banner-area-seven .mt-50 {
    margin-top: 0;
  }
  .digital-content h3 {
    font-size: 35px;
  }
  .digital-content {
    margin-top: 30px;
  }
  .experience-image {
    margin-top: 30px;
  }
  .contact-image {
    margin-top: 30px;
    text-align: center;
  }
  .experience-inner-area {
    margin: auto;
  }
  .experience-section .container-fluid {
    max-width: 720px;
  }
  .tech-image {
    margin-top: 30px;
    text-align: center;
  }
  .schedule-list-tab .tabs {
    margin-bottom: 30px;
  }
  .schedule-list-tab .tabs li {
    margin-bottom: 10px;
  }
  .tab-image {
    text-align: center;
  }
  .main-banner-area-eight {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .main-banner-area-eight .main-banner-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main-banner-area-eight .main-banner-content h1 {
    font-size: 40px;
  }
  .main-banner-area-eight .main-banner-content span {
    font-size: 14px;
  }
  .main-banner-area-eight .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-area-eight .banner-form {
    padding: 25px;
    margin-top: 30px;
  }
  .services-details-video .text {
    margin-bottom: 30px;
  }
  .services-details-overview {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .widget-area .widget:first-child {
    margin-top: 30px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .page-title-content h2 {
    font-size: 40px;
  }
  .widget-area {
    margin-top: 70px;
  }
  .work-section .container-fluid {
    max-width: 720px;
  }
  .single-fun-fact h3 {
    font-size: 40px;
  }
  .work-content .work-status h3 {
    font-size: 40px;
  }
  .work-content .work-status h3 .sign-icon {
    font-size: 34px;
  }
  .audience-content h3 {
    font-size: 35px;
  }
  .solutions-content-area {
    margin-top: 55px;
    margin-left: auto;
  }
  .solutions-content-area .solutions-content h3 {
    font-size: 35px;
  }
  .design-content h3 {
    font-size: 35px;
  }
  .single-counter h3 {
    font-size: 40px;
  }
  .main-banner-area-four .banner-image {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-tab h2 {
    font-size: 35px;
  }
  .about-section .about-tab {
    margin-left: auto;
    margin-right: auto;
  }
  .single-protfolio .content h3 {
    font-size: 20px;
  }
  .review-content {
    margin-bottom: 30px;
  }
  .review-content h3 {
    font-size: 30px;
  }
  .review-section .mb-30 {
    margin-bottom: 30px;
  }
  .app-image {
    text-align: center;
  }
  .learn-content h3 {
    font-size: 35px;
  }
  .app-content h3 {
    font-size: 35px;
  }
  .data-content h3 {
    font-size: 35px;
  }
  .customer-content h3 {
    font-size: 35px;
  }
  .review-image {
    text-align: center;
  }
  .projects-details-desc .project-details-info .single-info-box span {
    font-size: 12px;
  }
  .projects-details-desc .project-details-info .single-info-box .default-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .widget-area.pl-15 {
    padding-left: 0;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar {
    padding: 0;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .features-content h3 {
    font-size: 20px;
  }
  .single-services {
    padding: 30px 25px;
  }
  .single-services h3 {
    font-size: 20px;
  }
  .development-content h3 {
    font-size: 20px;
  }
  .choose-content h3 {
    font-size: 20px;
  }
  .single-projects .projects-content h3 {
    font-size: 21px;
  }
  .single-blog .content h3 {
    font-size: 20px;
  }
  .home-sliders .home-item .main-banner-content {
    max-width: 500px;
  }
  .home-sliders .home-item .main-banner-content h1 {
    font-size: 55px;
  }
  .home-sliders .banner-image {
    top: 160px;
    max-width: 450px;
  }
  .home-sliders .banner-image .banner-img {
    top: 0;
  }
  .creative-content h3 {
    font-size: 35px;
  }
  .development-text h3 {
    font-size: 35px;
  }
  .work-content h4 {
    font-size: 20px;
  }
  .skills-area {
    margin-right: 0;
  }
  .main-banner-area-two .banner-image div {
    position: relative;
  }
  .main-banner-area-two .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-two .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-two .banner-image div:last-child {
    display: block;
  }
  .main-banner-area-two .main-banner-content h1 {
    font-size: 45px;
  }
  .main-banner-area-three {
    height: 700px;
  }
  .main-banner-area-three .banner-shape {
    max-width: 666px;
  }
  .main-banner-area-three .banner-image {
    margin-top: 30px;
  }
  .main-banner-area-three .banner-image div {
    position: relative;
  }
  .main-banner-area-three .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-three .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-three .banner-image div:last-child {
    display: block;
  }
  .single-pricing {
    padding: 50px 20px;
  }
  .single-protfolio .content h3 {
    font-size: 20px;
  }
  .about-tab {
    margin-left: 15px;
  }
  .review-content h3 {
    font-size: 30px;
  }
  .contact-form {
    padding: 16px;
  }
  .main-banner-area-five .main-banner-content h1 {
    font-size: 45px;
  }
  .learn-inner-content {
    padding: 20px 15px;
  }
  .learn-inner-content h3 {
    font-size: 18px;
  }
  .learn-inner-content p {
    font-size: 14px;
  }
  .review-section .single-counter {
    padding: 25px;
  }
  .app-content h3 {
    font-size: 38px;
  }
  .more-features-content {
    padding: 25px 10px;
  }
  .more-features-content h3 {
    font-size: 18px;
  }
  .single-services-two h3 {
    font-size: 20px;
  }
  .schedule-list-tab .tabs li span {
    padding: 10px 20px;
  }
  .main-banner-area-six {
    height: 775px;
  }
  .main-banner-area-six .main-banner-content {
    margin-top: auto;
    margin-left: 35px;
  }
  .main-banner-area-six .main-banner-content h1 {
    font-size: 45px;
  }
  .main-banner-area-six .container-fluid {
    margin-top: 50px;
  }
  .main-banner-area-six .banner-image::before {
    display: none;
  }
  .main-banner-area-seven {
    height: 800px;
  }
  .main-banner-area-seven .banner-image div {
    position: relative;
  }
  .main-banner-area-seven .banner-image div:nth-child(1) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(2) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(3) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(4) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(5) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(6) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(8) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(9) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(10) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:nth-child(11) {
    display: none;
  }
  .main-banner-area-seven .banner-image div:last-child {
    display: block;
  }
  .main-banner-area-seven .main-banner-content {
    padding-left: 35px;
  }
  .main-banner-area-seven .main-banner-content h1 {
    font-size: 45px;
  }
  .tech-content h3 {
    font-size: 35px;
  }
  .main-banner-area-eight {
    height: 800px;
  }
  .main-banner-area-eight .main-banner-content h1 {
    font-size: 50px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .widget-area .widget-posts-thumb .item .info .title {
    font-size: 15px;
  }
  .page-title-content h2 {
    font-size: 40px;
  }
  .single-fun-fact h3 {
    font-size: 40px;
  }
  .main-banner-area-three .main-banner-content h1 {
    font-size: 50px;
  }
  .solutions-content-area {
    padding: 50px 0;
  }
  .single-counter h3 {
    font-size: 40px;
  }
  .main-banner-area-four {
    height: 780px;
  }
  .main-banner-area-four .main-banner-content h1 {
    font-size: 50px;
  }
  .main-banner-area-five {
    height: 790px;
  }
  .main-banner-area-five .main-banner-content {
    margin-left: 50px;
  }
  .customer-content h3 {
    font-size: 36px;
  }
  .team-item .content h3 {
    font-size: 20px;
  }
  .main-banner-area-two .main-banner-content {
    max-width: 445px;
  }
  .main-banner-area-four .main-banner-content {
    max-width: 455px;
  }
}

/* Min width 1300px to Max width 1300px */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .home-sliders .banner-image {
    max-width: 560px;
  }
  .home-sliders .banner-image .banner-img {
    max-width: 480px;
  }
}

/* Min width 1200px */
@media only screen and (min-width: 1200px) {
  .projects-section .mw-1920 {
    max-width: 1920px;
  }
  .main-banner-area-eight .mt-50 {
    margin-top: 50px;
  }
  .main-banner-area-five .main-banner-content {
    margin-top: 50px;
  }
}

/* Min width 1800px */
@media only screen and (min-width: 1800px) {
  .home-sliders .banner-image {
    top: 18%;
    right: 8%;
  }
  .home-sliders .home-item {
    height: 980px;
  }
  .home-sliders .home-item .main-banner-content {
    max-width: 750px;
  }
  .home-sliders .home-item .main-banner-content h1 {
    font-size: 80px;
  }
  .main-banner-area-two {
    height: 980px;
  }
  .main-banner-area-two .container-fluid {
    max-width: 1920px;
  }
  .main-banner-area-two .banner-image {
    position: relative;
    margin-top: 0;
  }
  .main-banner-area-two .banner-image div {
    position: absolute;
  }
  .main-banner-area-two .banner-image div:nth-child(1) {
    top: -100px;
    left: 0;
    max-width: 100%;
  }
  .main-banner-area-two .banner-image div:nth-child(2) {
    left: 22%;
    top: -262px;
  }
  .main-banner-area-two .banner-image div:nth-child(3) {
    left: 35%;
    top: -266px;
  }
  .main-banner-area-two .banner-image div:nth-child(4) {
    right: 0;
    top: -244px;
    max-width: 100%;
  }
  .main-banner-area-two .banner-image div:nth-child(5) {
    top: -100px;
    right: 0;
    max-width: 100%;
  }
  .main-banner-area-seven .banner-image {
    position: relative;
  }
  .main-banner-area-seven .banner-image div {
    position: absolute;
  }
  .main-banner-area-seven .banner-image div:nth-child(1) {
    top: 0;
    left: 18%;
  }
  .main-banner-area-seven .banner-image div:nth-child(2) {
    left: 45%;
    top: 78px;
  }
  .main-banner-area-seven .banner-image div:nth-child(3) {
    left: 34%;
    top: -50px;
  }
  .main-banner-area-seven .banner-image div:nth-child(4) {
    left: 45%;
    top: 50px;
  }
  .main-banner-area-seven .banner-image div:nth-child(5) {
    right: 0;
    top: -40px;
  }
  .main-banner-area-seven .banner-image div:nth-child(6) {
    right: 10%;
    top: 102px;
  }
  .main-banner-area-seven .banner-image div:nth-child(7) {
    right: 16%;
    top: -165px;
  }
  .main-banner-area-seven .banner-image div:nth-child(8) {
    right: 5px;
    top: -320px;
  }
  .main-banner-area-seven .banner-image div:nth-child(9) {
    left: 35%;
    top: -246px;
  }
  .main-banner-area-seven .banner-image div:nth-child(10) {
    left: 22%;
    top: -128px;
  }
  .main-banner-area-seven .banner-image div:nth-child(11) {
    right: 0;
    top: -265px;
  }
  .main-banner-area-seven .banner-image div:last-child {
    display: none;
  }
}

/* Min width 1950px */
@media only screen and (min-width: 1930px) {
  .home-sliders .home-item {
    height: 1000px;
  }
}

/* Min width 1400px */
@media only screen and (min-width: 1400px) {
  .main-banner-area-two .main-banner-content {
    max-width: 635px;
  }
  .work-content {
    max-width: 635px;
  }
  .main-banner-area-three .main-banner-content {
    max-width: 635px;
  }
  .solutions-content-area {
    max-width: 635px;
  }
  .main-banner-area-four .main-banner-content {
    max-width: 635px;
  }
  .main-banner-area-five .main-banner-content {
    max-width: 635px;
  }
  .main-banner-area-six .main-banner-content {
    max-width: 635px;
  }
  .experience-inner-area {
    max-width: 635px;
  }
  .main-banner-area-seven .main-banner-content {
    max-width: 635px;
  }
  .main-banner-area-eight .main-banner-content {
    max-width: 635px;
  }
}
/*# sourceMappingURL=responsive.css.map */