@media only screen and (max-width: 767px) {
  /* Default CSS */
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .pb-10 {
    padding-bottom: 0;
  }
  .pl-20 {
    padding-left: 0;
  }
  .pr-20 {
    padding-right: 0;
  }
  .ml-20 {
    margin-left: 0;
  }
  .default-btn {
    padding: 8px  18px 6px;
  }
  .section-title .sp-title {
    font-size: 12px;
    padding: 6px 16px 5px;
  }
  .section-title .sp-title2 {
    font-size: 12px;
    padding: 6px 16px 5px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    padding-top: 10px;
  }
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .ps-0 {
    padding-left: 15px !important;
  }
  .pe-0 {
    padding-right: 15px !important;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* Default CSS End */
  /* Modal CSS */
  .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-header {
    border: none;
  }
  .modal-header button {
    position: relative;
  }
  .modal-header button.close {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 26px;
  }
  .modal-search-form .search-field {
    height: 50px;
  }
  .modal-search-form button {
    height: 40px;
    width: 40px;
  }
  .sidebar-modal .sidebar-modal-inner {
    width: 300px;
  }
  /* Modal CSS End */
  /* Main Banner CSS */
  .banner-area {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-content span {
    font-size: 17px;
  }
  .banner-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 15px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .banner-content .banner-btn .two {
    margin-left: 10px;
  }
  .banner-content .banner-shape {
    display: none;
  }
  .banner-img {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img img {
    max-width: 100%;
  }
  .banner-img .banner-img-shape {
    display: none;
  }
  .banner-area-two {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-content-two {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-content-two h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-content-two p {
    font-size: 15px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .banner-content-two .banner-form-area .banner-form {
    width: 100%;
  }
  .banner-content-two .banner-form-area .banner-form .form-control {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .banner-content-two .banner-form-area .banner-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .banner-content-two .banner-form-area .banner-form .default-btn {
    margin-top: 15px;
    position: inherit;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
  }
  .banner-img-two {
    -webkit-animation: none;
            animation: none;
  }
  .banner-img-two img {
    -webkit-transform: none;
            transform: none;
  }
  .banner-content-three {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-content-three h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-content-three p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content-three .banner-btn .cell-btn {
    margin-left: 10px;
    padding-left: 40px;
    position: relative;
  }
  .banner-content-three .banner-btn .cell-btn i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    top: 0;
  }
  .banner-content-three .banner-btn .cell-btn h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .banner-content-three .banner-btn .cell-btn span {
    font-size: 14px;
  }
  .banner-content-three .banner-content-shape {
    display: none;
  }
  .banner-img-three {
    -webkit-animation: none;
            animation: none;
  }
  .banner-img-three img {
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-three .banner-three-shape {
    display: none;
  }
  .banner-shape-img {
    display: none;
  }
  /* Main Banner CSS End */
  /* Inner Banner CSS */
  .inner-banner .inner-title {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-banner .inner-title h3 {
    font-size: 30px;
  }
  .inner-banner .inner-shape {
    display: none;
  }
  /* Inner Banner CSS End */
  /* About Area CSS */
  .about-img {
    -webkit-animation: none;
            animation: none;
  }
  .about-content {
    margin-bottom: 15px;
  }
  .about-content .section-title {
    margin-bottom: 20px;
  }
  .about-content .section-title h2 {
    font-size: 25px;
  }
  .about-content .section-title p {
    max-width: 550px;
  }
  .about-content .content ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 18px;
  }
  .about-content .content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
  /* About Area CSS End */
  /* Counter Area CSS */
  .counter-content {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .counter-content .counter-number {
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
  .counter-content .counter-number h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .counter-content .counter-right .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .counter-content .counter-right .icon img {
    max-width: 30px;
  }
  .counter-content .counter-right p {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  /* Counter Area CSS End */
  /* Choose Area CSS */
  .choose-card {
    padding: 30px 20px;
  }
  /* Choose Area CSS End */
  /* Technical Area CSS */
  .technical-img {
    margin-left: 0;
    margin-right: 0;
  }
  .technical-img .circe {
    display: none;
  }
  .technical-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .technical-content .content {
    margin-bottom: 20px;
  }
  .technical-content .content ul li {
    display: block;
  }
  .technical-content .content ul li .technical-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .technical-content .content ul li .technical-icon img {
    max-width: 24px;
  }
  .technical-content .content ul li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .technical-img-two {
    margin-bottom: 30px;
  }
  .technical-img-two .circe {
    display: none;
  }
  .technical-img-two .technical-shape {
    display: none;
  }
  /* Technical Area CSS End */
  /* Services Area CSS */
  .services-card {
    padding: 25px 20px;
  }
  .services-card .services-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .services-card .services-icon img {
    max-width: 35px;
  }
  .services-item {
    padding: 25px 17px;
  }
  .services-item a img {
    max-width: 70px;
    height: 60px;
  }
  .service-details-content h1, .service-details-content h2, .service-details-content h3, .service-details-content h4, .service-details-content h5, .service-details-content h6 {
    margin-bottom: 10px;
  }
  .service-details-content h1 {
    font-size: 28px;
  }
  .service-details-content h2 {
    font-size: 26px;
  }
  .service-details-content h3 {
    font-size: 23px;
  }
  .service-details-content h4 {
    font-size: 21px;
  }
  .service-details-content h5 {
    font-size: 20px;
  }
  .service-details-content .service-details-list ul li {
    font-size: 15px;
  }
  .service-details-content .service-details-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 5px;
  }
  .service-details-content .service-another-content .content ul li {
    display: block;
  }
  .service-details-content .service-another-content .content ul li .service-details-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service-details-content .service-another-content .content ul li .service-details-icon img {
    max-width: 24px;
  }
  .service-details-content .service-another-content .content ul li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  /* Services Area CSS End */
  /* Reasons Area CSS */
  .reasons-content {
    margin-bottom: 10px;
  }
  .reasons-content .section-title {
    margin-bottom: 20px;
  }
  .reasons-content .section-title h2 {
    font-size: 25px;
  }
  .reasons-content .section-title p {
    max-width: 550px;
  }
  .reasons-content .content ul li {
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 18px;
  }
  .reasons-content .content ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    top: 2px;
  }
  .reasons-content .content-list ul li {
    margin-bottom: 12px;
    padding-left: 35px;
    font-size: 18px;
  }
  .reasons-content .content-list ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    top: 2px;
  }
  .reasons-counter h3 {
    font-size: 30px;
  }
  .reasons-counter p {
    font-size: 17px;
  }
  .reasons-img .circe {
    display: none;
  }
  .reasons-img .circe2 {
    display: none;
  }
  .reasons-img .reasons-img-shape {
    display: none;
  }
  /* Reasons Area CSS End */
  /* Case Studies Area CSS */
  .case-studies-card {
    display: block;
    margin-bottom: 30px;
  }
  .case-studies-card .case-studies-left {
    max-width: 100%;
    margin-right: auto;
    margin-right: auto;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .case-studies-card .case-studies-left::before {
    height: 100%;
    border-radius: 0;
    bottom: 0;
  }
  .case-studies-card .case-studies-left:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .case-studies-card .content .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .case-studies-card .content .icon img {
    max-width: 35px;
  }
  .case-studies-item a img {
    margin-bottom: 17px;
  }
  .case-details-content h1, .case-details-content h2, .case-details-content h3, .case-details-content h4, .case-details-content h5, .case-details-content h6 {
    margin-bottom: 10px;
  }
  .case-details-content h1 {
    font-size: 28px;
  }
  .case-details-content h2 {
    font-size: 26px;
  }
  .case-details-content h3 {
    font-size: 23px;
  }
  .case-details-content h4 {
    font-size: 21px;
  }
  .case-details-content h5 {
    font-size: 20px;
  }
  .case-details-content .play-area {
    padding: 100px;
  }
  .case-details-content .play-area .play-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .case-details-content .case-details-list ul li {
    font-size: 15px;
  }
  .case-details-content .case-details-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 5px;
  }
  /* Case Studies Area CSS End */
  /* Team Area CSS */
  .team-card .team-img::before {
    height: 100%;
  }
  .team-card .team-img .team-social li a {
    display: inline-block;
  }
  .team-card .team-img .team-social li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
  }
  .team-card.active .team-social li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  /* Team Area CSS End */
  /* Testimonials Area CSS */
  .testimonials-item {
    padding: 25px 20px;
  }
  .testimonials-item p {
    font-size: 15px;
  }
  .testimonials-item .rating {
    font-size: 15px;
  }
  .testimonials-item .icon {
    bottom: 30px;
    right: 20px;
  }
  .testimonials-item .icon img {
    max-width: 26px;
  }
  .testimonials-item h3 {
    margin-bottom: 0;
  }
  .testimonials-slider-item {
    padding: 25px 20px;
  }
  .testimonials-slider-item p {
    font-size: 15px;
  }
  .testimonials-slider-item h3 {
    margin-bottom: 0;
  }
  .testimonials-slider-item span {
    font-size: 13px;
  }
  /* Testimonials Area CSS End */
  /* Pricing Area CSS */
  .pricing-card {
    padding: 25px 20px;
  }
  .pricing-card .pricing-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pricing-card .pricing-title h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .pricing-card .pricing-title h3 span {
    font-size: 15px;
  }
  .pricing-card .pricing-title .line {
    width: 100px;
    height: 25px;
  }
  .pricing-card ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
  }
  .pricing-card ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 0;
  }
  .pricing-card .price-btn-area {
    margin-top: 20px;
  }
  /* Pricing Area CSS End */
  /* Solution Area CSS */
  .solution-img {
    -webkit-animation: none;
            animation: none;
    margin-bottom: 10px;
  }
  .solution-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .solution-content .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .solution-content .icon img {
    max-width: 30px;
  }
  .solution-content h3 {
    font-size: 17px;
    max-width: 100%;
  }
  /* Solution Area CSS End */
  /* Blog Area CSS */
  .blog-card .blog-img {
    padding-bottom: 30px;
  }
  .blog-card .blog-img .date {
    width: 50px;
    height: 50px;
    line-height: 0.9;
    padding-top: 11px;
    font-size: 17px;
  }
  .blog-card .blog-img .date span {
    font-size: 12px;
  }
  .blog-card .content {
    position: relative;
  }
  .blog-card .content h3 {
    font-size: 21px;
  }
  .blog-card .content ul li a {
    font-size: 14px;
  }
  .blog-card .content ul li img {
    width: 30px;
    height: 30px;
  }
  .blog-card .content .comments {
    font-size: 13px;
  }
  .blog-card .content .comments i {
    font-size: 15px;
  }
  .blog-details-content h1 {
    font-size: 28px;
  }
  .blog-details-content h2 {
    font-size: 26px;
  }
  .blog-details-content h3 {
    font-size: 23px;
  }
  .blog-details-content h4 {
    font-size: 21px;
  }
  .blog-details-content h5 {
    font-size: 20px;
  }
  .blog-details-content .blockquote {
    margin-top: 30px;
    padding: 20px 15px 7px;
  }
  .blog-details-content .blockquote p {
    font-size: 16px;
  }
  .blog-details-content .blockquote i {
    font-size: 35px;
    top: 0;
    position: inherit;
    line-height: 1;
  }
  .blog-details-content .blog-details-list ul li {
    font-size: 15px;
  }
  .blog-details-content .blog-details-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 5px;
  }
  .blog-details-content .comments-wrap .comment-form li {
    padding-left: 0;
  }
  .blog-details-content .comments-wrap .comment-form li img {
    position: inherit;
    margin-bottom: 15px;
  }
  .blog-details-content .comments-wrap .comment-form li p {
    margin-bottom: 10px;
  }
  .blog-details-content .comments-wrap .comment-form li a {
    position: inherit;
    top: 0;
  }
  .side-bar-widget {
    padding: 25px 15px;
  }
  .side-bar-widget .widget-popular-post .item .thumb {
    margin-right: 10px;
  }
  .side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 90px;
    height: 114px;
  }
  .side-bar-widget .widget-popular-post .item .info .title-text {
    font-size: 15px;
    max-width: 150px;
  }
  .side-bar-widget .widget-popular-post .item .info .info-content img {
    width: 25px;
    height: 25px;
  }
  .side-bar-widget .side-bar-info ul li span {
    position: inherit;
    left: 0;
    float: right;
  }
  /* Blog Area CSS End */
  /* Single Content */
  .single-content h1 {
    font-size: 28px;
  }
  .single-content h2 {
    font-size: 26px;
  }
  .single-content h3 {
    font-size: 23px;
  }
  .single-content h4 {
    font-size: 21px;
  }
  .single-content h5 {
    font-size: 20px;
  }
  /* Single Content End */
  .information-card {
    padding: 30px 15px 28px;
  }
  .information-card .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .information-card .icon img {
    max-width: 26px;
  }
  .information-card h3 {
    margin-bottom: 8px;
  }
  .contact-form {
    padding: 30px 17px;
  }
  .contact-form .agree-label label a.forget {
    position: inherit;
  }
  .error-area .error-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .error-area .error-content img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .error-area .error-content h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .error-area .error-content p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-animation: none;
            animation: none;
  }
  .coming-soon-area .coming-soon-content h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0;
  }
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
    margin-top: 15px;
  }
  .coming-soon-area .coming-soon-content #timer {
    margin-top: 30px;
  }
  .coming-soon-area .coming-soon-content #timer div {
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    height: 74px;
  }
  .coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 5px;
  }
  .coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .coming-soon-area .coming-soon-content #timer div::before {
    display: none;
  }
  .coming-soon-area .coming-soon-content .newsletter-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    height: 55px;
    padding-left: 13px;
    font-size: 15px;
  }
  .coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    height: 50px;
  }
  /* Footer Area */
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-text {
    margin-bottom: 20px;
  }
  .newsletter-area {
    margin-bottom: 30px;
  }
  .newsletter-area .newsletter-form .form-control {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .newsletter-area .newsletter-form .subscribe-btn {
    position: inherit;
    margin-top: 15px;
    height: 45px;
    width: 100%;
  }
  .footer-widget h3 {
    margin-bottom: 15px;
  }
  .footer-widget h3.title {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 15px;
  }
  .footer-widget .footer-list li {
    margin-bottom: 10px;
  }
  .footer-widget .footer-contact-list li {
    margin-bottom: 10px;
  }
  .footer-widget .footer-contact-list li i {
    font-size: 20px;
    top: 3px;
  }
  /* Footer Area End */
  .go-top {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  .go-top .active {
    top: 85%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
  /* Choose Area CSS */
  .choose-card {
    padding: 25px 10px;
  }
  .choose-card img {
    height: 60px;
    margin-bottom: 15px;
  }
  .choose-card h3 {
    font-size: 20px;
  }
  /* Choose Area CSS End */
  /* Pricing Area CSS */
  .pricing-card {
    padding: 25px 15px;
  }
  .pricing-card ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 13px;
  }
  .pricing-card .price-btn-area {
    margin-top: 20px;
  }
  /* Pricing Area CSS End */
  .solution-content h3 {
    font-size: 17px;
    max-width: 135px;
  }
  .side-bar-widget .widget-popular-post .item .thumb {
    margin-right: 15px;
  }
  .side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 120px;
    height: 120px;
  }
  .side-bar-widget .widget-popular-post .item .info .title-text {
    font-size: 17px;
    max-width: 170px;
  }
  .side-bar-widget .widget-popular-post .item .info .info-content img {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Default CSS */
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .pb-10 {
    padding-bottom: 0;
  }
  .pl-20 {
    padding-left: 0;
  }
  .pr-20 {
    padding-right: 0;
  }
  .ml-20 {
    margin-left: 0;
  }
  .default-btn {
    padding: 8px  18px 6px;
  }
  .section-title .sp-title {
    font-size: 12px;
    padding: 6px 16px 5px;
  }
  .section-title .sp-title2 {
    font-size: 12px;
    padding: 6px 16px 5px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    padding-top: 10px;
  }
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .ps-0 {
    padding-left: 15px !important;
  }
  .pe-0 {
    padding-right: 15px !important;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* Default CSS End */
  /* Main Banner CSS */
  .banner-area {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-content span {
    font-size: 17px;
  }
  .banner-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-content p {
    font-size: 15px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .banner-content .banner-btn .two {
    margin-left: 10px;
  }
  .banner-content .banner-shape {
    display: none;
  }
  .banner-img {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img img {
    max-width: 100%;
  }
  .banner-img .banner-img-shape {
    display: none;
  }
  .banner-area-two {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-content-two {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-content-two h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-content-two p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content-two .banner-form-area .banner-form {
    width: 100%;
  }
  .banner-content-two .banner-form-area .banner-form .form-control {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .banner-content-two .banner-form-area .banner-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .banner-content-two .banner-form-area .banner-form .default-btn {
    height: 45px;
  }
  .banner-img-two {
    -webkit-animation: none;
            animation: none;
  }
  .banner-img-two img {
    -webkit-transform: none;
            transform: none;
  }
  .banner-content-three {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-content-three h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .banner-content-three p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content-three .banner-btn .cell-btn {
    margin-left: 20px;
    padding-left: 45px;
    position: relative;
    text-align: left;
  }
  .banner-content-three .banner-btn .cell-btn i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    top: 2px;
  }
  .banner-content-three .banner-btn .cell-btn h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .banner-content-three .banner-btn .cell-btn span {
    font-size: 14px;
  }
  .banner-content-three .banner-content-shape {
    display: none;
  }
  .banner-img-three {
    -webkit-animation: none;
            animation: none;
  }
  .banner-img-three img {
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-three .banner-three-shape {
    display: none;
  }
  .banner-shape-img {
    display: none;
  }
  .banner-area .container-fluid, .banner-area-two .container-fluid, .banner-area-three .container-fluid {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  /* Main Banner CSS End */
  /* Inner Banner CSS */
  .inner-banner .inner-title {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .inner-banner .inner-title h3 {
    font-size: 30px;
  }
  .inner-banner .inner-shape {
    display: none;
  }
  /* Inner Banner CSS End */
  /* About Area CSS */
  .about-img {
    -webkit-animation: none;
            animation: none;
  }
  .about-content {
    margin-bottom: 15px;
  }
  .about-content .section-title {
    margin-bottom: 20px;
  }
  .about-content .section-title h2 {
    font-size: 25px;
  }
  .about-content .section-title p {
    max-width: 550px;
  }
  .about-content .content ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 18px;
  }
  .about-content .content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
  /* About Area CSS End */
  /* Counter Area CSS */
  .counter-content {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .counter-content .counter-number {
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
  .counter-content .counter-number h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .counter-content .counter-right .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .counter-content .counter-right .icon img {
    max-width: 30px;
  }
  .counter-content .counter-right p {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  /* Counter Area CSS End */
  /* Choose Area CSS */
  .choose-card {
    padding: 30px 20px;
  }
  /* Choose Area CSS End */
  /* Technical Area CSS */
  .technical-img {
    margin-left: 0;
    margin-right: 0;
  }
  .technical-img .circe {
    display: none;
  }
  .technical-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .technical-content .content {
    margin-bottom: 20px;
  }
  .technical-content .content ul li {
    display: block;
  }
  .technical-content .content ul li .technical-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .technical-content .content ul li .technical-icon img {
    max-width: 24px;
  }
  .technical-content .content ul li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .technical-img-two {
    margin-bottom: 30px;
  }
  .technical-img-two .circe {
    display: none;
  }
  .technical-img-two .technical-shape {
    display: none;
  }
  /* Technical Area CSS End */
  /* Services Area CSS */
  .services-card {
    padding: 25px 20px;
  }
  .services-item {
    padding: 25px 17px;
  }
  .services-item a img {
    max-width: 70px;
    height: 60px;
  }
  .service-details-content h1, .service-details-content h2, .service-details-content h3, .service-details-content h4, .service-details-content h5, .service-details-content h6 {
    margin-bottom: 10px;
  }
  .service-details-content h1 {
    font-size: 28px;
  }
  .service-details-content h2 {
    font-size: 26px;
  }
  .service-details-content h3 {
    font-size: 23px;
  }
  .service-details-content h4 {
    font-size: 21px;
  }
  .service-details-content h5 {
    font-size: 20px;
  }
  .service-details-content .service-details-list ul li {
    font-size: 15px;
  }
  .service-details-content .service-details-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 5px;
  }
  .service-details-content .service-another-content .content ul li {
    display: block;
  }
  .service-details-content .service-another-content .content ul li .service-details-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service-details-content .service-another-content .content ul li .service-details-icon img {
    max-width: 24px;
  }
  .service-details-content .service-another-content .content ul li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  /* Services Area CSS End */
  /* Reasons Area CSS */
  .reasons-content {
    margin-bottom: 30px;
  }
  .reasons-content .section-title {
    margin-bottom: 20px;
  }
  .reasons-content .section-title h2 {
    font-size: 25px;
  }
  .reasons-content .section-title p {
    max-width: 550px;
  }
  .reasons-content .content ul li {
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 18px;
  }
  .reasons-content .content ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    top: 2px;
  }
  .reasons-content .content-list ul li {
    margin-bottom: 12px;
    padding-left: 35px;
    font-size: 18px;
  }
  .reasons-content .content-list ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    top: 2px;
  }
  .reasons-counter h3 {
    font-size: 30px;
  }
  .reasons-counter p {
    font-size: 17px;
  }
  /* Reasons Area CSS End */
  /* Pricing Area CSS */
  .pricing-card {
    padding: 25px 20px;
  }
  .pricing-card .pricing-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pricing-card .pricing-title h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .pricing-card .pricing-title h3 span {
    font-size: 15px;
  }
  .pricing-card .pricing-title .line {
    width: 100px;
    height: 25px;
  }
  .pricing-card ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
  }
  .pricing-card ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 0;
  }
  .pricing-card .price-btn-area {
    margin-top: 20px;
  }
  /* Pricing Area CSS End */
  /* Case Studies Area CSS */
  .case-studies-card {
    display: block;
    margin-bottom: 30px;
  }
  .case-studies-card .case-studies-left {
    max-width: 100%;
    margin-right: auto;
    margin-right: auto;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .case-studies-card .case-studies-left::before {
    height: 100%;
    border-radius: 0;
    bottom: 0;
  }
  .case-studies-card .case-studies-left:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .case-studies-card .content .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .case-studies-card .content .icon img {
    max-width: 35px;
  }
  .case-details-content h1, .case-details-content h2, .case-details-content h3, .case-details-content h4, .case-details-content h5, .case-details-content h6 {
    margin-bottom: 10px;
  }
  .case-details-content h1 {
    font-size: 28px;
  }
  .case-details-content h2 {
    font-size: 26px;
  }
  .case-details-content h3 {
    font-size: 23px;
  }
  .case-details-content h4 {
    font-size: 21px;
  }
  .case-details-content h5 {
    font-size: 20px;
  }
  .case-details-content .play-area {
    padding: 100px;
  }
  .case-details-content .play-area .play-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .case-details-content .case-details-list ul li {
    font-size: 15px;
  }
  .case-details-content .case-details-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 5px;
  }
  /* Case Studies Area CSS End */
  /* Team Area CSS */
  .team-card .team-img::before {
    height: 100%;
  }
  .team-card .team-img .team-social li a {
    display: inline-block;
  }
  .team-card .team-img .team-social li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
  }
  .team-card.active .team-social li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  /* Team Area CSS End */
  /* Testimonials Area CSS */
  .testimonials-item {
    padding: 25px 20px;
  }
  .testimonials-item p {
    font-size: 15px;
  }
  .testimonials-item .rating {
    font-size: 15px;
  }
  .testimonials-item .icon {
    bottom: 30px;
    right: 20px;
  }
  .testimonials-item .icon img {
    max-width: 26px;
  }
  .testimonials-item h3 {
    margin-bottom: 0;
  }
  .testimonials-item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .testimonials-slider-item {
    padding: 25px 20px;
  }
  .testimonials-slider-item p {
    font-size: 15px;
  }
  .testimonials-slider-item h3 {
    margin-bottom: 0;
  }
  .testimonials-slider-item span {
    font-size: 13px;
  }
  /* Testimonials Area CSS End */
  /* Solution Area CSS */
  .solution-img {
    -webkit-animation: none;
            animation: none;
    margin-bottom: 10px;
  }
  .solution-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .solution-content .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .solution-content .icon img {
    max-width: 30px;
  }
  .solution-content h3 {
    font-size: 18px;
    max-width: 150px;
  }
  /* Solution Area CSS End */
  /* Blog Area CSS */
  .blog-card .blog-img {
    padding-bottom: 30px;
  }
  .blog-card .blog-img .date {
    width: 50px;
    height: 50px;
    line-height: 0.9;
    padding-top: 11px;
    font-size: 17px;
    bottom: 10px;
  }
  .blog-card .blog-img .date span {
    font-size: 12px;
  }
  .blog-card .content {
    position: relative;
  }
  .blog-card .content h3 {
    font-size: 21px;
  }
  .blog-card .content ul li a {
    font-size: 14px;
  }
  .blog-card .content ul li img {
    width: 30px;
    height: 30px;
  }
  .blog-card .content .comments {
    font-size: 13px;
  }
  .blog-card .content .comments i {
    font-size: 15px;
  }
  .blog-details-content h1 {
    font-size: 28px;
  }
  .blog-details-content h2 {
    font-size: 26px;
  }
  .blog-details-content h3 {
    font-size: 23px;
  }
  .blog-details-content h4 {
    font-size: 21px;
  }
  .blog-details-content h5 {
    font-size: 20px;
  }
  .blog-details-content .blockquote {
    margin-top: 30px;
    padding: 20px 15px 7px;
  }
  .blog-details-content .blockquote p {
    font-size: 16px;
  }
  .blog-details-content .blockquote i {
    font-size: 35px;
    top: 0;
    position: inherit;
    line-height: 1;
  }
  .blog-details-content .blog-details-list ul li {
    font-size: 15px;
  }
  .blog-details-content .blog-details-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 5px;
  }
  /* Blog Area CSS End */
  /* Single Content */
  .single-content h1 {
    font-size: 28px;
  }
  .single-content h2 {
    font-size: 26px;
  }
  .single-content h3 {
    font-size: 23px;
  }
  .single-content h4 {
    font-size: 21px;
  }
  .single-content h5 {
    font-size: 20px;
  }
  /* Single Content End */
  .information-card {
    padding: 30px 15px 28px;
  }
  .information-card .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .information-card .icon img {
    max-width: 26px;
  }
  .information-card h3 {
    margin-bottom: 8px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .error-area .error-content img {
    max-width: 550px;
    margin-bottom: 20px;
  }
  .error-area .error-content h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .error-area .error-content p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .coming-soon-area .coming-soon-content {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-animation: none;
            animation: none;
    height: 74px;
  }
  .coming-soon-area .coming-soon-content h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-top: 0;
  }
  .coming-soon-area .coming-soon-content p {
    font-size: 16px;
    margin-top: 15px;
  }
  /* Footer Area */
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-text {
    margin-bottom: 30px;
  }
  .newsletter-area {
    margin-bottom: 30px;
  }
  .newsletter-area .newsletter-form .form-control {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .newsletter-area .newsletter-form .subscribe-btn {
    height: 45px;
  }
  .footer-widget h3 {
    margin-bottom: 15px;
  }
  .footer-widget h3.title {
    margin-bottom: 15px;
  }
  .footer-widget p {
    margin-bottom: 15px;
  }
  .footer-widget .footer-list li {
    margin-bottom: 10px;
  }
  .footer-widget .footer-contact-list li {
    margin-bottom: 10px;
  }
  .footer-widget .footer-contact-list li i {
    font-size: 20px;
    top: 3px;
  }
  /* Footer Area End */
  .go-top {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  .go-top .active {
    top: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .section-title h2 {
    font-size: 32px;
  }
  /* Navbar Area */
  .desktop-nav .navbar .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }
  .others-options .optional-item {
    margin-right: 15px;
  }
  .others-options .optional-item .default-btn {
    padding: 10px 20px;
  }
  .others-options .optional-item .search-btn {
    margin-left: 15px;
  }
  /* Navbar Area End */
  /* Main Banner Area */
  .banner-content span {
    font-size: 19px;
  }
  .banner-content h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .banner-img img {
    max-width: 450px;
  }
  .banner-content-two h1 {
    font-size: 50px;
    margin-bottom: 12px;
  }
  .banner-content-three h1 {
    font-size: 55px;
    margin-bottom: 12px;
  }
  .banner-content-three p {
    font-size: 16px;
    max-width: 420px;
  }
  .banner-shape-img img {
    max-width: 500px;
  }
  /* Main Banner Area End */
  /* About Area CSS */
  .about-content {
    margin-bottom: 15px;
  }
  .about-content .section-title {
    margin-bottom: 20px;
  }
  .about-content .section-title h2 {
    font-size: 32px;
  }
  .about-content .section-title p {
    max-width: 550px;
  }
  .about-content .content ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 18px;
  }
  .about-content .content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
  /* About Area CSS End */
  /* Choose Area CSS */
  .choose-card {
    padding: 30px 20px;
  }
  /* Choose Area CSS End */
  /* Counter Area CSS */
  .counter-content {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .counter-content .counter-number {
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
  .counter-content .counter-number h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .counter-content .counter-right .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .counter-content .counter-right .icon img {
    max-width: 40px;
  }
  .counter-content .counter-right p {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
  }
  /* Counter Area CSS End */
  /* Technical Area CSS */
  .technical-img {
    margin-left: 40px;
    margin-right: 40px;
  }
  .technical-img .circe {
    width: 470px;
    height: 400px;
    left: -50px;
  }
  .technical-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .technical-content .content {
    margin-bottom: 20px;
  }
  .technical-content .content ul li .technical-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
  }
  .technical-content .content ul li .technical-icon img {
    max-width: 24px;
  }
  .technical-content .content ul li h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .technical-img-two .circe {
    left: -45px;
    width: 450px;
    height: 90%;
  }
  .technical-img-two .technical-shape {
    right: 20px;
  }
  /* Technical Area CSS End */
  /* Services Area CSS */
  .services-card {
    padding: 30px 20px;
  }
  .services-item {
    padding: 25px 15px;
  }
  .services-item a img {
    max-width: 70px;
    height: 60px;
  }
  .services-item h3 {
    font-size: 20px;
  }
  /* Services Area CSS End */
  /* Pricing Area CSS */
  .pricing-card {
    padding: 25px 20px;
  }
  .pricing-card .pricing-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pricing-card .pricing-title h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .pricing-card .pricing-title h3 span {
    font-size: 15px;
  }
  .pricing-card .pricing-title .line {
    width: 100px;
    height: 25px;
  }
  .pricing-card ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 15px;
  }
  .pricing-card ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    top: 2px;
  }
  .pricing-card .price-btn-area {
    margin-top: 20px;
  }
  /* Pricing Area CSS End */
  /* Reasons Area CSS */
  .reasons-content {
    margin-bottom: 10px;
  }
  .reasons-content .section-title {
    margin-bottom: 20px;
  }
  .reasons-content .section-title h2 {
    font-size: 25px;
  }
  .reasons-content .section-title p {
    max-width: 550px;
  }
  .reasons-content .content ul li {
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 18px;
  }
  .reasons-content .content ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    top: 2px;
  }
  .reasons-content .content-list ul li {
    margin-bottom: 12px;
    padding-left: 35px;
    font-size: 18px;
  }
  .reasons-content .content-list ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    top: 2px;
  }
  .reasons-img .circe {
    width: 500px;
    height: 440px;
    left: -50px;
  }
  .reasons-img .circe2 {
    width: 480px;
    height: 440px;
    left: -35px;
  }
  .reasons-img .reasons-img-shape img:nth-child(2) {
    right: 20px;
  }
  .reasons-counter h3 {
    font-size: 30px;
  }
  .reasons-counter p {
    font-size: 17px;
  }
  /* Reasons Area CSS End */
  /* Solution Area CSS */
  .solution-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .solution-content .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .solution-content .icon img {
    max-width: 30px;
  }
  .solution-content h3 {
    font-size: 17px;
    max-width: 150px;
  }
  /* Solution Area CSS End */
  /* Team Area CSS */
  .team-card .team-img .team-social {
    right: 10px;
    left: 10px;
  }
  .team-card .team-img .team-social li a {
    display: inline-block;
  }
  .team-card .team-img .team-social li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
  }
  /* Team Area CSS End */
  .testimonials-slider-item {
    padding: 30px 18px;
  }
  .testimonials-slider-item p {
    font-size: 15px;
  }
  .testimonials-item {
    padding: 30px 18px;
  }
  .testimonials-item p {
    font-size: 15px;
  }
  /* Blog Area CSS */
  .blog-card .blog-img {
    padding-bottom: 30px;
  }
  .blog-card .blog-img .date {
    width: 50px;
    height: 50px;
    line-height: 0.9;
    padding-top: 11px;
    font-size: 17px;
  }
  .blog-card .blog-img .date span {
    font-size: 12px;
  }
  .blog-card .content {
    position: relative;
  }
  .blog-card .content h3 {
    font-size: 20px;
  }
  .blog-card .content p {
    font-size: 15px;
  }
  .blog-card .content ul li a {
    font-size: 14px;
  }
  .blog-card .content ul li img {
    width: 30px;
    height: 30px;
  }
  .blog-card .content .comments {
    font-size: 13px;
  }
  .blog-card .content .comments i {
    font-size: 15px;
  }
  .side-bar-widget {
    padding: 25px 15px;
  }
  .side-bar-widget .widget-popular-post .item .thumb {
    margin-right: 10px;
  }
  .side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 80px;
    height: 114px;
  }
  .side-bar-widget .widget-popular-post .item .info {
    padding: 21px 0;
  }
  .side-bar-widget .widget-popular-post .item .info .title-text {
    font-size: 15px;
    max-width: 150px;
  }
  .side-bar-widget .widget-popular-post .item .info .info-content img {
    width: 25px;
    height: 25px;
  }
  .side-bar-widget .side-bar-info ul li span {
    margin-left: 10px;
    position: inherit;
    left: 0;
  }
  /* Blog Area CSS End */
  .footer-text p {
    font-size: 15px;
  }
  .footer-widget p {
    font-size: 15px;
  }
  .footer-widget .footer-contact-list li {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .banner-content-three h1 {
    font-size: 66px;
    margin-bottom: 12px;
  }
  .banner-content-three p {
    max-width: 420px;
  }
  .banner-shape-img img {
    max-width: 600px;
  }
  /* About Area CSS */
  .about-content .content ul li {
    font-size: 20px;
  }
  /* About Area CSS End */
  /* Choose Area CSS */
  .choose-card {
    padding: 30px 20px;
  }
  /* Choose Area CSS End */
  /* Technical Area CSS */
  .technical-img {
    margin-left: 40px;
    margin-right: 40px;
  }
  .technical-img .circe {
    width: 570px;
    height: 440px;
    left: -50px;
  }
  /* Technical Area CSS End */
  .counter-content .counter-number h3 {
    font-size: 55px;
  }
  /* Services Area CSS */
  .services-item {
    padding: 25px 15px;
  }
  .services-item a img {
    max-width: 70px;
    height: 60px;
  }
  /* Services Area CSS End */
  .testimonials-slider-item {
    padding: 35px 25px;
  }
  .technical-img-two .circe {
    left: -45px;
    width: 570px;
  }
  .technical-img-two .technical-shape {
    right: 20px;
  }
  /* Solution Area CSS */
  .solution-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .solution-content .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .solution-content .icon img {
    max-width: 30px;
  }
  .solution-content h3 {
    font-size: 20px;
    max-width: 165px;
  }
  /* Solution Area CSS End */
  /* Reasons Area CSS */
  .reasons-content .content-list ul li {
    font-size: 20px;
  }
  .reasons-counter h3 {
    font-size: 35px;
  }
  .reasons-counter p {
    font-size: 20px;
    max-width: 100%;
  }
  .reasons-img .circe2 {
    width: 560px;
    left: -10px;
  }
  /* Reasons Area CSS End */
  .side-bar-widget {
    padding: 25px 15px;
  }
  .side-bar-widget .widget-popular-post .item .thumb {
    margin-right: 15px;
  }
  .side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 100px;
    height: 100px;
  }
  .side-bar-widget .widget-popular-post .item .info {
    padding: 13px 0;
  }
  .side-bar-widget .widget-popular-post .item .info .title-text {
    font-size: 16px;
    max-width: 150px;
  }
  .side-bar-widget .widget-popular-post .item .info .info-content img {
    width: 25px;
    height: 25px;
  }
  .side-bar-widget .side-bar-info ul li span {
    left: 130px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1350px) {
  .technical-img-two {
    margin-left: 40px;
    margin-bottom: 30px;
  }
  .technical-img-two .circe {
    left: -70px;
    width: 570px;
  }
  .technical-img-two .technical-shape {
    right: 20px;
  }
  /* Reasons Area CSS */
  .reasons-img .circe2 {
    width: 560px;
    left: -10px;
  }
  /* Reasons Area CSS End */
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1320px !important;
  }
  .container-fluid {
    max-width: 1320px !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1469px) {
  .container-fluid {
    max-width: 1360px !important;
  }
}

@media only screen and (min-width: 1470px) and (max-width: 1799px) {
  .container-fluid {
    max-width: 1460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1800px) {
  .container-fluid {
    max-width: 1720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Main Banner CSS */
  .banner-content h1 {
    font-size: 70px;
    margin-bottom: 7px;
  }
  .banner-img img {
    max-width: 700px;
  }
  .banner-img .banner-img-shape .links {
    right: 140px;
  }
  .banner-content-two h1 {
    font-size: 70px;
  }
  .banner-content-three h1 {
    font-size: 80px;
    max-width: 600px;
  }
  .banner-shape-img img {
    max-width: 850px;
  }
  /* Main Banner CSS End */
}

@media only screen and (max-width: 991px) {
  .nav-sidebar {
    display: none;
  }
  .mobile-nav {
    display: inline-block;
  }
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-responsive-nav {
    display: block;
  }
  .mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 55px;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
    border: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    color: #000000;
    border-top-color: #DBEEFD;
    text-transform: capitalize;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 50%;
    height: 28px;
    text-align: right;
    padding: 11px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--blueColor);
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    max-height: 50vh;
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mobile-responsive-nav .mean-container a.meanmenu-reveal {
    top: 5px;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 6px;
    color: var(--blueColor);
  }
  .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blueColor);
    height: 4px;
    margin-top: -6px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mobile-responsive-nav .mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 999;
    padding: 0;
  }
  .mobile-responsive-nav .others-options {
    display: none !important;
  }
  .mobile-responsive-nav .logo {
    position: relative;
  }
  .desktop-nav {
    display: none;
  }
}
/*# sourceMappingURL=responsive.css.map */